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

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.21    ! moko       10: libparser3oracle_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@
1.5       paf        11: 
1.10      paf        12: EXTRA_DIST=config_fixed.h parser3oracle.sln parser3oracle.vcproj
1.7       paf        13: 
                     14: commit:
1.9       paf        15: #      trick to make 'make' happy at check out time
1.21    ! moko       16: #      and avoid redundant remaking:
1.9       paf        17: #      aclocal+autoconf+automake
1.7       paf        18: 
1.21    ! moko       19:        cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure config_auto.h.in
1.7       paf        20: 
                     21: happy: update install-exec

E-mail: