Annotation of sql/pgsql/Makefile.am, revision 1.29
1.1 parser 1: SUBDIRS = libltdl
1.21 moko 2: ACLOCAL_AMFLAGS = -I libltdl/m4
1.1 parser 3:
1.6 paf 4: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC)
1.1 parser 5:
1.4 paf 6: noinst_HEADERS = config_includes.h
1.3 paf 7: lib_LTLIBRARIES = libparser3pgsql.la
1.4 paf 8: libparser3pgsql_la_SOURCES = parser3pgsql.C
1.15 paf 9: libparser3pgsql_la_LDFLAGS = -module -avoid-version
1.26 moko 10: libparser3pgsql_la_LIBADD = $(LIBLTDL)
1.4 paf 11:
1.11 paf 12: EXTRA_DIST=config_fixed.h parser3pgsql.sln parser3pgsql.vcproj
1.5 paf 13:
1.7 paf 14: commit:
1.10 paf 15: # trick to make 'make' happy at check out time
1.21 moko 16: # and avoid redundant remaking: aclocal+autoconf+automake
1.7 paf 17:
1.21 moko 18: cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure config_auto.h.in
E-mail: