X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=postgres%2FMakefile;h=c6cf973f447591daa071cae54cffa69b8ed4f516;hb=17c5231ae64bd5b61abc13db6081f35d5da3ec44;hp=9c5b5d8350c7d010e6c3ef066fac8030b770b9cd;hpb=4c37f54654eadd36a24348e75fdc9ab9ddb7f745;p=uuid diff --git a/postgres/Makefile b/postgres/Makefile index 9c5b5d8..c6cf973 100644 --- a/postgres/Makefile +++ b/postgres/Makefile @@ -1,10 +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.sql -#DOCS= README.uuid_ossp +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