We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d11d26 commita7143b3Copy full SHA for a7143b3
contrib/mSQL-interface/Makefile
@@ -1,11 +1,12 @@
1
#
2
-# $PostgreSQL: pgsql/contrib/mSQL-interface/Makefile,v 1.11 2005/12/09 21:19:34 petere Exp $
+# $PostgreSQL: pgsql/contrib/mSQL-interface/Makefile,v 1.12 2006/07/15 03:33:14 tgl Exp $
3
4
5
-NAME= mpgsql
+MODULE_big= mpgsql
6
SO_MAJOR_VERSION = 0
7
SO_MINOR_VERSION = 0
8
OBJS= mpgsql.o
9
+DOCS = README.mpgsql
10
11
PG_CPPFLAGS = -I$(libpq_srcdir)
12
@@ -18,17 +19,3 @@ top_builddir = ../..
18
19
include$(top_builddir)/src/Makefile.global
20
include$(top_srcdir)/contrib/contrib-global.mk
21
endif
-
22
-all: all-lib
23
24
-install: all installdirs install-lib
25
-$(INSTALL_DATA)$(srcdir)/README.$(NAME)'$(DESTDIR)$(docdir)/contrib'
26
27
-installdirs:
28
-$(mkinstalldirs)$(libdir)'$(DESTDIR)$(docdir)/contrib'
29
30
-uninstall: uninstall-lib
31
-rm -f'$(DESTDIR)$(docdir)/contrib/README.$(NAME)'
32
33
-cleandistcleanmaintainer-clean: clean-lib
34
-rm -f$(OBJS)
contrib/tsearch2/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.15 2006/05/31 14:05:31 teodor Exp $
+# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.16 2006/07/15 03:33:14 tgl Exp $
MODULE_big = tsearch2
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o\
@@ -37,6 +37,8 @@ endif
37
38
$(SUBDIROBJS):$(SUBDIRS:%=%-recursive) ;
39
40
+.PHONY:$(SUBDIRS:%=%-recursive)
41
+
42
$(SUBDIRS:%=%-recursive):
43
$(MAKE) -C $(subst -recursive,,$@) SUBSYS.o
44
src/backend/port/nextstep/Makefile
@@ -4,15 +4,15 @@
# Makefile for port/nextstep
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/port/nextstep/Makefile,v 1.8 2003/11/29 19:51:54 pgsql Exp $
+# $PostgreSQL: pgsql/src/backend/port/nextstep/Makefile,v 1.9 2006/07/15 03:33:14 tgl Exp $
#-------------------------------------------------------------------------
subdir = src/backend/port/nextstep
top_builddir = ../../../..
13
14
15
-OBJS =dynloader.oport.o
+OBJS = port.o
16
17
all: SUBSYS.o
src/backend/utils/Makefile
@@ -1,10 +1,10 @@
# Makefile for utils
-# $PostgreSQL: pgsql/src/backend/utils/Makefile,v 1.23 2004/07/17 03:29:15 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/Makefile,v 1.24 2006/07/15 03:33:14 tgl Exp $
-subdir = src/backend/utils/
+subdir = src/backend/utils
top_builddir = ../../..
src/bin/pgevent/Makefile
@@ -12,6 +12,8 @@ subdir = src/bin/pgevent
+ifeq ($(PORTNAME), win32)
OBJS=pgevent.o pgmsgevent.o
NAME=pgevent.dll
@@ -21,7 +23,7 @@ install: all install-lib
pgevent.dll:$(OBJS) pgevent.def
dllwrap --def pgevent.def -o$(NAME)$(OBJS)
pgmsgevent.o: pgmsgevent.rc win32ver.rc
windres pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include
@@ -38,3 +40,5 @@ clean distclean:
clean-lib:
rm -f$(NAME)
+endif
src/interfaces/ecpg/include/Makefile
@@ -2,6 +2,9 @@ subdir = src/interfaces/ecpg/include
+overrideCPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include\
+-I$(libpq_srcdir) -I$(top_builddir)/src/port$(CPPFLAGS)
informix_esql_dir =$(pkgincludedir)/informix/esql
install: all installdirs install-headers