projects
/
wildspeed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[wildspeed.git]
/
Makefile
1
PG_CPPFLAGS = -DOPTIMIZE_WILDCARD_QUERY
2
MODULE_big = wildspeed
3
OBJS = wildspeed.o
4
5
DATA_built = wildspeed.sql
6
DATA = uninstall_wildspeed.sql
7
REGRESS = wildspeed
8
9
10
subdir = contrib/wildspeed
11
top_builddir = ../..
12
include $(top_builddir)/src/Makefile.global
13
14
include $(top_srcdir)/contrib/contrib-global.mk