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.
480
2009
/
09
/
26
12
:
27
:
52
grubba
Exp $
+
# $Id: Makefile.in,v 1.
481
2010
/
01/
09
01
:
00
:
31
srb
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:201:
$(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@ SRC_TARGETS= \ $(SRCDIR)/language.c \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ $(SRCDIR)/interpret_functions_fixed.h \ $(SRCDIR)/peep_engine.c \ $(SRCDIR)/case_info.h \
+
$(SRCDIR)/whitespace.h \
$(SRCDIR)/treeopt.h @PMOD_TARGETS@ # # User callable targets # # Update the dumped modules, but only if dump_modules has been used earlier. all: module_objects post_module_objects pike-complete-stamp tools @if [ -f dumpversion ]; then \
pike.git/src/Makefile.in:1080:
#new_peep_engine: # $(RUNTPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c # $(RUNTPIKE) $(TMP_BINDIR)/make_ci.pike <$(SRCDIR)/UnicodeData.txt >$(SRCDIR)/case_info.h $(SRCDIR)/peep_engine.c: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike ./precompile.sh $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c || ( rm $(SRCDIR)/peep_engine.c ; exit 1 ) peep.o: $(SRCDIR)/peep_engine.c
+
$(SRCDIR)/whitespace.h: $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/getwhitespace.sh
+
$(TMP_BINDIR)/getwhitespace.sh >$(SRCDIR)/whitespace.h \
+
<$(SRCDIR)/UnicodeData.txt
+
$(SRCDIR)/case_info.h: $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike ./precompile.sh $(TMP_BINDIR)/make_ci.pike $(SRCDIR)/case_info.h \ <$(SRCDIR)/UnicodeData.txt builtin_functions.o: $(SRCDIR)/case_info.h $(SRCDIR)/combine_path.h $(SRCDIR)/treeopt.h: $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike ./precompile.sh $(TMP_BINDIR)/mktreeopt.pike $(SRCDIR)/treeopt.in || ( rm $(SRCDIR)/treeopt.h ; exit 1 ) las.o: $(SRCDIR)/treeopt.h
pike.git/src/Makefile.in:1267:
sed -e 's/YY_COUNT_TYPE/@YY_COUNT_TYPE@/' \ -e 's/YY_FROM_CONST/@YY_FROM_CONST@/' \ -e 's/short[ ]*int[ ]/\/* short *\/ int /g' \ -e 's/(short[ ]*int)/(\/* short *\/ int)/g' \ < $(SRCDIR)/language.c_src > $(SRCDIR)/language.c $(SRCDIR)/interpret_functions_fixed.h: $(SRCDIR)/interpret_functions.h precompile.sh-stamp ./precompile.sh --cache make_interpret_functions.pike >"$@" "$(SRCDIR)/interpret_functions.h" || { rm "$@"; exit 1; } # UnixWare make needs help to find the source file...
-
builtin.o: $(SRCDIR)/builtin.c
+
builtin.o: $(SRCDIR)/builtin.c
$(SRCDIR)/whitespace.h
iterators.o: $(SRCDIR)/iterators.c facetgroup.o: $(SRCDIR)/facetgroup.c backend.o: $(SRCDIR)/backend.c libpike.o: $(SRCDIR)/libpike.c # Internal testing target