File: Makefile.am

package info (click to toggle)
autoproject 0.17-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 804 kB
  • ctags: 437
  • sloc: sh: 2,850; ansic: 1,675; cpp: 201; makefile: 99
file content (35 lines) | stat: -rw-r--r-- 1,077 bytes parent folder | download | duplicates (9)
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
29
30
31
32
33
34
35
#                                       -*- makefile -*-
# Note: `lib' in the following triggers a bug in automake 1.4
EXTRA_DIST=autoproject.lsm autoproject.lsm.in autoproject.in 	\
	aclocal.m4 autoproject.1 lib chk chkag chkar chkclig chkcc

install-data-local:
	for f in `(cd $(srcdir)/lib; find . -type d)`; do		\
	  $(INSTALL) -d $(DESTDIR)$(datadir)/autoproject/$$f;			\
	done;								\
	for f in `(cd $(srcdir)/lib; find . -type f)`; do		\
	  $(INSTALL_DATA) $(srcdir)/lib/$$f $(DESTDIR)$(datadir)/autoproject/$$f;	\
	done

uninstall-local:
	rm -rf $(DESTDIR)$(datadir)/autoproject

bin_SCRIPTS=autoproject
#  if you write a self-test script named `chk', uncomment the
#  following and add `chk' to the EXTRA_DIST list
TESTS=chk chkag chkar chkclig chkcc

#  build and install the .info pages
#info_TEXINFOS = autoproject.texinfo
#  install the man page
man_MANS=autoproject.1

distclean: cleantestdirs
clean: cleantestdirs
cleantestdirs:
	rm -rf  testplain testag testar testclig testcc

autoproject.lsm autoproject: configure.in

all: autoproject
	chmod +x autoproject