summaryrefslogtreecommitdiff
path: root/src/Makefile.binary
blob: 32ce409b6ac7b3c86883693e7309a36db6133938 (plain)
1
2
3
4
5
6
7
8
9
10
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)