Moved Makefile to Makefile-dist
authormj <mj>
Thu, 27 Sep 2001 22:31:24 +0000 (22:31 +0000)
committermj <mj>
Thu, 27 Sep 2001 22:31:24 +0000 (22:31 +0000)
dbscripts/dupetrigger/Makefile [deleted file]
dbscripts/dupetrigger/Makefile-dist [new file with mode: 0755]

diff --git a/dbscripts/dupetrigger/Makefile b/dbscripts/dupetrigger/Makefile
deleted file mode 100755 (executable)
index d4d0f60..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Makefile
-
-CC=gcc
-PGINC=/usr/include/postgresql
-PGVERSION=-DPG70
-#PGVERSION=-DPG71
-CFLAGS=-I$(PGINC) $(PGVERSION)
-
-# If changed, also change postgresql.script
-INSTALLDIR=. #./../../Mir/src
-
-
-install: dupetrigger.so
-       cp dupetrigger.so $(INSTALLDIR)
-       chmod 644 $(INSTALLDIR)/dupetrigger.so
-       #
-       # Now, change the path to dupetrigger.so in postgresql.script to the
-       # absolute path where dupetrigger.so is installed (this 
-       # is typically ../../../Mir/src)
-
-dupetrigger.so: dupetrigger.o
-       $(CC) -shared -dynamic -o dupetrigger.so dupetrigger.o
-
-clean:
-       rm -rf dupetrigger.o dupetrigger.so
-
-
-tidy: clean
-       rm -rf *~
-       
\ No newline at end of file
diff --git a/dbscripts/dupetrigger/Makefile-dist b/dbscripts/dupetrigger/Makefile-dist
new file mode 100755 (executable)
index 0000000..d4d0f60
--- /dev/null
@@ -0,0 +1,30 @@
+# Makefile
+
+CC=gcc
+PGINC=/usr/include/postgresql
+PGVERSION=-DPG70
+#PGVERSION=-DPG71
+CFLAGS=-I$(PGINC) $(PGVERSION)
+
+# If changed, also change postgresql.script
+INSTALLDIR=. #./../../Mir/src
+
+
+install: dupetrigger.so
+       cp dupetrigger.so $(INSTALLDIR)
+       chmod 644 $(INSTALLDIR)/dupetrigger.so
+       #
+       # Now, change the path to dupetrigger.so in postgresql.script to the
+       # absolute path where dupetrigger.so is installed (this 
+       # is typically ../../../Mir/src)
+
+dupetrigger.so: dupetrigger.o
+       $(CC) -shared -dynamic -o dupetrigger.so dupetrigger.o
+
+clean:
+       rm -rf dupetrigger.o dupetrigger.so
+
+
+tidy: clean
+       rm -rf *~
+       
\ No newline at end of file