From f753d01a0b4771ad84649ebbdf7ad178b2308690 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 23 Jun 2004 13:09:56 +0000 Subject: Added ReleaseProcedure. Added configureation and makefiles for binary packages. Configure now lets you specify which javac and jar to use. --- src/Makefile.binary | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Makefile.binary (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary new file mode 100644 index 000000000..32ce409b6 --- /dev/null +++ b/src/Makefile.binary @@ -0,0 +1,11 @@ +include config.mk + +GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION) + +install: + $(INSTALL) -d $(bindir) + $(INSTALL) ./$(bindir)/* $(bindir) +# overwrite the old one with the newly configured one if there is one + [ -f jgf ] && $(INSTALL) jgf $(bindir) + $(INSTALL) -d $(GF_LIB_DIR) + $(INSTALL) -m 0644 ./$(GF_LIB_DIR)/* $(GF_LIB_DIR) -- cgit v1.2.3