📄 makefile.in
字号:
.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu crm/pengine/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu crm/pengine/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ doneuninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ doneclean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ doneinstall-halibPROGRAMS: $(halib_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(halibdir)" || $(mkdir_p) "$(DESTDIR)$(halibdir)" @list='$(halib_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(halibPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(halibdir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(halibPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(halibdir)/$$f" || exit 1; \ else :; fi; \ doneuninstall-halibPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(halib_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(halibdir)/$$f'"; \ rm -f "$(DESTDIR)$(halibdir)/$$f"; \ doneclean-halibPROGRAMS: @list='$(halib_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donepengine$(EXEEXT): $(pengine_OBJECTS) $(pengine_DEPENDENCIES) @rm -f pengine$(EXEEXT) $(LINK) $(pengine_LDFLAGS) $(pengine_OBJECTS) $(pengine_LDADD) $(LIBS)ptest$(EXEEXT): $(ptest_OBJECTS) $(ptest_DEPENDENCIES) @rm -f ptest$(EXEEXT) $(LINK) $(ptest_LDFLAGS) $(ptest_OBJECTS) $(ptest_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-color.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-complex.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-graph.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-group.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-incarnation.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-main.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-native.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-pengine.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-stages.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-unpack.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pengine-utils.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-color.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-complex.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-graph.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-group.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-incarnation.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-native.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-pengine.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-ptest.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-stages.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-unpack.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptest-utils.Po@am__quote@.c.o:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<pengine-unpack.o: unpack.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-unpack.o -MD -MP -MF "$(DEPDIR)/pengine-unpack.Tpo" -c -o pengine-unpack.o `test -f 'unpack.c' || echo '$(srcdir)/'`unpack.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-unpack.Tpo" "$(DEPDIR)/pengine-unpack.Po"; else rm -f "$(DEPDIR)/pengine-unpack.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unpack.c' object='pengine-unpack.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-unpack.o `test -f 'unpack.c' || echo '$(srcdir)/'`unpack.cpengine-unpack.obj: unpack.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-unpack.obj -MD -MP -MF "$(DEPDIR)/pengine-unpack.Tpo" -c -o pengine-unpack.obj `if test -f 'unpack.c'; then $(CYGPATH_W) 'unpack.c'; else $(CYGPATH_W) '$(srcdir)/unpack.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-unpack.Tpo" "$(DEPDIR)/pengine-unpack.Po"; else rm -f "$(DEPDIR)/pengine-unpack.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unpack.c' object='pengine-unpack.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-unpack.obj `if test -f 'unpack.c'; then $(CYGPATH_W) 'unpack.c'; else $(CYGPATH_W) '$(srcdir)/unpack.c'; fi`pengine-color.o: color.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-color.o -MD -MP -MF "$(DEPDIR)/pengine-color.Tpo" -c -o pengine-color.o `test -f 'color.c' || echo '$(srcdir)/'`color.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-color.Tpo" "$(DEPDIR)/pengine-color.Po"; else rm -f "$(DEPDIR)/pengine-color.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color.c' object='pengine-color.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-color.o `test -f 'color.c' || echo '$(srcdir)/'`color.cpengine-color.obj: color.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-color.obj -MD -MP -MF "$(DEPDIR)/pengine-color.Tpo" -c -o pengine-color.obj `if test -f 'color.c'; then $(CYGPATH_W) 'color.c'; else $(CYGPATH_W) '$(srcdir)/color.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-color.Tpo" "$(DEPDIR)/pengine-color.Po"; else rm -f "$(DEPDIR)/pengine-color.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color.c' object='pengine-color.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-color.obj `if test -f 'color.c'; then $(CYGPATH_W) 'color.c'; else $(CYGPATH_W) '$(srcdir)/color.c'; fi`pengine-graph.o: graph.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-graph.o -MD -MP -MF "$(DEPDIR)/pengine-graph.Tpo" -c -o pengine-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-graph.Tpo" "$(DEPDIR)/pengine-graph.Po"; else rm -f "$(DEPDIR)/pengine-graph.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='graph.c' object='pengine-graph.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-graph.o `test -f 'graph.c' || echo '$(srcdir)/'`graph.cpengine-graph.obj: graph.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-graph.obj -MD -MP -MF "$(DEPDIR)/pengine-graph.Tpo" -c -o pengine-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-graph.Tpo" "$(DEPDIR)/pengine-graph.Po"; else rm -f "$(DEPDIR)/pengine-graph.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='graph.c' object='pengine-graph.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-graph.obj `if test -f 'graph.c'; then $(CYGPATH_W) 'graph.c'; else $(CYGPATH_W) '$(srcdir)/graph.c'; fi`pengine-native.o: native.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-native.o -MD -MP -MF "$(DEPDIR)/pengine-native.Tpo" -c -o pengine-native.o `test -f 'native.c' || echo '$(srcdir)/'`native.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-native.Tpo" "$(DEPDIR)/pengine-native.Po"; else rm -f "$(DEPDIR)/pengine-native.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='native.c' object='pengine-native.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-native.o `test -f 'native.c' || echo '$(srcdir)/'`native.cpengine-native.obj: native.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-native.obj -MD -MP -MF "$(DEPDIR)/pengine-native.Tpo" -c -o pengine-native.obj `if test -f 'native.c'; then $(CYGPATH_W) 'native.c'; else $(CYGPATH_W) '$(srcdir)/native.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-native.Tpo" "$(DEPDIR)/pengine-native.Po"; else rm -f "$(DEPDIR)/pengine-native.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='native.c' object='pengine-native.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-native.obj `if test -f 'native.c'; then $(CYGPATH_W) 'native.c'; else $(CYGPATH_W) '$(srcdir)/native.c'; fi`pengine-group.o: group.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-group.o -MD -MP -MF "$(DEPDIR)/pengine-group.Tpo" -c -o pengine-group.o `test -f 'group.c' || echo '$(srcdir)/'`group.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-group.Tpo" "$(DEPDIR)/pengine-group.Po"; else rm -f "$(DEPDIR)/pengine-group.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='group.c' object='pengine-group.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-group.o `test -f 'group.c' || echo '$(srcdir)/'`group.cpengine-group.obj: group.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-group.obj -MD -MP -MF "$(DEPDIR)/pengine-group.Tpo" -c -o pengine-group.obj `if test -f 'group.c'; then $(CYGPATH_W) 'group.c'; else $(CYGPATH_W) '$(srcdir)/group.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-group.Tpo" "$(DEPDIR)/pengine-group.Po"; else rm -f "$(DEPDIR)/pengine-group.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='group.c' object='pengine-group.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -c -o pengine-group.obj `if test -f 'group.c'; then $(CYGPATH_W) 'group.c'; else $(CYGPATH_W) '$(srcdir)/group.c'; fi`pengine-incarnation.o: incarnation.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pengine_CFLAGS) $(CFLAGS) -MT pengine-incarnation.o -MD -MP -MF "$(DEPDIR)/pengine-incarnation.Tpo" -c -o pengine-incarnation.o `test -f 'incarnation.c' || echo '$(srcdir)/'`incarnation.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pengine-incarnation.Tpo" "$(DEPDIR)/pengine-incarnation.Po"; else rm -f "$(DEPDIR)/pengine-incarnation.Tpo"; exit 1; fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -