File: Makefile.am

package info (click to toggle)
wflogs 0.9.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,220 kB
  • ctags: 3,750
  • sloc: ansic: 12,166; sh: 8,047; cpp: 6,412; lex: 1,525; yacc: 1,430; makefile: 731; sed: 16
file content (21 lines) | stat: -rw-r--r-- 619 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
include $(top_srcdir)/Makefile.general

EXTRA_DIST = Makefile.general README.tree autogen.sh test/
# Delete CVS directories included in tarballs
dist-hook:
	rm -rf `find $(distdir)/test -type d -name CVS`

SUBDIRS = intl m4  po man lib config logs input_modules output_modules wflogs tools

distclean-local:
	-rm -rf autom4te.cache
	-rm -f po/*~ m4/*~

realclean: maintainer-clean
	-rm -rf configure config.guess config.sub config.h.in Makefile.in \
	aclocal.m4 ltmain.sh ltconfig \
	ABOUT-NLS intl po/Makefile.in.in po/POTFILES.in po/cat-id-tbl.c \
	po/stamp-cat-id po/@PACKAGE@.pot po/*.*mo

ACLOCAL_AMFLAGS = -I m4