summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:25 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:25 +0200
commit9d943c7539f59f42ba8f8052497dc541fe5f0167 (patch)
treec8725127bf7a68d3d7fe57adca45c204b25adf21 /Makefile.in
parent0e9a09d7718f02726b12924f7ddb05a992202aa3 (diff)
downloadscreen-9d943c7539f59f42ba8f8052497dc541fe5f0167.tar.gz
Imported Upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in64
1 files changed, 32 insertions, 32 deletions
diff --git a/Makefile.in b/Makefile.in
index 652b75e..db683ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,7 +174,7 @@ $(SCREEN).tar: .version term.h comm.h tty.c kmapdef.c
mkdir dist
mkdir dist/$(SCREEN)
ln acls.h ansi.h display.h extern.h logfile.h mark.h os.h \
- layer.h patchlevel.h rcs.h screen.h window.h image.h \
+ layer.h patchlevel.h screen.h window.h image.h \
osdef.h.in term.sh tty.sh comm.sh osdef.sh braille.h \
sched.h \
$(CFILES) \
@@ -248,7 +248,7 @@ mdepend: $(CFILES) term.h
echo `echo "$$i" | sed -e 's/.c$$/.o/'`": $$i" `\
cc -E $$i |\
grep '^# .*"\./.*\.h"' |\
- sort -t'"' -u +1 -2 |\
+ (sort -t'"' -u -k 2,2 2>/dev/null || sort -t'"' -u +1 -2) |\
sed -e 's/.*"\.\/\(.*\)".*/\1/'\
` >> DEPEND ; \
done
@@ -266,66 +266,66 @@ depend.in: $(CFILES) term.h
###############################################################################
### Dependencies:
-screen.o: screen.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+screen.o: screen.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h braille.h \
patchlevel.h logfile.h extern.h
-ansi.o: ansi.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+ansi.o: ansi.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h braille.h extern.h \
logfile.h
-fileio.o: fileio.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+fileio.o: fileio.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-mark.o: mark.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+mark.o: mark.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h mark.h extern.h
-misc.o: misc.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+misc.o: misc.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-resize.o: resize.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+resize.o: resize.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-socket.o: socket.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+socket.o: socket.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-search.o: search.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+search.o: search.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h mark.h extern.h
-tty.o: tty.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
+tty.o: tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
layer.h term.h image.h display.h window.h extern.h
-term.o: term.c rcs.h term.h
-window.o: window.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+term.o: term.c term.h
+window.o: window.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h logfile.h
-utmp.o: utmp.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+utmp.o: utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-loadav.o: loadav.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+loadav.o: loadav.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-putenv.o: putenv.c rcs.h config.h
-help.o: help.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+putenv.o: putenv.c config.h
+help.o: help.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-termcap.o: termcap.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+termcap.o: termcap.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-input.o: input.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+input.o: input.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-attacher.o: attacher.c rcs.h config.h screen.h os.h osdef.h ansi.h \
+attacher.o: attacher.c config.h screen.h os.h osdef.h ansi.h \
acls.h comm.h layer.h term.h image.h display.h window.h extern.h
-pty.o: pty.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
+pty.o: pty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
layer.h term.h image.h display.h window.h extern.h
-process.o: process.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+process.o: process.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h logfile.h
-display.o: display.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+display.o: display.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h braille.h
-comm.o: comm.c rcs.h config.h acls.h comm.h
+comm.o: comm.c config.h acls.h comm.h
kmapdef.o: kmapdef.c config.h
-acls.o: acls.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
+acls.o: acls.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
layer.h term.h image.h display.h window.h extern.h
-braille.o: braille.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+braille.o: braille.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h braille.h
braille_tsi.o: braille_tsi.c config.h screen.h os.h osdef.h ansi.h \
acls.h comm.h layer.h term.h image.h display.h window.h extern.h \
braille.h
-logfile.o: logfile.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+logfile.o: logfile.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h logfile.h
-layer.o: layer.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+layer.o: layer.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-sched.o: sched.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+sched.o: sched.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h logfile.h
-teln.o: teln.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+teln.o: teln.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-nethack.o: nethack.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+nethack.o: nethack.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h
-encoding.o: encoding.c rcs.h config.h screen.h os.h osdef.h ansi.h acls.h \
+encoding.o: encoding.c config.h screen.h os.h osdef.h ansi.h acls.h \
comm.h layer.h term.h image.h display.h window.h extern.h