hints cleanup tids (trunk only)

This commit is contained in:
keni
2007-12-17 22:39:15 +00:00
parent f0abeacb41
commit d454ca0d6e
4 changed files with 17 additions and 12 deletions

8
Files
View File

@@ -161,13 +161,17 @@ wdnflute.uu wdnharp.uu
sys/unix: sys/unix:
(files for UNIX versions) (files for UNIX versions)
Install.unx Makefile.dat Makefile.doc Makefile.src Makefile.top Install.unx Makefile.dat Makefile.doc Makefile.src Makefile.top
Makefile.utl README.linux depend.awk nethack.sh setup.sh Makefile.utl README.linux depend.awk mkmkfile.sh nethack.sh
unixmain.c unixres.c unixunix.c setup.sh unixmain.c unixres.c unixunix.c
(files for replacement cpp, apparently only needed by some UNIX systems) (files for replacement cpp, apparently only needed by some UNIX systems)
cpp1.shr cpp2.shr cpp3.shr cpp1.shr cpp2.shr cpp3.shr
(file for sound driver for 386 UNIX) (file for sound driver for 386 UNIX)
snd86unx.shr snd86unx.shr
sys/unix/hints:
(files for configuring UNIX NetHack versions)
linux linux-x11 macosx macos-x11 unix
sys/vms: sys/vms:
(files for VMS version) (files for VMS version)
Install.vms Makefile.dat Makefile.doc Makefile.src Makefile.top Install.vms Makefile.dat Makefile.doc Makefile.src Makefile.top

View File

@@ -11,9 +11,9 @@
# This is a tty build for a single user. # This is a tty build for a single user.
# XXX temp testing: PREFIX:=$(wildcard ~)
HACKDIR=/tmp/nhdir5 SHELLDIR=$(PREFIX)/bin
PREFIX=/tmp HACKDIR=$(PREFIX)/nethackdir
CC=gcc -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -DGCC_WARN CC=gcc -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -DGCC_WARN

View File

@@ -9,9 +9,11 @@
# don't change this one. # don't change this one.
# Useful info: http://www.opensource.apple.com/darwinsource/index.html # Useful info: http://www.opensource.apple.com/darwinsource/index.html
# XXX temp testing: # This is an X11 build for a single user.
HACKDIR=/tmp/nhdir5
PREFIX=/tmp PREFIX:=$(wildcard ~)
SHELLDIR=$(PREFIX)/bin
HACKDIR=$(PREFIX)/nethackdir
#HACKDIR=$(PREFIX)/games/lib/$(GAME)dir #HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
#PREFIX=/usr #PREFIX=/usr
@@ -24,8 +26,6 @@ CFLAGS2=-DNOCLIPPING -DNOMAIL -DNOTPARMDECL -DHACKDIR=\"$(HACKDIR)\"
CFLAGS3=-DX11_GRAPHICS -DDEFAULT_WINDOW_SYS=\"X11\" -DNOTTYGRAPHICS CFLAGS3=-DX11_GRAPHICS -DDEFAULT_WINDOW_SYS=\"X11\" -DNOTTYGRAPHICS
LFLAGS=-L/usr/X11R6/lib LFLAGS=-L/usr/X11R6/lib
#WINTTYLIB=-lncurses
CHOWN=true CHOWN=true
CHGRP=true CHGRP=true
@@ -35,6 +35,6 @@ WINLIB = $(WINX11LIB)
VARDATND = x11tiles NetHack.ad pet_mark.xbm VARDATND = x11tiles NetHack.ad pet_mark.xbm
# XXX install nethack.rc as .nethackrc # XXX install nethack.rc as ~/.nethackrc if no ~/.nethackrc exists
POSTINSTALL= bdftopcf win/X11/nh10.bdf > $(HACKDIR)/nh10.pcf; (cd $(HACKDIR); mkfontdir) POSTINSTALL= bdftopcf win/X11/nh10.bdf > $(HACKDIR)/nh10.pcf; (cd $(HACKDIR); mkfontdir)

View File

@@ -9,8 +9,9 @@
# and Makefiles. # and Makefiles.
HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
PREFIX=/usr PREFIX=/usr
HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
SHELLDIR=$(PREFIX)/games
CFLAGS=-O -I../include CFLAGS=-O -I../include