mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
Build jar file for java classes. Added dist target.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# GF configuration file. configure will produce config.mk from this file
|
||||
# @configure_input@
|
||||
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
bindir = $(exec_prefix)/bin
|
||||
bindir = @bindir@
|
||||
libdir = @libdir@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user