mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
Added ReleaseProcedure. Added configureation and makefiles for binary packages. Configure now lets you specify which javac and jar to use.
This commit is contained in:
11
src/Makefile.binary
Normal file
11
src/Makefile.binary
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user