Annotation of parser3/Makefile.am, revision 1.68
1.5 paf 1: SUBDIRS = src etc bin
1.1 paf 2:
1.52 paf 3: EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4
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.40 paf 16: cvs commit -m "$(m)" -f acsite.m4
17: cvs commit -m "$(m)" -f acinclude.m4
18: cvs commit -m "$(m)" -f aclocal.m4
19: cvs commit -m "$(m)" -f Makefile.am
20: cvs commit -m "$(m)" -f Makefile.in
21: cvs commit -m "$(m)" -f configure.in
22: cvs commit -m "$(m)" -f configure
1.12 paf 23:
1.8 paf 24: cvs commit
25:
1.7 paf 26: happy: update install-exec
E-mail: