Annotation of sql/sqlite/Makefile.am, revision 1.11
1.1 misha 1: SUBDIRS = libltdl
2:
3: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC)
4:
5: noinst_HEADERS = config_includes.h
6: lib_LTLIBRARIES = libparser3sqlite.la
7: libparser3sqlite_la_SOURCES = parser3sqlite.C
8: libparser3sqlite_la_LIBADD = $(LIBLTDL)
9: libparser3sqlite_la_LDFLAGS = -module -avoid-version
1.7 moko 10: libparser3sqlite_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@
1.1 misha 11:
12: EXTRA_DIST=config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
13:
14: update:
15: cvs update
16: $(MAKE)
17:
18: commit:
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
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
28: cvs commit -m "no message" -f configure.in
29: cvs commit -m "no message" -f configure
30:
31: cvs commit
32:
33: happy: update install-exec
E-mail: