]> pd.if.org Git - uuid/blobdiff - postgres/Makefile
Add support for gin indexes on uuid arrays.
[uuid] / postgres / Makefile
index f18fad167e5a851637a2e5d55d9eb47e0d4d9be1..c6cf973f447591daa071cae54cffa69b8ed4f516 100644 (file)
@@ -1,9 +1,12 @@
 # makefile for postgres uuid type support functions
 # written by nathan wagner and placed in the public domain
 
+VERSIONS=1.0 1.0.1 1.1
+UPGRADES=1.0--1.0.1 1.0.1--1.1
+
 EXTENSION=pduuid
 MODULES= pduuid
-DATA= pduuid--1.0.1.sql pduuid--1.0.sql pduuid--1.0--1.0.1.sql
+DATA= $(addprefix $(EXTENSION)--, $(addsuffix .sql, $(VERSIONS) $(UPGRADES)))
 #SHLIB_LINK= -Lpduuid -lpduuid
 MODULE_big= pduuid
 OBJS= uuid.o ../internal.o ../rng.o ../md5.o ../sha1.o