Round #2 on EBCDICation.
[p5sagit/p5-mst-13.2.git] / makedepend.SH
1 #! /bin/sh
2 case $PERL_CONFIG_SH in
3 '')
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=../../../..;
9         else
10                 echo "Can't find config.sh."; exit 1
11         fi
12         . $TOP/config.sh
13         ;;
14 esac
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.
17 case "$0" in
18 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
19 esac
20
21 case "$osname" in
22 amigaos) cat=/bin/cat ;; # must be absolute
23 esac
24
25 echo "Extracting makedepend (with variable substitutions)"
26 rm -f makedepend
27 $spitshell >makedepend <<!GROK!THIS!
28 $startsh
29 # makedepend.SH
30 #
31 MAKE=$make
32 trnl='$trnl'
33 !GROK!THIS!
34 $spitshell >>makedepend <<'!NO!SUBS!'
35
36 # This script should be called with 
37 #     sh ./makedepend MAKE=$(MAKE)
38 case "$1" in 
39         MAKE=*) eval $1 ;;
40 esac
41
42 export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh \$0; kill \$\$)
43
44 case $PERL_CONFIG_SH in
45 '')
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=../../../..;
51         else
52                 echo "Can't find config.sh."; exit 1
53         fi
54         . $TOP/config.sh
55         ;;
56 esac
57
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"
63 export PATH
64
65 $cat /dev/null >.deptmp
66 $rm -f *.c.c c/*.c.c
67 if test -f Makefile; then
68     rm -f $firstmakefile
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:
72     case "$osname" in
73     os2) ;;
74     netbsd) ;;
75     *) $touch $firstmakefile ;;
76     esac
77 fi
78 mf=$firstmakefile
79 if test -f $mf; then
80     defrule=`<$mf sed -n                \
81         -e '/^\.c\$(OBJ_EXT):.*;/{'     \
82         -e    's/\$\*\.c//'             \
83         -e    's/^[^;]*;[        ]*//p' \
84         -e    q                         \
85         -e '}'                          \
86         -e '/^\.c\$(OBJ_EXT): *$/{'     \
87         -e    N                         \
88         -e    's/\$\*\.c//'             \
89         -e    's/^.*\n[  ]*//p'         \
90         -e    q                         \
91         -e '}'`
92 fi
93 case "$defrule" in
94 '') defrule='$(CC) -c $(CFLAGS)' ;;
95 esac
96
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
99 : might be identical
100 $test -d UU || mkdir UU
101
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     case "$osname" in
107     uwin)     uwinfix="-e s,\\\\\\\\,/,g -e s,\\([a-zA-Z]\\):/,/\\1/,g" ;;
108     os2)      uwinfix="-e s,\\\\\\\\,/,g" ;;
109     cygwin)   uwinfix="-e s,\\\\\\\\,/,g" ;;
110     posix-bc) uwinfix="-e s/\\*POSIX(\\(.*\\))/\\1/" ;;
111     vos)      uwinfix="-e s/\#/\\\#/" ;;
112     *)        uwinfix="" ;;
113     esac
114     case "$file" in
115     *.c) filebase=`basename $file .c` ;;
116     *.y) filebase=`basename $file .y` ;;
117     esac
118     case "$file" in
119     */*) finc="-I`echo $file | sed 's#/[^/]*$##`" ;;
120     *)   finc= ;;
121     esac
122     $echo "Finding dependencies for $filebase$_o."
123     ( $echo "#line 1 \"$file\""; \
124       $sed -n <$file \
125         -e "/^${filebase}_init(/q" \
126         -e '/^#line/d' \
127         -e '/^#/{' \
128         -e 's|/\*.*$||' \
129         -e 's|\\$||' \
130         -e p \
131         -e '}' ) >UU/$file.c
132     if [ "$osname" = os390 ]; then
133         if [ "$file" = perly.c ]; then
134             $echo '#endif' >>UU/$file.c
135         fi
136         $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
137         $sed \
138             -e '/^#.*<stdin>/d' \
139             -e '/^#.*"-"/d' \
140             -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
141             -e 's/^[     ]*#[    ]*line/#/' \
142             -e '/^# *[0-9][0-9]* *[".\/]/!d' \
143             -e 's/^.*"\(.*\)".*$/'$filebase'\$(OBJ_EXT): \1/' \
144             -e 's/^# *[0-9][0-9]* \(.*\)$/'$filebase'\$(OBJ_EXT): \1/' \
145             -e 's|: \./|: |' \
146             -e 's|\.c\.c|.c|' $uwinfix | \
147         $uniq | $sort | $uniq >> .deptmp
148     else
149         $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c 2>&1 |
150         $sed \
151             -e '1d' \
152             -e '/^#.*<stdin>/d' \
153             -e '/^#.*<builtin>/d' \
154             -e '/^#.*<command line>/d' \
155             -e '/^#.*"-"/d' \
156             -e '/: file path prefix .* never used$/d' \
157             -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
158             -e 's/^[     ]*#[    ]*line/#/' \
159             -e '/^# *[0-9][0-9]* *[".\/]/!d' \
160             -e 's/^.*"\(.*\)".*$/'$filebase'\$(OBJ_EXT): \1/' \
161             -e 's/^# *[0-9][0-9]* \(.*\)$/'$filebase'\$(OBJ_EXT): \1/' \
162             -e 's|: \./|: |' \
163             -e 's|\.c\.c|.c|' $uwinfix | \
164         $uniq | $sort | $uniq >> .deptmp
165     fi
166 done
167
168 $sed <$mf >$mf.new -e '1,/^# AUTOMATICALLY/!d'
169
170 $MAKE shlist || ($echo "Searching for .SH files..."; \
171         $echo *.SH | $tr ' ' $trnl | $egrep -v '\*' >.shlist)
172
173 # Now extract the dependencies on makedepend.SH and Makefile.SH
174 # (they should reside in the main Makefile):
175 rm -f .shlist.old
176 mv .shlist .shlist.old
177 $egrep -v '^makedepend\.SH' <.shlist.old >.shlist
178 rm -f .shlist.old
179 mv .shlist .shlist.old
180 $egrep -v '^Makefile\.SH' <.shlist.old >.shlist
181 rm -f .shlist.old
182 mv .shlist .shlist.old
183 $egrep -v '^perl_exp\.SH' <.shlist.old >.shlist
184 rm -f .shlist.old
185 mv .shlist .shlist.old
186 $egrep -v '^config_h\.SH' <.shlist.old >.shlist
187 rm .shlist.old
188
189 if $test -s .deptmp; then
190     for file in `cat .shlist`; do
191         $echo `$expr X$file : 'X\(.*\).SH'`: $file $TOP/config.sh \; \
192             $sh $file >> .deptmp
193     done
194     $echo "Updating $mf..."
195     $echo "# If this runs make out of memory, delete /usr/include lines." \
196         >> $mf.new
197     $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp \
198        >>$mf.new
199 else
200     $MAKE hlist || ($echo "Searching for .h files..."; \
201         $echo *.h | $tr ' ' $trnl | $egrep -v '\*' >.hlist)
202     $echo "You don't seem to have a proper C preprocessor.  Using grep instead."
203     $egrep '^#include ' `cat .clist` `cat .hlist`  >.deptmp
204     $echo "Updating $mf..."
205     <.clist $sed -n                                                     \
206         -e '/\//{'                                                      \
207         -e   's|^\(.*\)/\(.*\)\.c|\2\$(OBJ_EXT): \1/\2.c; '"$defrule \1/\2.c|p" \
208         -e   d                                                          \
209         -e '}'                                                          \
210         -e 's|^\(.*\)\.c|\1\$(OBJ_EXT): \1.c|p' >> $mf.new
211     <.hlist $sed -n 's|\(.*/\)\(.*\)|s= \2= \1\2=|p' >.hsed
212     <.deptmp $sed -n 's|c:#include "\(.*\)".*$|o: \1|p' | \
213        $sed 's|^[^;]*/||' | \
214        $sed -f .hsed >> $mf.new
215     <.deptmp $sed -n 's|h:#include "\(.*\)".*$|h: \1|p' | \
216        $sed -f .hsed >> $mf.new
217     for file in `$cat .shlist`; do
218         $echo `$expr X$file : 'X\(.*\).SH'`: $file $TOP/config.sh \; \
219             $sh $file >> $mf.new
220     done
221 fi
222 $rm -f $mf.old
223 $cp $mf $mf.old
224 $rm -f $mf
225 $cp $mf.new $mf
226 $rm $mf.new
227 $echo "# WARNING: Put nothing here or make depend will gobble it up!" >> $mf
228 $rm -rf .deptmp UU .shlist .clist .hlist .hsed
229
230 !NO!SUBS!
231 $eunicefix makedepend
232 chmod +x makedepend
233 case `pwd` in
234 *SH)
235     $rm -f ../makedepend
236     ln makedepend ../makedepend
237     ;;
238 esac