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.
107
1998/08/02
15
:
20
:
14
grubba Exp $
+
# $Id: Makefile.in,v 1.
108
1998/08/02
16
:
18
:
59
grubba 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:146:
cover: $(OBJ) module_objects -@mv pike pike.old 2>/dev/null || true $(SMARTLINK) purecov purify -max-threads=128 -thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike # quantify quant: $(OBJ) module_objects -@mv pike pike.old 2>/dev/null || true $(SMARTLINK) quantify $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike atom: pike
-
atom pike -tool atom -env threads -g -v `find lib/
modues
-type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
+
atom pike -tool atom -env threads -g -v `find lib/
modules
-type f -name '*.so' -print | sed -e 's/^/-incobj /g'`
mv pike pike.pre-atom mv pike.third.threads pike @echo Make sure you have '.' in your LD_LIBRARY_PATH. pixie: pike atom pike -tool pixie -env threads -g -v `find lib/modules -type f -name '*.so' -print | sed -e 's/^/-incobj /g'` mv pike pike.pre-pixie mv pike.pixie.threads pixie @echo Make sure you have '.' in your LD_LIBRARY_PATH.
pike.git/src/Makefile.in:281:
fi ; \ done # tidy up a bit tidy: -rm -f *.o core y.output y.tab.c y.tab.h -rm -f $(TMP_BINDIR)/core *.o *.i *.i~ testsuite # make clean clean: tidy
-
-( cd modules;
${MAKE}
$(MAKE_FLAGS) clean )
+
-( cd modules;
$(MAKE)
$(MAKE_FLAGS) clean )
-rm -f TAGS tags -rm -f yacc.acts yacc.debug yacc.tmp *.debug.log a.out -rm -f hilfe master.pike find lib/modules/ -type f -name '*.so_pure*' -exec rm -f \{\} \;
-
+
# -rm -f lib/master.pike
# make _really_ clean spotless: clean -(cd $(SRCDIR); find . -type f -name '*.h.in' -print) | \ sed -e 's/\.in$$//' | xargs rm -f find . -type f '(' -name 'Makefile' -o -name '*~' -o -name '.*~' -o \ -name core -o -name '.nfs*' -name '#*#' -o -name '.pure' -o \
-
-name 'conftest.*' ')' -exec rm -f \{\} \;
+
-name 'conftest.*'
-o -name
'
stamp-h' '
)' -exec rm -f \{\} \;
-rm -f lexical.c mon.out *.ln config.status -rm -f $(TMP_BINDIR)/*~ $(TMP_BINDIR)/\#*\# -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'
-name
'
stamp-h' '
)' -exec rm -f \{\} \;
+
-name 'config.cache' ')' -exec rm -f \{\} \;
-
+
cvsclean: distclean
+
# FIXME: Zap things that are in .cvsignore here.
+
# create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug verify_modules: ( cd modules ; $(MAKE) $(MAKE_FLAGS) verify )
pike.git/src/Makefile.in:444:
else \ cat wmml/*.wmml; \ 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 )
+
# # 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_FLAGS) || \
-
( test -f remake &&
${MAKE}
$(MAKE_FLAGS) ) ) || exit $$?
+
$(MAKE)
$(MAKE_FLAGS) || \
+
( test -f remake &&
$(MAKE)
$(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 ;\ 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