Annotation of sql/sqlite/Makefile.am, revision 1.5
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
10:
11: EXTRA_DIST=config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
12:
13: update:
14: cvs update
15: $(MAKE)
16:
17: commit:
18: # trick to make 'make' happy at check out time
19: # without this aclocal.m4 never updates
20: # and becomes older than it's prerequisities
21: # thus causing redundant remaking:
22: # aclocal+autoconf+automake
23:
24: cvs commit -m "no message" -f acinclude.m4
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: