📄 makefile.in
字号:
maintainer-clean-noinstPROGRAMS:.c.o: $(COMPILE) -c $<# FIXME: We should only use cygpath when building on Windows,# and only if it is available..c.obj: $(COMPILE) -c `cygpath -w $<`.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.core -rm -f *.$(OBJEXT)clean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:.c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:first_static$(EXEEXT): $(first_static_OBJECTS) $(first_static_DEPENDENCIES) @rm -f first_static$(EXEEXT) $(LINK) $(first_static_LDFLAGS) $(first_static_OBJECTS) $(first_static_LDADD) $(LIBS)second_static$(EXEEXT): $(second_static_OBJECTS) $(second_static_DEPENDENCIES) @rm -f second_static$(EXEEXT) $(LINK) $(second_static_LDFLAGS) $(second_static_OBJECTS) $(second_static_LDADD) $(LIBS)mountlist_static$(EXEEXT): $(mountlist_static_OBJECTS) $(mountlist_static_DEPENDENCIES) @rm -f mountlist_static$(EXEEXT) $(LINK) $(mountlist_static_LDFLAGS) $(mountlist_static_OBJECTS) $(mountlist_static_LDADD) $(LIBS)procmap_static$(EXEEXT): $(procmap_static_OBJECTS) $(procmap_static_DEPENDENCIES) @rm -f procmap_static$(EXEEXT) $(LINK) $(procmap_static_LDFLAGS) $(procmap_static_OBJECTS) $(procmap_static_LDADD) $(LIBS)third$(EXEEXT): $(third_OBJECTS) $(third_DEPENDENCIES) @rm -f third$(EXEEXT) $(LINK) $(third_LDFLAGS) $(third_OBJECTS) $(third_LDADD) $(LIBS)third_static$(EXEEXT): $(third_static_OBJECTS) $(third_static_DEPENDENCIES) @rm -f third_static$(EXEEXT) $(LINK) $(third_static_LDFLAGS) $(third_static_OBJECTS) $(third_static_LDADD) $(LIBS)smp$(EXEEXT): $(smp_OBJECTS) $(smp_DEPENDENCIES) @rm -f smp$(EXEEXT) $(LINK) $(smp_LDFLAGS) $(smp_OBJECTS) $(smp_LDADD) $(LIBS)smp_static$(EXEEXT): $(smp_static_OBJECTS) $(smp_static_DEPENDENCIES) @rm -f smp_static$(EXEEXT) $(LINK) $(smp_static_LDFLAGS) $(smp_static_OBJECTS) $(smp_static_LDADD) $(LIBS)netload_static$(EXEEXT): $(netload_static_OBJECTS) $(netload_static_DEPENDENCIES) @rm -f netload_static$(EXEEXT) $(LINK) $(netload_static_LDFLAGS) $(netload_static_OBJECTS) $(netload_static_LDADD) $(LIBS)sysdeps_static$(EXEEXT): $(sysdeps_static_OBJECTS) $(sysdeps_static_DEPENDENCIES) @rm -f sysdeps_static$(EXEEXT) $(LINK) $(sysdeps_static_LDFLAGS) $(sysdeps_static_OBJECTS) $(sysdeps_static_LDADD) $(LIBS)timings_static$(EXEEXT): $(timings_static_OBJECTS) $(timings_static_DEPENDENCIES) @rm -f timings_static$(EXEEXT) $(LINK) $(timings_static_LDFLAGS) $(timings_static_OBJECTS) $(timings_static_LDADD) $(LIBS)first$(EXEEXT): $(first_OBJECTS) $(first_DEPENDENCIES) @rm -f first$(EXEEXT) $(LINK) $(first_LDFLAGS) $(first_OBJECTS) $(first_LDADD) $(LIBS)second$(EXEEXT): $(second_OBJECTS) $(second_DEPENDENCIES) @rm -f second$(EXEEXT) $(LINK) $(second_LDFLAGS) $(second_OBJECTS) $(second_LDADD) $(LIBS)mountlist$(EXEEXT): $(mountlist_OBJECTS) $(mountlist_DEPENDENCIES) @rm -f mountlist$(EXEEXT) $(LINK) $(mountlist_LDFLAGS) $(mountlist_OBJECTS) $(mountlist_LDADD) $(LIBS)procmap$(EXEEXT): $(procmap_OBJECTS) $(procmap_DEPENDENCIES) @rm -f procmap$(EXEEXT) $(LINK) $(procmap_LDFLAGS) $(procmap_OBJECTS) $(procmap_LDADD) $(LIBS)netload$(EXEEXT): $(netload_OBJECTS) $(netload_DEPENDENCIES) @rm -f netload$(EXEEXT) $(LINK) $(netload_LDFLAGS) $(netload_OBJECTS) $(netload_LDADD) $(LIBS)sysdeps$(EXEEXT): $(sysdeps_OBJECTS) $(sysdeps_DEPENDENCIES) @rm -f sysdeps$(EXEEXT) $(LINK) $(sysdeps_LDFLAGS) $(sysdeps_OBJECTS) $(sysdeps_LDADD) $(LIBS)timings$(EXEEXT): $(timings_OBJECTS) $(timings_DEPENDENCIES) @rm -f timings$(EXEEXT) $(LINK) $(timings_LDFLAGS) $(timings_OBJECTS) $(timings_LDADD) $(LIBS)tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = examplesdistdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ donefirst.o: first.c ../glibtop.h ../include/glibtop/global.h ../config.h \ ../sysdeps/linux/glibtop_server.h ../include/glibtop/types.h \ ../include/glibtop/sysdeps.h ../include/glibtop/open.h \ ../include/glibtop/read.h ../include/glibtop/error.h \ ../include/glibtop/close.h ../include/glibtop/parameter.h \ ../include/glibtop/union.h ../include/glibtop/cpu.h \ ../include/glibtop/mem.h ../include/glibtop/swap.h \ ../include/glibtop/uptime.h ../include/glibtop/loadavg.h \ ../include/glibtop/shm_limits.h ../include/glibtop/msg_limits.h \ ../include/glibtop/sem_limits.h ../include/glibtop/proclist.h \ ../include/glibtop/procstate.h ../include/glibtop/procuid.h \ ../include/glibtop/procmem.h ../include/glibtop/proctime.h \ ../include/glibtop/procsignal.h ../include/glibtop/prockernel.h \ ../include/glibtop/procsegment.h ../include/glibtop/procargs.h \ ../include/glibtop/procmap.h ../include/glibtop/mountlist.h \ ../include/glibtop/fsusage.h ../include/glibtop/netload.h \ ../include/glibtop/ppp.hmountlist.o: mountlist.c ../glibtop.h ../include/glibtop/global.h \ ../config.h ../sysdeps/linux/glibtop_server.h \ ../include/glibtop/types.h ../include/glibtop/sysdeps.h \ ../include/glibtop/open.h ../include/glibtop/read.h \ ../include/glibtop/error.h ../include/glibtop/close.h \ ../include/glibtop/parameter.h ../include/glibtop/mountlist.h \ ../include/glibtop/fsusage.hnetload.o: netload.c ../glibtop.h ../include/glibtop/global.h \ ../config.h ../sysdeps/linux/glibtop_server.h \ ../include/glibtop/types.h ../include/glibtop/sysdeps.h \ ../include/glibtop/open.h ../include/glibtop/read.h \ ../include/glibtop/error.h ../include/glibtop/close.h \ ../include/glibtop/parameter.h ../include/glibtop/netload.hprocmap.o: procmap.c ../glibtop.h ../include/glibtop/global.h \ ../config.h ../sysdeps/linux/glibtop_server.h \ ../include/glibtop/types.h ../include/glibtop/sysdeps.h \ ../include/glibtop/open.h ../include/glibtop/read.h \ ../include/glibtop/error.h ../include/glibtop/close.h \ ../include/glibtop/parameter.h ../include/glibtop/procmap.hsecond.o: second.c ../glibtop.h ../include/glibtop/global.h ../config.h \ ../sysdeps/linux/glibtop_server.h ../include/glibtop/types.h \ ../include/glibtop/sysdeps.h ../include/glibtop/open.h \ ../include/glibtop/read.h ../include/glibtop/error.h \ ../include/glibtop/close.h ../include/glibtop/union.h \ ../include/glibtop/cpu.h ../include/glibtop/mem.h \ ../include/glibtop/swap.h ../include/glibtop/uptime.h \ ../include/glibtop/loadavg.h ../include/glibtop/shm_limits.h \ ../include/glibtop/msg_limits.h ../include/glibtop/sem_limits.h \ ../include/glibtop/proclist.h ../include/glibtop/procstate.h \ ../include/glibtop/procuid.h ../include/glibtop/procmem.h \ ../include/glibtop/proctime.h ../include/glibtop/procsignal.h \ ../include/glibtop/prockernel.h \ ../include/glibtop/procsegment.h ../include/glibtop/procargs.h \ ../include/glibtop/procmap.h ../include/glibtop/mountlist.h \ ../include/glibtop/fsusage.h ../include/glibtop/netload.h \ ../include/glibtop/ppp.hsmp.o: smp.c ../config.h ../glibtop.h ../include/glibtop/global.h \ ../sysdeps/linux/glibtop_server.h ../include/glibtop/types.h \ ../include/glibtop/sysdeps.h ../include/glibtop/cpu.h \ ../include/libgtop-i18n.hsysdeps.o: sysdeps.c ../glibtop.h ../include/glibtop/global.h \ ../config.h ../sysdeps/linux/glibtop_server.h \ ../include/glibtop/types.h ../include/glibtop/sysdeps.h \ ../include/glibtop/open.h ../include/glibtop/read.h \ ../include/glibtop/error.h ../include/glibtop/close.h \ ../include/glibtop/parameter.htimings.o: timings.c ../glibtop.h ../include/glibtop/global.h \ ../config.h ../sysdeps/linux/glibtop_server.h \ ../include/glibtop/types.h ../include/glibtop/sysdeps.h \ ../include/glibtop/open.h ../include/glibtop/read.h \ ../include/glibtop/error.h ../include/glibtop/close.h \ ../include/glibtop/parameter.h ../include/glibtop/union.h \ ../include/glibtop/cpu.h ../include/glibtop/mem.h \ ../include/glibtop/swap.h ../include/glibtop/uptime.h \ ../include/glibtop/loadavg.h ../include/glibtop/shm_limits.h \ ../include/glibtop/msg_limits.h ../include/glibtop/sem_limits.h \ ../include/glibtop/proclist.h ../include/glibtop/procstate.h \ ../include/glibtop/procuid.h ../include/glibtop/procmem.h \ ../include/glibtop/proctime.h ../include/glibtop/procsignal.h \ ../include/glibtop/prockernel.h \ ../include/glibtop/procsegment.h ../include/glibtop/procargs.h \ ../include/glibtop/procmap.h ../include/glibtop/mountlist.h \ ../include/glibtop/fsusage.h ../include/glibtop/netload.h \ ../include/glibtop/ppp.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefile $(PROGRAMS)all-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:mostlyclean-generic:clean-generic:distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags \ mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \ clean-generic mostlyclean-amclean: clean-amdistclean-am: distclean-noinstPROGRAMS distclean-compile \ distclean-libtool distclean-tags distclean-generic \ clean-am -rm -f libtooldistclean: distclean-ammaintainer-clean-am: maintainer-clean-noinstPROGRAMS \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-libtool distclean-libtool \clean-libtool maintainer-clean-libtool tags mostlyclean-tags \distclean-tags clean-tags maintainer-clean-tags distdir info-am info \dvi-am dvi check check-am installcheck-am installcheck install-exec-am \install-exec install-data-am install-data install-am install \uninstall-am uninstall all-redirect all-am all installdirs \mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-clean# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -