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.
300
2002/04/
11
20
:
30
:
03
mast
Exp $
+
# $Id: Makefile.in,v 1.
301
2002/04/
12
07
:
53
:
10
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:894:
dynamic_load.protos \ module_support.protos \ threads.protos \ multiset.protos \ encode.protos \ object.protos \ error.protos \ opcodes.protos \ version.protos \ builtin.protos \
+
iterators.protos \
rbtree.protos $(HFILES): precompile.sh-stamp import-stamp: $(HFILES) precompile.sh-stamp @./precompile.sh fake_dynamic_load.pike >import_functions.tmp $(HFILES) @cmp import_functions.tmp import_functions.h >/dev/null || mv import_functions.tmp import_functions.h @echo hej >import-stamp import_functions.h: import-stamp
pike.git/src/Makefile.in:915:
export_functions.c: import_functions.h touch export_functions.c module.o: post_modules/modlist.h post_modules/modlist_headers.h # Must have manual depends on all the bytecode methods in the code # dir, since make depend will only include the one that was chosen, # and that doesn't suffice in source dists.
-
pikecode.h: code/ia32.h code/sparc.h code/ppc32.h code/computedgoto.h code/bytecode.h
+
$(SRCDIR)/
pikecode.h: code/ia32.h code/sparc.h code/ppc32.h code/computedgoto.h code/bytecode.h
-
pikecode.c: code/ia32.c code/sparc.c code/ppc32.c code/computedgoto.c code/bytecode.c
+
$(SRCDIR)/
pikecode.c: code/ia32.c code/sparc.c code/ppc32.c code/computedgoto.c code/bytecode.c
@dependencies@