Annotation of sql/oracle/Makefile.am, revision 1.20

1.1       parser      1: SUBDIRS = libltdl
                      2: 
1.6       paf         3: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(ORACLE_OCI_INC) -I$(ORACLE_PUBLIC_INC)
1.1       parser      4: 
1.5       paf         5: noinst_HEADERS = config_includes.h
1.4       paf         6: lib_LTLIBRARIES = libparser3oracle.la
1.5       paf         7: libparser3oracle_la_SOURCES = parser3oracle.C
1.4       paf         8: libparser3oracle_la_LIBADD = $(LIBLTDL)
1.17      paf         9: libparser3oracle_la_LDFLAGS = -module -avoid-version
1.5       paf        10: 
1.10      paf        11: EXTRA_DIST=config_fixed.h parser3oracle.sln parser3oracle.vcproj
1.7       paf        12: 
                     13: update:
                     14:        cvs update
                     15:        $(MAKE)
                     16: 
                     17: commit:
1.9       paf        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
1.7       paf        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
1.8       paf        28:        cvs commit -m "no message" -f configure.in
1.7       paf        29:        cvs commit -m "no message" -f configure
                     30: 
                     31:        cvs commit
                     32: 
                     33: happy: update install-exec

E-mail: