EXTRA_DIST = \ jakelib2.vcproj \ jakelib2.sln \ doxygen.footer \ jakelib2.spec SUBDIRS = jlpp src include samples doc share bin_SCRIPTS = jakelib2-config jakelib2-skeleton jakelib2-newclass doc: rm -f doc/html/* $(DOXYGEN) doxygen.conf (cd doc; ${MAKE} doc) test: check src/jakelib2-test stat: $(EGREP) -ni "FIXME|TODO|TBI:" `find . -name "*.cpp" -o -name "*.jlc" -o -name "*.h"` history: ./cvshistory.pl -o jakelib2-history.html jakelib2.vcproj: ./create-jakelib2-vcproj.sh gm: dist ./copy-to-gm.sh @VERSION@ win: jakelib2.vcproj .PHONY: doc add-all test history ChangeLog stat jakelib2.vcproj