Annotation of sql/mysql/Makefile.am, revision 1.25
1.1 parser 1: SUBDIRS = libltdl
2:
1.5 paf 3: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(MYSQL_INC)
1.1 parser 4:
1.4 paf 5: noinst_HEADERS = config_includes.h
1.3 paf 6: lib_LTLIBRARIES = libparser3mysql.la
1.4 paf 7: libparser3mysql_la_SOURCES = parser3mysql.C
1.3 paf 8: libparser3mysql_la_LIBADD = $(LIBLTDL)
1.19 paf 9: libparser3mysql_la_LDFLAGS = -module -avoid-version
1.24 moko 10: libparser3mysql_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@
1.4 paf 11:
1.15 paf 12: EXTRA_DIST=config_fixed.h parser3mysql.sln parser3mysql.vcproj
1.6 paf 13:
14: update:
15: cvs update
16: $(MAKE)
17:
18: commit:
1.9 paf 19: # trick to make 'make' happy at check out time
20: # without this aclocal.m4 never updates
21: # and becomes older than it's prerequisities
22: # thus causing redundant remaking:
23: # aclocal+autoconf+automake
1.6 paf 24:
25: cvs commit -m "no message" -f aclocal.m4
26: cvs commit -m "no message" -f Makefile.am
27: cvs commit -m "no message" -f Makefile.in
1.8 paf 28: cvs commit -m "no message" -f configure.in
1.6 paf 29: cvs commit -m "no message" -f configure
30:
31: cvs commit
32:
33: happy: update install-exec
E-mail: