definition, as well as the SRCS definition.
Makefile.tmpl (KH): Add KerberosHeaders.h to the dependencies for the
precompiled header.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7740
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Mar 30 22:45:56 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * macfiles.sh: Add the C files which were used in the MACSRCS
+ definition, as well as the SRCS definition.
+
+ * Makefile.tmpl (KH): Add KerberosHeaders.h to the dependencies
+ for the precompiled header.
+
Wed Mar 27 18:53:04 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.tmpl (link): Don't use "-model far" when linking on the
.c.PPC.o : .c
MWCPPC {DepDir}{Default}.c {OPTIONS} -prefix {KHPPC}
-{KH68K} : {KH}KerberosHeaders.pch
+{KH68K} : {KH}KerberosHeaders.pch {KH}KerberosHeaders.h
MWC68K {KH}KerberosHeaders.pch -precompile {KH68K} {OPTIONS} -i {KH}
-{KHPPC} : {KH}KerberosHeaders.pch
+{KHPPC} : {KH}KerberosHeaders.pch {KH}KerberosHeaders.h
MWCPPC {KH}KerberosHeaders.pch -precompile {KHPPC} {OPTIONS} -i {KH}
link :
for DIR do
for SDIR in `sed -n -e 's/MAC_SUBDIRS.*=//p' $DIR/Makefile.in`; do
+ awk '/^MACSRCS?[ ]*=/, /[^\\]$/' $DIR/$SDIR/Makefile.in | \
+ tr ' ' '\012\012' | sed -n -e 's|.*[/)]\([A-Za-z0-9_]*\.c\).*|\1|' -e 's|\(.*\.c\)|'$DIR/$SDIR'/\1|p';
awk '/^SRCS?[ ]*=/, /[^\\]$/' $DIR/$SDIR/Makefile.in | \
tr ' ' '\012\012' | sed -n -e 's|.*[/)]\([A-Za-z0-9_]*\.c\).*|\1|' -e 's|\(.*\.c\)|'$DIR/$SDIR'/\1|p';
ls -1 $DIR/$SDIR/*.h 2> /dev/null