2 case $PERL_CONFIG_SH in
4 if test -f config.sh; then TOP=.;
5 elif test -f ../config.sh; then TOP=..;
6 elif test -f ../../config.sh; then TOP=../..;
7 elif test -f ../../../config.sh; then TOP=../../..;
8 elif test -f ../../../../config.sh; then TOP=../../../..;
10 echo "Can't find config.sh."; exit 1
15 : This forces SH files to create target in same directory as SH file.
16 : This is so that make depend always knows where to find SH derivatives.
18 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
22 amigaos) cat=/bin/cat ;; # must be absolute
25 echo "Extracting makedepend (with variable substitutions)"
27 $spitshell >makedepend <<!GROK!THIS!
34 $spitshell >>makedepend <<'!NO!SUBS!'
36 # This script should be called with
37 # sh ./makedepend MAKE=$(MAKE)
42 export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh \$0; kill \$\$)
44 case $PERL_CONFIG_SH in
46 if test -f config.sh; then TOP=.;
47 elif test -f ../config.sh; then TOP=..;
48 elif test -f ../../config.sh; then TOP=../..;
49 elif test -f ../../../config.sh; then TOP=../../..;
50 elif test -f ../../../../config.sh; then TOP=../../../..;
52 echo "Can't find config.sh."; exit 1
58 # We need .. when we are in the x2p directory if we are using the
59 # cppstdin wrapper script.
60 # Put .. and . first so that we pick up the present cppstdin, not
61 # an older one lying about in /usr/local/bin.
62 PATH=".$path_sep..$path_sep$PATH"
65 $cat /dev/null >.deptmp
67 if test -f Makefile; then
69 cp Makefile $firstmakefile
70 # On QNX, 'cp' preserves timestamp, so $firstmakefile appears
71 # to be out of date. I don't know if OS/2 has touch, so do this:
75 *) $touch $firstmakefile ;;
80 defrule=`<$mf sed -n \
81 -e '/^\.c\$(OBJ_EXT):.*;/{' \
83 -e 's/^[^;]*;[ ]*//p' \
86 -e '/^\.c\$(OBJ_EXT): *$/{' \
94 '') defrule='$(CC) -c $(CFLAGS)' ;;
97 : Create files in UU directory to avoid problems with long filenames
98 : on systems with 14 character filename limits so file.c.c and file.c
100 $test -d UU || mkdir UU
102 $MAKE clist || ($echo "Searching for .c files..."; \
103 $echo *.c | $tr ' ' $trnl | $egrep -v '\*' >.clist)
104 for file in `$cat .clist`; do
105 # for file in `cat /dev/null`; do
106 if [ "$osname" = uwin ]; then
107 uwinfix="-e s,\\\\\\\\,/,g -e s,\\([a-zA-Z]\\):/,/\\1/,g"
109 if [ "$osname" = os2 ]; then
110 uwinfix="-e s,\\\\\\\\,/,g"
112 if [ "$archname" = cygwin ]; then
113 uwinfix="-e s,\\\\\\\\,/,g"
115 if [ "$osname" = posix-bc ]; then
116 uwinfix="-e s/\\*POSIX(\\(.*\\))/\\1/"
124 *.c) filebase=`basename $file .c` ;;
125 *.y) filebase=`basename $file .y` ;;
128 */*) finc="-I`echo $file | sed 's#/[^/]*$##`" ;;
131 $echo "Finding dependencies for $filebase$_o."
132 ( $echo "#line 1 \"$file\""; \
134 -e "/^${filebase}_init(/q" \
141 if [ "$osname" = os390 ]; then
142 if [ "$file" = perly.c ]; then
143 $echo '#endif' >>UU/$file.c
145 $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
147 -e '/^#.*<stdin>/d' \
149 -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
150 -e 's/^[ ]*#[ ]*line/#/' \
151 -e '/^# *[0-9][0-9]* *[".\/]/!d' \
152 -e 's/^.*"\(.*\)".*$/'$filebase'\$(OBJ_EXT): \1/' \
153 -e 's/^# *[0-9][0-9]* \(.*\)$/'$filebase'\$(OBJ_EXT): \1/' \
155 -e 's|\.c\.c|.c|' $uwinfix | \
156 $uniq | $sort | $uniq >> .deptmp
158 $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
161 -e '/^#.*<stdin>/d' \
163 -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
164 -e 's/^[ ]*#[ ]*line/#/' \
165 -e '/^# *[0-9][0-9]* *[".\/]/!d' \
166 -e 's/^.*"\(.*\)".*$/'$filebase'\$(OBJ_EXT): \1/' \
167 -e 's/^# *[0-9][0-9]* \(.*\)$/'$filebase'\$(OBJ_EXT): \1/' \
169 -e 's|\.c\.c|.c|' $uwinfix | \
170 $uniq | $sort | $uniq >> .deptmp
174 $sed <$mf >$mf.new -e '1,/^# AUTOMATICALLY/!d'
176 $MAKE shlist || ($echo "Searching for .SH files..."; \
177 $echo *.SH | $tr ' ' $trnl | $egrep -v '\*' >.shlist)
179 # Now extract the dependencies on makedepend.SH and Makefile.SH
180 # (they should reside in the main Makefile):
182 mv .shlist .shlist.old
183 $egrep -v '^makedepend\.SH' <.shlist.old >.shlist
185 mv .shlist .shlist.old
186 $egrep -v '^Makefile\.SH' <.shlist.old >.shlist
188 mv .shlist .shlist.old
189 $egrep -v '^perl_exp\.SH' <.shlist.old >.shlist
191 mv .shlist .shlist.old
192 $egrep -v '^config_h\.SH' <.shlist.old >.shlist
195 if $test -s .deptmp; then
196 for file in `cat .shlist`; do
197 $echo `$expr X$file : 'X\(.*\).SH'`: $file $TOP/config.sh \; \
200 $echo "Updating $mf..."
201 $echo "# If this runs make out of memory, delete /usr/include lines." \
203 $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp \
206 $MAKE hlist || ($echo "Searching for .h files..."; \
207 $echo *.h | $tr ' ' $trnl | $egrep -v '\*' >.hlist)
208 $echo "You don't seem to have a proper C preprocessor. Using grep instead."
209 $egrep '^#include ' `cat .clist` `cat .hlist` >.deptmp
210 $echo "Updating $mf..."
213 -e 's|^\(.*\)/\(.*\)\.c|\2\$(OBJ_EXT): \1/\2.c; '"$defrule \1/\2.c|p" \
216 -e 's|^\(.*\)\.c|\1\$(OBJ_EXT): \1.c|p' >> $mf.new
217 <.hlist $sed -n 's|\(.*/\)\(.*\)|s= \2= \1\2=|p' >.hsed
218 <.deptmp $sed -n 's|c:#include "\(.*\)".*$|o: \1|p' | \
219 $sed 's|^[^;]*/||' | \
220 $sed -f .hsed >> $mf.new
221 <.deptmp $sed -n 's|h:#include "\(.*\)".*$|h: \1|p' | \
222 $sed -f .hsed >> $mf.new
223 for file in `$cat .shlist`; do
224 $echo `$expr X$file : 'X\(.*\).SH'`: $file $TOP/config.sh \; \
233 $echo "# WARNING: Put nothing here or make depend will gobble it up!" >> $mf
234 $rm -rf .deptmp UU .shlist .clist .hlist .hsed
237 $eunicefix makedepend
242 ln makedepend ../makedepend