1 |
ACLOCAL_AMFLAGS = -I m4 |
2 |
SUBDIRS = src plugin_examples |
3 |
include $(top_srcdir)/aminclude.am |
4 |
EXTRA_DIST = autogen.sh $(DX_CONFIG) doc/html |
5 |
DISTCLEANFILES = configure Makefile.in depcomp compile config.guess ees_config.h.in headers.ps config.sub ltmain.sh source.ps missing aclocal.m4 install-sh ylwrap m4/ltsugar.m4 m4/libtool.m4 m4/ltversion.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 |
6 |
|
7 |
disthook: doxygen-doc |
8 |
rm -rf `find $(distdir)/doc -name .svn` |
9 |
|
10 |
distclean-local: |
11 |
rm -rf autom4te.cache doc |
12 |
|
13 |
distdir = $(PACKAGE)-r$(SVN_REVISION) |
14 |
|
15 |
LINT_FLAGS = -weak +posixlib +boundswrite +boundsread +ignoresigns -fcnuse -badflag -D__gnuc_va_list=va_list -D__builtin_va_list=va_list |
16 |
splint: |
17 |
-rm -f src/*_yacc.c src/*_lex.c |
18 |
-splint $(LINT_FLAGS) -I. -Iinclude/ -Iinclude/library/ -Iinclude/common/ -Iinclude/plugins/ -Isrc/ `find . -name \*.c` |
19 |
|
20 |
enscript: |
21 |
-rm -f src/*_yacc.c src/*_lex.c |
22 |
-enscript -Ec --color -o enscript.ps `find include -name \*.h` `find src -name \*.c` |
23 |
|