1 # makefile for postgres uuid type support functions
2 # written by nathan wagner and placed in the public domain
6 DATA= pduuid--1.0.1.sql pduuid--1.0.sql pduuid--1.0--1.0.1.sql
7 #SHLIB_LINK= -Lpduuid -lpduuid
9 OBJS= uuid.o ../internal.o ../rng.o ../md5.o ../sha1.o
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
15 #include c:/Program\ Files/PostgreSQL/8.4/lib/pgxs/src/makefiles/pgxs.mk
17 # uncomment the following on mac
18 ifeq ($(PORTNAME), darwin)
19 LDFLAGS_SL += -flat_namespace -undefined suppress