Annotation of parser3/Makefile.am, revision 1.34

1.5       paf         1: SUBDIRS = src etc bin
1.1       paf         2: 
1.5       paf         3: EXTRA_DIST = operators.txt parser3.dsw 
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: 
                     16:        cvs commit -m "no message" -f acinclude.m4
1.15      paf        17:        cvs commit -m "no message" -f aclocal.m4
1.9       paf        18:        cvs commit -m "no message" -f Makefile.am
                     19:        cvs commit -m "no message" -f Makefile.in
1.25      paf        20:        cvs commit -m "no message" -f configure.in
1.9       paf        21:        cvs commit -m "no message" -f configure
1.12      paf        22: 
1.8       paf        23:        cvs commit
                     24: 
1.7       paf        25: happy: update install-exec

E-mail: