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.
178
2000/02/
22
16
:
46
:
25
hubbe Exp $
+
# $Id: Makefile.in,v 1.
179
2000/02/
26
03
:
08
:
49
hubbe 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:475:
las_t.o: las.c # All the $(POBJ) dependencies, except tpike. See blurb at pike target. stamp-tpike-predep: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike peep.c $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike builtin_functions.c $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike las.c @echo foo > stamp-tpike-predep # make dependencies depend: $(SRCDIR)/language.c gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR) ( cd modules && $(MAKE) $(MAKE_FLAGS) depend )
+
( cd post_modules && $(MAKE) $(MAKE_FLAGS) depend )
$(SRCDIR)/configure @ac_configure_args@ # Documentation... docs: mkdir docs wmml: force @test -d wmml/. || mkdir wmml @modules="`cd $(SRCDIR)/modules && ls -d */. | sed -e '/^_.*/d' -e 's/\/\.$$//'`"; \