summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6ad53165fbd95d326f48bdae8a6b0e03f576b9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS=foreign no-dependencies

@SET_MAKE@

EXTRA_DIST = BUGS CHANGES COPYING FAQ README Todo cloginrc.sample configure \
	install-sh \
	mkinstalldirs Makefile.in Todo
#DIST_COMMON = 

# '.' is here (and at the beginnging of the macro) so that distclean-recursive
# will run make distclean in . after the other dirs (preserving Makefile)
SUBDIRS = . include bin man util

all:

# install-exec-local:
# 	$(mkinstalldirs) $(prefix) $(prefix)/bin $(prefix)/man $(prefix)/util $(prefix)/util/lg

install-exec-local:
	$(mkinstalldirs) $(prefix)/util $(prefix)/util/lg

install:
	for file in CHANGES README cloginrc.sample ; do \
	    $(INSTALL_DATA) $$file $(prefix); \
	done