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/snowball/Attic/Makefile,v 1.4 2003/08/23 04:25:29 petere Exp $
subdir = contrib/tsearch2/snowball
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS)
PG_CPPFLAGS = -I$(srcdir)/..
override CFLAGS += $(CFLAGS_SL)
SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
@ -16,6 +18,3 @@ SUBSYS.o: $(SUBOBJS)
EXTRA_CLEAN = SUBSYS.o $(SUBOBJS)
include $(top_srcdir)/contrib/contrib-global.mk
# DO NOT DELETE