Annotation of sql/pgsql/Makefile.am, revision 1.19

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$(PGSQL_INC)
1.1       parser      9: 
1.4       paf        10: noinst_HEADERS = config_includes.h
1.3       paf        11: lib_LTLIBRARIES = libparser3pgsql.la
1.4       paf        12: libparser3pgsql_la_SOURCES = parser3pgsql.C
1.3       paf        13: libparser3pgsql_la_LIBADD = $(LIBLTDL)
1.15      paf        14: libparser3pgsql_la_LDFLAGS = -module -avoid-version
1.19    ! moko       15: libparser3pgsql_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3pgsql_la_LDFLAGS) $(LDFLAGS) -o $@
1.4       paf        16: 
1.11      paf        17: EXTRA_DIST=config_fixed.h parser3pgsql.sln parser3pgsql.vcproj
1.5       paf        18: 
                     19: update:
                     20:        cvs update
1.7       paf        21:        $(MAKE)
                     22: 
                     23: commit:
1.10      paf        24: #      trick to make 'make' happy at check out time
                     25: #      without this aclocal.m4 never updates
                     26: #      and becomes older than it's prerequisities
                     27: #      thus causing redundant remaking:
                     28: #      aclocal+autoconf+automake
1.7       paf        29: 
                     30:        cvs commit -m "no message" -f aclocal.m4
                     31:        cvs commit -m "no message" -f Makefile.am
                     32:        cvs commit -m "no message" -f Makefile.in
1.8       paf        33:        cvs commit -m "no message" -f configure.in
1.7       paf        34:        cvs commit -m "no message" -f configure
                     35: 
                     36:        cvs commit
                     37: 
                     38: happy: update install-exec

E-mail: