Lines Matching refs:makefile
7 XCOMM makedepend [cpp-flags] [-w width] [-s magic-string] [-f makefile]
57 makefile=
92 makefile="-"
94 makefile="$2"
98 makefile="`cat ${TMP}arg`"
161 case "$makefile" in
163 if [ -r makefile ]
165 makefile=makefile
168 makefile=Makefile
170 echo 'no makefile or Makefile found' 1>&2
175 makefile=$TMPMAKEFILE
240 case "$makefile" in
244 rm -f $makefile.bak
245 cp $makefile $makefile.bak
246 echo "Appending dependencies to $makefile"
258 cat >> $makefile << END_OF_APPEND
263 ed $silent $makefile << END_OF_ED_SCRIPT
268 echo '' >>$makefile
271 cat $DEPENDLINES >>$makefile
273 case "$makefile" in