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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user