Annotation of parser3/Makefile.am, revision 1.12

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
        !            16:        # thus causing redundant remaking: 
        !            17:        # aclocal+autoconf+automake
        !            18:        
        !            19:        cvs commit -m "no message" -f configure.in
        !            20:        cvs commit -m "no message" -f aclocal.m4
1.9       paf        21:        cvs commit -m "no message" -f Makefile.am
                     22:        cvs commit -m "no message" -f Makefile.in
                     23:        cvs commit -m "no message" -f configure
1.12    ! paf        24: 
1.8       paf        25:        cvs commit
                     26: 
1.7       paf        27: happy: update install-exec

E-mail: