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
35 lines
675 B
Plaintext
35 lines
675 B
Plaintext
#
|
|
# NetHack 3.5 unix $Date$ $Revision$
|
|
# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007.
|
|
# NetHack may be freely redistributed. See license for details.
|
|
#
|
|
#-PRE
|
|
# unix hints file
|
|
# This hints file provides the legacy configuration that NetHack has shipped
|
|
# with historically - this means you will most likely need to hand edit .h
|
|
# and Makefiles.
|
|
|
|
|
|
PREFIX=/usr
|
|
HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
|
|
SHELLDIR=$(PREFIX)/games
|
|
|
|
CFLAGS=-O -I../include
|
|
LINK=$(CC)
|
|
|
|
WINSRC = $(WINTTYSRC)
|
|
WINOBJ = $(WINTTYOBJ)
|
|
WINLIB = $(WINTTYLIB)
|
|
|
|
WINTTYLIB=-ltermlib
|
|
|
|
CHOWN=chown
|
|
CHGRP=chgrp
|
|
|
|
GAMEUID = games
|
|
GAMEGRP = bin
|
|
|
|
GAMEPERM = 04755
|
|
VARFILEPERM = 0644
|
|
VARDIRPERM = 0755
|