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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user