Lines Matching full:makefile
31 if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
32 cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \
48 if test -f $$mdir/Makefile.PL -a ! -f $$mdir/Makefile; then \
49 cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \
57 if test ! -f $$mdir/Makefile.PL; then \
72 @find . -name "Makefile.depends" -print | $(XARGS) rm %
114 CS_FILES = README README.python INSTALL LICENSE CS_LICENSE rules.mk.in Makefile acconfig.h autogen.sh config.guess config.sub configure.in cs_config.h.in mkinstalldirs install-sh ClearSilver.h
118 @if p4 labels Makefile | grep "${CS_LABEL}"; then \