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