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

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)
                     14: libparser3pgsql_la_LDFLAGS = -module -avoid-version
1.4       paf        15: 
                     16: EXTRA_DIST=config_fixed.h
1.5       paf        17: 
                     18: update:
                     19:        cvs update
                     20:        $(MAKE)

E-mail: