Annotation of sql/pgsql/Makefile.am, revision 1.22
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.3 paf 9: libparser3pgsql_la_LIBADD = $(LIBLTDL)
1.15 paf 10: libparser3pgsql_la_LDFLAGS = -module -avoid-version
1.19 moko 11: libparser3pgsql_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3pgsql_la_LDFLAGS) $(LDFLAGS) -o $@
1.4 paf 12:
1.11 paf 13: EXTRA_DIST=config_fixed.h parser3pgsql.sln parser3pgsql.vcproj
1.5 paf 14:
1.7 paf 15: commit:
1.10 paf 16: # trick to make 'make' happy at check out time
1.21 moko 17: # and avoid redundant remaking: 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
E-mail: