From b96b36f43de3e2f8b58d5f539daa6f6d47f25870 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Jun 2008 16:43:48 +0000 Subject: removed src for 2.9 --- src/Makefile.binary | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Makefile.binary (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary deleted file mode 100644 index ab52185fd..000000000 --- a/src/Makefile.binary +++ /dev/null @@ -1,23 +0,0 @@ -include config.mk - -GF_DATA_DIR=$(datadir)/GF-$(PACKAGE_VERSION) -GF_LIB_DIR=$(GF_DATA_DIR)/lib - -.PHONY: install uninstall - -install: - $(INSTALL) -d $(bindir) - $(INSTALL) gf$(EXEEXT) gfdoc$(EXEEXT) jgf gfeditor $(bindir) - $(INSTALL) -d $(GF_DATA_DIR) - $(INSTALL) -m 0644 gf-java.jar $(GF_DATA_DIR) - $(INSTALL) -m 0644 gfeditor.jar $(GF_DATA_DIR) - cp -r lib $(GF_DATA_DIR) - -uninstall: - -rm -f $(bindir)/gf$(EXEEXT) $(bindir)/gfdoc$(EXEEXT) $(bindir)/jgf $(bindir)/gfeditor - -rm -f $(GF_DATA_DIR)/gf-java.jar - -rm -f $(GF_DATA_DIR)/gfeditor.jar - -rm -f $GF_LIB_DIR)/*/*.gf{c,r,cm} - -rmdir $(GF_LIB_DIR)/* - -rmdir $(GF_LIB_DIR) - -rmdir $(GF_DATA_DIR) -- cgit v1.2.3