pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:324:
# # Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib ( cd modules ; ${MAKE} $(MAKE_FLAGS) ) 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."
-
(
cad
$(SRCDIR); \
+
(
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