mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
include config.mk
|
|
|
|
GF_DATA_DIR=$(datadir)/GF-$(PACKAGE_VERSION)
|
|
|
|
.PHONY: install
|
|
install:
|
|
$(INSTALL) -d $(bindir)
|
|
$(INSTALL) gf gfdoc jgf $(bindir)
|
|
$(INSTALL) -d $(GF_DATA_DIR)
|
|
$(INSTALL) -m 0644 gf-java.jar $(GF_DATA_DIR)
|