hints system changes and more Mac packaging
update file headers add "#-PRE" and "#-POST" keywords (no default) so hints file can wrap Makefile.* add make var with name of makefile (e.g. MAKEFILE_TOP) so hints file can be conditional on the file add skeletel Mac Qt packaging target add missing aux file generation for Mac Term packaging
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
# NetHack 3.5 setup.sh $Date$ $Revision$
|
||||
# SCCS Id: @(#)setup.sh 3.5 2007/12/12
|
||||
# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007.
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
@@ -18,8 +17,8 @@ x) hints=/dev/null
|
||||
;;
|
||||
esac
|
||||
|
||||
/bin/sh ./mkmkfile.sh Makefile.top ../../Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.dat ../../dat/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.doc ../../doc/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.src ../../src/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.utl ../../util/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.top TOP ../../Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.dat DAT ../../dat/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.doc DOC ../../doc/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.src SRC ../../src/Makefile $hints
|
||||
/bin/sh ./mkmkfile.sh Makefile.utl UTL ../../util/Makefile $hints
|
||||
|
||||
Reference in New Issue
Block a user