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.
172
1999/12/
13
02
:
01
:
45
mast Exp $
+
# $Id: Makefile.in,v 1.
173
1999/12/
19
17
:
07
:
12
mast 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:189:
@echo @echo 'End of summary' @echo '--------------' tpike-real: $(OBJ) $(TOBJ) modules/linker_options -@rm -f tpike || : $(LD) $(LDFLAGS) $(OBJ) $(TOBJ) `cat modules/linker_options` $(LIBS) -o tpike # Only want tpike to exist when using $(RUNTPIKE); we don't want to # require it actually being up-to-date.
-
tpike:
+
$(TMP_BUILDDIR)/
tpike:
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) tpike-real # Make $(POBJ)s with a recursive make instead of depending on them. # This way, we make sure that all other objects shared with tpike are # up-to-date first. So if the $(POBJ)s, which depend on tpike, trigs # the recursive make of tpike-real above, that one will never start to # make the $(OBJ)s concurrently with this one. stamp-tpike-predep # records the $(POBJ) dependencies without tpike. pike: $(OBJ) modules/linker_options stamp-tpike-predep $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) $(POBJ)
pike.git/src/Makefile.in:435:
@$(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) new_peep_engine: $(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c $(RUNPIKE) $(TMP_BINDIR)/make_ci.pike <$(SRCDIR)/UnicodeData.txt >$(SRCDIR)/case_info.h
-
$(SRCDIR)/peep_engine.c: tpike $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike
+
$(SRCDIR)/peep_engine.c:
$(TMP_BUILDDIR)/
tpike $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike
$(RUNTPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c peep.o: $(SRCDIR)/peep_engine.c peep_t.o: peep.c
-
$(SRCDIR)/case_info.h: tpike $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike
+
$(SRCDIR)/case_info.h:
$(TMP_BUILDDIR)/
tpike $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike
$(RUNTPIKE) $(TMP_BINDIR)/make_ci.pike <$(SRCDIR)/UnicodeData.txt >$(SRCDIR)/case_info.h builtin_functions.o: $(SRCDIR)/case_info.h builtin_functions_t.o: builtin_functions.c
-
$(SRCDIR)/treeopt.h: tpike $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike
+
$(SRCDIR)/treeopt.h:
$(TMP_BUILDDIR)/
tpike $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike
$(RUNTPIKE) $(TMP_BINDIR)/mktreeopt.pike $(SRCDIR)/treeopt.in las.o: $(SRCDIR)/treeopt.h 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