Annotation of parser3/Makefile.am, revision 1.24
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
24: cvs commit -m "no message" -f configure
1.12 paf 25:
1.8 paf 26: cvs commit
27:
1.7 paf 28: happy: update install-exec
E-mail: