1 # makefile for postgres uuid type support functions
2 # written by nathan wagner and placed in the public domain
7 #DOCS= README.uuid_ossp
8 #SHLIB_LINK= -Lpduuid -lpduuid
10 OBJS= uuid.o ../internal.o ../rng.o ../md5.o ../sha1.o
14 PGXS := $(shell $(PG_CONFIG) --pgxs)
16 #include c:/Program\ Files/PostgreSQL/8.4/lib/pgxs/src/makefiles/pgxs.mk
18 # uncomment the following on mac
19 ifeq ($(PORTNAME), darwin)
20 LDFLAGS_SL += -flat_namespace -undefined suppress