3 MAINTAINERCLEANFILES=COPYING INSTALL config/config.guess config/config.sub config/ltmain.sh config/install-sh config/mkinstalldirs config/aclocal.m4 config/missing config/texinfo.tex config/depcomp aclocal.m4 config.h.in configure stamp-h.in Makefile.in config.log config.status .doc_stamp .DS_Store include/etl_profile.h.in doxygen.cfg
7 # Install the pkg-config file:
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = ETL.pc
11 #Install the -config/m4 alternative to pkg-config:
12 bin_SCRIPTS=ETL-config
13 aclocaldir = $(prefix)/share/aclocal
15 ACLOCAL_AMFLAGS = -I m4
17 EXTRA_DIST=COPYING bootstrap m4/subs.m4 config/depcomp m4/cxx_macros.m4 ETL.pbproj/project.pbxproj ETL.pbproj/etl_profile.h ETL.pbproj/frameworkfix.cpp ETL-config.in m4/ETL.m4 doxygen.cfg.in doxygen.cfg ETL.pc.in
21 TAG=@PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@
35 -@$(PRINTF) "Total lines: "
36 -@wc -l $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total
37 -@$(PRINTF) "Total size: "
38 -@du -hcs $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total
42 -$(SVN) delete $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Removing old tag"
43 $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/stable -m "Stable Tag: Copying everything over"
46 $(SVN) copy $(top_srcdir) $(SVN_REPOSITORY)/tags/$(TAG) -m "Release $(TAG)"
50 svn2cl --include-rev || touch ChangeLog
54 -@echo -- List of pending FIXMEs
56 -@$(GREP) FIXME -n $(shell find $(top_srcdir) -name '*.[ch]*')
61 -@echo -- List of pending HACKs
63 -@$(GREP) HACK -n $(shell find $(top_srcdir) -name '*.[ch]*')
68 .doc_stamp: doxygen.cfg
69 $(DOXYGEN) doxygen.cfg
78 .PHONY: stats tagstable tagrelease listfixmes listhacks check docs pdf html rtf