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