1
0
forked from GitHub/gf-core

binary-dist now builds the gf binary. this takes a looong time.

This commit is contained in:
bringert
2004-06-23 14:15:16 +00:00
parent 4fc6c30ced
commit b464ea5bac

View File

@@ -132,8 +132,7 @@ binary-dist:
rm -rf $(BIN_DIST_DIR)
mkdir $(BIN_DIST_DIR)
./configure --host="$(host)" CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`"
# make unix gfdoc jar
make gfdoc jar
make unix gfdoc jar
$(INSTALL) ../bin/gf util/gfdoc $(BIN_DIST_DIR)
$(INSTALL) -m 0644 java/gf-java.jar $(BIN_DIST_DIR)
$(INSTALL) configure $(BIN_DIST_DIR)