pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
177
2000/02/
05
02
:
35
:
09
marcus
Exp $
+
# $Id: Makefile.in,v 1.
178
2000/02/
22
16
:
46
:
25
hubbe
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:312:
-rm -f pike pike.old l.outa* -rm -f modules/*/testsuite -rm -f modules/static_module_makefile modules/dynamic_module_makefile -rm -rf lib distclean: spotless find . -type f '(' -name 'config.log' -o -name 'config.status' -o \ -name 'config.cache' ')' -exec rm -f \{\} \; cvsclean: distclean
-
( for d in `cd $(SRCDIR)
;
find . -type d -print`; do \
+
( for d in `cd $(SRCDIR)
&&
find . -type d -print`; do \
if test -f "$(SRCDIR)/$$d/.cvsignore" ; then \ (cd "$$d" && rm -f `cat "$(SRCDIR)/$$d/.cvsignore"`); \ (cd "$(SRCDIR)/$$d" && rm -f `cat "$(SRCDIR)/$$d/.cvsignore"`); \ else :; fi; \ done) # create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug module_testsuites:
-
( cd modules
;
$(MAKE) $(MAKE_FLAGS) testsuites )
+
( cd modules
&&
$(MAKE) $(MAKE_FLAGS) testsuites )
just_verify: module_testsuites testsuite master.pike if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \ $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args tinstall: aclocal master.pike aclocal rm -rf test-install $(RUNPIKE) $(TMP_BINDIR)/install.pike --new-style pike_name="test-pike" lib_prefix="$(lib_prefix)" TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" SRCDIR="$(SRCDIR)" prefix="./test-install" MANDIR_SRC="$(MANDIR_SRC)" man_prefix="$(man_prefix)"
pike.git/src/Makefile.in:424:
# and thus has to follow the rules stated in that code. export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" Oracle rsql.pike rsqld.pike _Crypto full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" all_exports: full_export
-
( cd ..
;
$(TMP_BINDIR)/makedists )
+
( cd ..
&&
$(TMP_BINDIR)/makedists )
bin_export: aclocal @rm -f *.burk @$(RUNPIKE) $(TMP_BINDIR)/install.pike --export \ exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" pike_name=$(pike_name) @case " $(CC)" in \ *\ rntc*) \
pike.git/src/Makefile.in:474:
las_t.o: las.c # All the $(POBJ) dependencies, except tpike. See blurb at pike target. stamp-tpike-predep: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike peep.c $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike builtin_functions.c $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike las.c @echo foo > stamp-tpike-predep # make dependencies depend: $(SRCDIR)/language.c gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
-
( cd modules
;
$(MAKE) $(MAKE_FLAGS) depend )
+
( cd modules
&&
$(MAKE) $(MAKE_FLAGS) depend )
$(SRCDIR)/configure @ac_configure_args@ # Documentation... docs: mkdir docs wmml: force @test -d wmml/. || mkdir wmml
-
@modules="`cd $(SRCDIR)/modules
;
ls -d */. | sed -e '/^_.*/d' -e 's/\/\.$$//'`"; \
+
@modules="`cd $(SRCDIR)/modules
&&
ls -d */. | sed -e '/^_.*/d' -e 's/\/\.$$//'`"; \
echo The following modules are interresting:; \ echo "$$modules"; \ for d in $$modules; do \ echo Testing $$d...; \ if test -f "$(SRCDIR)/modules/$$d/wmml-header"; then \ echo Module $$d seems to contain WMML docs.; \ $(RUNPIKE) $(TMP_BINDIR)/mkwmml.pike \ "$(SRCDIR)/modules/$$d/wmml-header" \ `find $(SRCDIR)/modules/$$d/. $(SRCDIR)/modules/_$$d*/. -name '*.[ch]' -print 2>/dev/null` \ "$(SRCDIR)/modules/$$d/wmml-footer" >wmml/$$d.wmml; \ else :; fi; \ done manpages: wmml @(if test -f "$(SRCDIR)/../tutorial/tutorial.wmml"; then \ cat "$(SRCDIR)/../tutorial/tutorial.wmml"; \ else \ cat wmml/*.wmml; \
-
fi) | (cd wmml
;
$(RUNPIKE) $(TMP_BINDIR)/wmmltohtml2 \
+
fi) | (cd wmml
&&
$(RUNPIKE) $(TMP_BINDIR)/wmmltohtml2 \
$(TMP_BINDIR)/manpages man/man) # Lobotomization... lobotomize_crypto:
-
( cd $(SRCDIR)/modules/_Crypto
;
./.build_lobotomized_crypto )
-
( cd $(SRCDIR)/modules/_Lobotomized_Crypto
;
autoconf )
+
( cd $(SRCDIR)/modules/_Crypto
&&
./.build_lobotomized_crypto )
+
( cd $(SRCDIR)/modules/_Lobotomized_Crypto
&&
autoconf )
# # Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib master.pike @( cd modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$? language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.h: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict."
-
( cd $(SRCDIR)
;
\
-
$(YACC) $(YFLAGS) language.yacc
;
\
-
mv y.tab.c language.c
;
\
+
( cd $(SRCDIR)
&&
\
+
$(YACC) $(YFLAGS) language.yacc
&&
\
+
mv y.tab.c language.c
&&
\
mv y.tab.h language.h ) $(SRCDIR)/language.c: $(SRCDIR)/language.h touch $(SRCDIR)/language.c # Internal testing target run_yacc: $(SRCDIR)/language.c modules/modlist.h:
-
( cd modules
;
$(MAKE) $(MAKE_FLAGS) )
+
( cd modules
&&
$(MAKE) $(MAKE_FLAGS) )
modules/modlist_headers.h: modules/modlist.h touch modules/modlist_headers.h module.o: modules/modlist_headers.h modules/modlist.h $(SRCDIR)/configure: $(SRCDIR)/configure.in cd $(SRCDIR) && autoconf config.status: $(SRCDIR)/configure