Annotation of sql/mysql/Makefile.am, revision 1.7.2.1

1.1       parser      1: SUBDIRS = libltdl
                      2: 
                      3: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                      4: libtool: $(LIBTOOL_DEPS)
                      5:        $(SHELL) ./config.status --recheck
                      6: 
                      7: 
                      8: 
1.5       paf         9: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(MYSQL_INC)
1.1       parser     10: 
1.4       paf        11: noinst_HEADERS = config_includes.h
1.3       paf        12: lib_LTLIBRARIES = libparser3mysql.la
1.4       paf        13: libparser3mysql_la_SOURCES = parser3mysql.C
1.3       paf        14: libparser3mysql_la_LIBADD = $(LIBLTDL)
                     15: libparser3mysql_la_LDFLAGS = -module -avoid-version
1.4       paf        16: 
                     17: EXTRA_DIST=config_fixed.h
1.6       paf        18: 
                     19: update:
                     20:        cvs update
                     21:        $(MAKE)
                     22: 
                     23: commit:
                     24:        # trick to make 'make' happy at check out time
                     25:        # without this aclocal.m4 never updates
                     26:        # and becomes older than it's prerequisities
                     27:        # thus causing redundant remaking:
                     28:        # aclocal+autoconf+automake
                     29: 
                     30:        cvs commit -m "no message" -f acinclude.m4
1.7       paf        31: #      cvs commit -m "no message" -f acconfig.h
1.6       paf        32:        cvs commit -m "no message" -f aclocal.m4
                     33:        cvs commit -m "no message" -f Makefile.am
                     34:        cvs commit -m "no message" -f Makefile.in
                     35:        cvs commit -m "no message" -f configure
                     36: 
                     37:        cvs commit
                     38: 
                     39: happy: update install-exec

E-mail: