Annotation of parser3/Makefile.am, revision 1.80
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.74 misha 16: cvs commit -m "$(m)" -f configure.in
1.40 paf 17: cvs commit -m "$(m)" -f acsite.m4
18: cvs commit -m "$(m)" -f acinclude.m4
19: cvs commit -m "$(m)" -f aclocal.m4
20: cvs commit -m "$(m)" -f Makefile.am
21: cvs commit -m "$(m)" -f Makefile.in
22: cvs commit -m "$(m)" -f configure
1.75 misha 23: cvs commit -m "$(m)" -f src/include/pa_config_auto.h.in
1.12 paf 24:
1.8 paf 25: cvs commit
26:
1.7 paf 27: happy: update install-exec
E-mail: