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.
348
2003/02/
19
23
:
58
:
20
mast
Exp $
+
# $Id: Makefile.in,v 1.
349
2003/02/
20
16
:
11
:
52
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:161:
stuff.o \ threads.o \ version.o \ queue.o \ builtin.o \ iterators.o \ svalue.o \ las.o \ builtin_functions.o \ peep.o \
-
module.o
\
-
@EXTRA_OBJS@
+
module.o @EXTRA_OBJS@
MODULE_REQUIREMENTS= \ machine.h \ global.h \ precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \ $(SRCDIR)/language.h \ $(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)/treeopt.h
\
-
@PMOD_TARGETS@
+
$(SRCDIR)/treeopt.h @PMOD_TARGETS@
# # User callable targets # # Update the dumped modules, but only if dump_modules has been used earlier. # # Since post_modules might be static, we must remake pike after them # to make sure they are linked in.