1 # $Id: Makefile.in,v 1.3 2008/01/06 17:18:55 ragge Exp $
3 # Makefile.in for top-level of pcc.
20 cd
cc && ${MAKE} install
21 cd
cpp && ${MAKE} install
22 cd ccom
&& ${MAKE} install
25 cd
cc && ${MAKE} clean
26 cd
cpp && ${MAKE} clean
27 cd ccom
&& ${MAKE} clean
30 cd
cc && ${MAKE} distclean
31 cd
cpp && ${MAKE} distclean
32 cd ccom
&& ${MAKE} distclean
33 /bin
/rm -rf Makefile config.log stamp-h1 config.status \
34 configure.lineno config.h autom4te.cache
36 ${SUBDIR}: nonexistant
37 cd
$@
; $(MAKE
) all $(MFLAGS
)