File: Makefile.am

package info (click to toggle)
gacc 0.7.5-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,148 kB
  • ctags: 870
  • sloc: ansic: 13,950; sh: 8,608; makefile: 251; sed: 93
file content (26 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
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
## Process this file with automake to produce Makefile.in
## keep subdirs order (po at end)

SUBDIRS = macros src etc docs intl po

## intl files are generated by autogen
maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."
	-rm -rf intl
	-rm -f build-stamp
	-rm -f config.status
	-rm -f aclocal.m4
	-rm -f configure
	-rm -f Makefile.in
	-rm -f docs/Makefile.in
	-rm -f etc/Makefile.in
	-rm -f macros/Makefile.in
	-rm -f src/Makefile.in
	-rm -f src/config.h.in

## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep