Changed Makefiles for mkdep script.

Updated debugging dumps at IS server, and function key control.

NOTE: pm modified with DEBUG() output, to be removed later.
This commit is contained in:
Jorrit Herder
2005-06-24 16:21:21 +00:00
parent e3bb0e40ee
commit 042c4ac395
19 changed files with 165 additions and 756 deletions
+5 -5
View File
@@ -30,9 +30,9 @@ install: /usr/sbin/servers/$(SERVER)
clean:
rm -f $(SERVER) *.o *.bak
# dependencies
a = $s/types.h $s/wait.h $s/stat.h $s/svrctl.h \
$i/ttyent.h $i/fcntl.h $i/unistd.h $i/time.h $i/stdlib.h \
$i/limits.h $i/errno.h $i/signal.h $i/string.h $i/utmp.h
depend:
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c > .depend
# Include generated dependencies.
include .depend
init.o: $a