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.
354
2003/
06
/
03
01
:
07
:
11
nilsson Exp $
+
# $Id: Makefile.in,v 1.
355
2003/
08
/
07
02
:
24
:
52
nilsson 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:640:
@test -d doc_build/src/post_modules/GTK/refdoc || \ mkdir doc_build/src/post_modules/GTK/refdoc @test -d doc_build/src/post_modules/GTK/refdoc/images || \ mkdir doc_build/src/post_modules/GTK/refdoc/images pike.syms: $(SRCDIR)/interpret.c $(SRCDIR)/interpreter.h $(SRCDIR)/program.c $(SRCDIR)/builtin_functions.c ( cat $(SRCDIR)/*.h *.h | egrep '^[ ]*#[ ]*define[ ][ ]*[a-zA-Z_0-9]*[ ][ ]*[0-9][xabcdefABCDEF0-9]*[ ]*' ; \ echo "#define" `$(CPP) $(PREFLAGS) -DSTEP_BREAK_LINE='STEP_BREAK_LINE __LINE__' $(SRCDIR)/interpreter.h | grep STEP_BREAK_LINE` ) >pike.syms
-
pike-module: $(SRCDIR)/pike-module.in Makefile ./pike
-
$(RUNPIKE) $(SRCDIR)/pike-module.in --fixate=$(SRCDIR)/pike-module.in \
-
--set='make=$(MAKE)' --set='make_flags=$(MAKE_FLAGS)' \
-
--set='prefix=$(prefix)' --set='pike=$(exec_prefix)/pike' \
-
--set='include_path=$(prefix)/include/pike' \
-
--set='lib_prefix=$(TMP_LIBDIR)' --set='share_prefix=$(LIBDIR_SRC)' \
-
--output=pike-module
-
-@chmod +x pike-module
-
+
# We touch the files that depend on language.h_src and # interpret_protos.h_src to ensure that the .h_src.h rule doesn't have # anything to do in the dist. source: depend touch $(SRCDIR)/language.c $(SRCDIR)/language.h $(SRCDIR)/interpret_protos.h # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code.