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.
101
1998/07/22 00:
31
:
31
hubbe Exp $
+
# $Id: Makefile.in,v 1.
102
1998/07/22 00:
33
:
24
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:446:
# module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib master.pike @( cd modules ; rm remake >/dev/null 2>&1 || : ; \ ${MAKE} $(MAKE_FLAGS) || \ ( test -f remake && ${MAKE} $(MAKE_FLAGS) ) ) || exit $$? language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.h: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict."
-
( cd $(SRCDIR) ; $(YACC) $(YFLAGS) language.yacc
)
-
mv y.tab.c
$(SRCDIR)/
language.c
-
mv y.tab.h
$(SRCDIR)/
language.h
+
( cd $(SRCDIR) ;
\
+
$(YACC) $(YFLAGS) language.yacc
;\
+
mv y.tab.c language.c
;\
+
mv y.tab.h language.h
)
$(SRCDIR)/language.c: $(SRCDIR)/language.h touch $(SRCDIR)/language.c # Internal testing target run_yacc: $(SRCDIR)/language.c modules/modlist.h: ( cd modules ; ${MAKE} $(MAKE_FLAGS) )