|
|
| version 1.1, 2001/09/21 15:44:37 | version 1.4, 2002/02/08 10:26:32 |
|---|---|
| Line 5 libtool: $(LIBTOOL_DEPS) | Line 5 libtool: $(LIBTOOL_DEPS) |
| $(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck |
| INCLUDES = -I../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC) | |
| INCLUDES = -I.. $(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 | EXTRA_DIST=config_fixed.h |
| parser3pgsql_la_SOURCES = parser3pgsql.C config_includes.h | |
| parser3pgsql_la_LIBADD = $(LIBLTDL) | |
| parser3pgsql_la_LDFLAGS = -module -avoid-version |