1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Bring the makefiles up to our conventions.

This commit is contained in:
Peter Eisentraut
2003-08-23 04:25:29 +00:00
parent 4682776302
commit 3d0d78ce2f
5 changed files with 19 additions and 24 deletions

View File

@ -1,9 +1,11 @@
# $Header: /cvsroot/pgsql/contrib/tsearch2/wordparser/Attic/Makefile,v 1.4 2003/08/23 04:25:29 petere Exp $
subdir = contrib/tsearch2/wordparser
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS)
PG_CPPFLAGS = -I$(srcdir)/..
override CFLAGS += $(CFLAGS_SL)
SUBOBJS = parser.o deflex.o
@ -23,6 +25,3 @@ SUBSYS.o: $(SUBOBJS)
EXTRA_CLEAN = SUBSYS.o $(SUBOBJS) parser.c
include $(top_srcdir)/contrib/contrib-global.mk
# DO NOT DELETE