summaryrefslogtreecommitdiff
path: root/deprecated/Makefile.binary
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-22 14:11:55 +0000
committeraarne <aarne@chalmers.se>2010-12-22 14:11:55 +0000
commitc5b963769539c8a7c9bd154585686d263c7d6d8a (patch)
treec1bc4129d94e51c5e68ed4b7c1888ae120aac3fd /deprecated/Makefile.binary
parentce15ec7b787479ca4c7295863ea7fa5cfdd16755 (diff)
removed GF/deprecated
Diffstat (limited to 'deprecated/Makefile.binary')
-rw-r--r--deprecated/Makefile.binary20
1 files changed, 0 insertions, 20 deletions
diff --git a/deprecated/Makefile.binary b/deprecated/Makefile.binary
deleted file mode 100644
index 0ae18a2e7..000000000
--- a/deprecated/Makefile.binary
+++ /dev/null
@@ -1,20 +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) $(bindir)
- $(INSTALL) gfc$(EXEEXT) $(bindir)
- $(INSTALL) -d $(GF_DATA_DIR)
- cp -r lib $(GF_DATA_DIR)
-
-uninstall:
- -rm -f $(bindir)/gf$(EXEEXT) $(bindir)/gfdoc$(EXEEXT)
- -rm -f $GF_LIB_DIR)/*/*.gf{o}
- -rmdir $(GF_LIB_DIR)/*
- -rmdir $(GF_LIB_DIR)
- -rmdir $(GF_DATA_DIR)