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.
302
2002/04/
17
20
:
31
:
38
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
303
2002/04/
27
22
:
03
:
17
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:913:
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.
-
$(SRCDIR)/pikecode.h: code/ia32.h code/sparc.h code/ppc32.h code/computedgoto.h code/bytecode.h
+
$(SRCDIR)/pikecode.h:
\
+
$(SRCDIR)/
code/ia32.h
\
+
$(SRCDIR)/
code/sparc.h
\
+
$(SRCDIR)/
code/ppc32.h
\
+
$(SRCDIR)/
code/computedgoto.h
\
+
$(SRCDIR)/
code/bytecode.h
+
touch $(SRCDIR)/pikecode.h
-
$(SRCDIR)/pikecode.c: code/ia32.c code/sparc.c code/ppc32.c code/computedgoto.c code/bytecode.c
+
$(SRCDIR)/pikecode.c:
\
+
$(SRCDIR)/
code/ia32.c
\
+
$(SRCDIR)/
code/sparc.c
\
+
$(SRCDIR)/
code/ppc32.c
\
+
$(SRCDIR)/
code/computedgoto.c
\
+
$(SRCDIR)/
code/bytecode.c
+
touch $(SRCDIR)/pikecode.c
@dependencies@