Annotation of parser3/Makefile.am, revision 1.26
1.5 paf 1: SUBDIRS = src etc bin
1.1 paf 2:
3: libtool: $(LIBTOOL_DEPS)
4: $(SHELL) ./config.status --recheck
1.2 paf 5:
1.5 paf 6: EXTRA_DIST = operators.txt parser3.dsw
1.3 paf 7:
1.4 paf 8: update:
1.3 paf 9: cvs update
1.6 paf 10: $(MAKE)
11:
1.8 paf 12: commit:
1.12 paf 13: # trick to make 'make' happy at check out time
14: # without this aclocal.m4 never updates
15: # and becomes older than it's prerequisities
1.14 paf 16: # thus causing redundant remaking:
1.12 paf 17: # aclocal+autoconf+automake
1.14 paf 18:
19: cvs commit -m "no message" -f acinclude.m4
20: cvs commit -m "no message" -f acconfig.h
1.15 paf 21: cvs commit -m "no message" -f aclocal.m4
1.9 paf 22: cvs commit -m "no message" -f Makefile.am
23: cvs commit -m "no message" -f Makefile.in
1.25 paf 24: cvs commit -m "no message" -f configure.in
1.9 paf 25: cvs commit -m "no message" -f configure
1.12 paf 26:
1.8 paf 27: cvs commit
28:
1.7 paf 29: happy: update install-exec
E-mail: