--- sql/pgsql/Makefile.am 2001/09/24 16:58:04 1.2 +++ sql/pgsql/Makefile.am 2003/01/13 15:49:53 1.10 @@ -5,10 +5,34 @@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck +INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC) -INCLUDES = -I../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC) +noinst_HEADERS = config_includes.h +lib_LTLIBRARIES = libparser3pgsql.la +libparser3pgsql_la_SOURCES = parser3pgsql.C +libparser3pgsql_la_LIBADD = $(LIBLTDL) +libparser3pgsql_la_LDFLAGS = -module -avoid-version -lib_LTLIBRARIES = parser3pgsql.la -parser3pgsql_la_SOURCES = parser3pgsql.C config_includes.h -parser3pgsql_la_LIBADD = $(LIBLTDL) -parser3pgsql_la_LDFLAGS = -module -avoid-version +EXTRA_DIST=config_fixed.h + +update: + cvs update + $(MAKE) + +commit: +# trick to make 'make' happy at check out time +# without this aclocal.m4 never updates +# and becomes older than it's prerequisities +# thus causing redundant remaking: +# aclocal+autoconf+automake + + cvs commit -m "no message" -f acinclude.m4 + cvs commit -m "no message" -f aclocal.m4 + cvs commit -m "no message" -f Makefile.am + cvs commit -m "no message" -f Makefile.in + cvs commit -m "no message" -f configure.in + cvs commit -m "no message" -f configure + + cvs commit + +happy: update install-exec