⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 c unit test framework
💻 IN
字号:
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = @host_alias@host_triplet = @host@AWK = @AWK@CC = @CC@CHECK_MAJOR_VERSION = @CHECK_MAJOR_VERSION@CHECK_MICRO_VERSION = @CHECK_MICRO_VERSION@CHECK_MINOR_VERSION = @CHECK_MINOR_VERSION@HAVE_LIB = @HAVE_LIB@LIB = @LIB@LN_S = @LN_S@LTLIB = @LTLIB@MAKEINFO = @MAKEINFO@PACKAGE = @PACKAGE@RANLIB = @RANLIB@VERSION = @VERSION@have_docbook2html = @have_docbook2html@TESTS =  	check_check			test_output.sh			test_xml_output.sh		test_log_output.shnoinst_PROGRAMS =  	check_check		check_stress		ex_output		ex_xml_output		ex_log_outputEXTRA_DIST = test_output.sh test_log_output.sh test_xml_output.shcheck_check_SOURCES =  	check_check.h			check_list.c			check_check_sub.c		check_check_master.c		check_check_msg.c		check_check_log.c		check_check_limit.c		check_check_fork.c		check_check_fixture.c		check_check_pack.c		check_check_main.ccheck_stress_SOURCES = check_stress.cex_output_SOURCES = ex_output.cex_log_output_SOURCES = ex_log_output.cex_xml_output_SOURCES = ex_xml_output.cINCLUDES = -I$(srcdir)/../srcLDADD = ../src/libcheck.aCLEANFILES = *.log test_logfilemkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES = PROGRAMS =  $(noinst_PROGRAMS)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@check_check_OBJECTS =  check_list.o check_check_sub.o \check_check_master.o check_check_msg.o check_check_log.o \check_check_limit.o check_check_fork.o check_check_fixture.o \check_check_pack.o check_check_main.ocheck_check_LDADD = $(LDADD)check_check_DEPENDENCIES =  ../src/libcheck.acheck_check_LDFLAGS = check_stress_OBJECTS =  check_stress.ocheck_stress_LDADD = $(LDADD)check_stress_DEPENDENCIES =  ../src/libcheck.acheck_stress_LDFLAGS = ex_output_OBJECTS =  ex_output.oex_output_LDADD = $(LDADD)ex_output_DEPENDENCIES =  ../src/libcheck.aex_output_LDFLAGS = ex_xml_output_OBJECTS =  ex_xml_output.oex_xml_output_LDADD = $(LDADD)ex_xml_output_DEPENDENCIES =  ../src/libcheck.aex_xml_output_LDFLAGS = ex_log_output_OBJECTS =  ex_log_output.oex_log_output_LDADD = $(LDADD)ex_log_output_DEPENDENCIES =  ../src/libcheck.aex_log_output_LDFLAGS = CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON =  Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestSOURCES = $(check_check_SOURCES) $(check_stress_SOURCES) $(ex_output_SOURCES) $(ex_xml_output_SOURCES) $(ex_log_output_SOURCES)OBJECTS = $(check_check_OBJECTS) $(check_stress_OBJECTS) $(ex_output_OBJECTS) $(ex_xml_output_OBJECTS) $(ex_log_output_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .o .s$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tests/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-noinstPROGRAMS:clean-noinstPROGRAMS:	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)distclean-noinstPROGRAMS:maintainer-clean-noinstPROGRAMS:.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:check_check: $(check_check_OBJECTS) $(check_check_DEPENDENCIES)	@rm -f check_check	$(LINK) $(check_check_LDFLAGS) $(check_check_OBJECTS) $(check_check_LDADD) $(LIBS)check_stress: $(check_stress_OBJECTS) $(check_stress_DEPENDENCIES)	@rm -f check_stress	$(LINK) $(check_stress_LDFLAGS) $(check_stress_OBJECTS) $(check_stress_LDADD) $(LIBS)ex_output: $(ex_output_OBJECTS) $(ex_output_DEPENDENCIES)	@rm -f ex_output	$(LINK) $(ex_output_LDFLAGS) $(ex_output_OBJECTS) $(ex_output_LDADD) $(LIBS)ex_xml_output: $(ex_xml_output_OBJECTS) $(ex_xml_output_DEPENDENCIES)	@rm -f ex_xml_output	$(LINK) $(ex_xml_output_LDFLAGS) $(ex_xml_output_OBJECTS) $(ex_xml_output_LDADD) $(LIBS)ex_log_output: $(ex_log_output_OBJECTS) $(ex_log_output_DEPENDENCIES)	@rm -f ex_log_output	$(LINK) $(ex_log_output_LDFLAGS) $(ex_log_output_OBJECTS) $(ex_log_output_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 = testsdistdir: $(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; \	donecheck_check_fixture.o: check_check_fixture.c ../src/check.h \	../src/check_error.h ../src/check_str.h check_check.hcheck_check_fork.o: check_check_fork.c ../src/check.h check_check.hcheck_check_limit.o: check_check_limit.c ../src/check.h check_check.h \	../src/check_str.hcheck_check_log.o: check_check_log.c ../src/check.h check_check.hcheck_check_main.o: check_check_main.c ../src/check.h check_check.hcheck_check_master.o: check_check_master.c ../src/check.h check_check.hcheck_check_msg.o: check_check_msg.c ../src/check.h ../src/check_msg.h \	check_check.hcheck_check_pack.o: check_check_pack.c ../src/check.h \	../src/check_pack.h ../src/check_error.h check_check.hcheck_check_sub.o: check_check_sub.c ../src/check.h check_check.hcheck_list.o: check_list.c ../src/check.h ../src/check_list.h \	check_check.hcheck_stress.o: check_stress.c ../src/check.hex_log_output.o: ex_log_output.c ../src/check.hex_output.o: ex_output.c ../src/check.hex_xml_output.o: ex_xml_output.c ../src/check.hcheck-TESTS: $(TESTS)	@failed=0; all=0; \	srcdir=$(srcdir); export srcdir; \	for tst in $(TESTS); do \	  if test -f $$tst; then dir=.; \	  else dir="$(srcdir)"; fi; \	  if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \	    all=`expr $$all + 1`; \	    echo "PASS: $$tst"; \	  elif test $$? -ne 77; then \	    all=`expr $$all + 1`; \	    failed=`expr $$failed + 1`; \	    echo "FAIL: $$tst"; \	  fi; \	done; \	if test "$$failed" -eq 0; then \	  banner="All $$all tests passed"; \	else \	  banner="$$failed of $$all tests failed"; \	fi; \	dashes=`echo "$$banner" | sed s/./=/g`; \	echo "$$dashes"; \	echo "$$banner"; \	echo "$$dashes"; \	test "$$failed" -eq 0info-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-am	$(MAKE) $(AM_MAKEFLAGS) check-TESTScheck: 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:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)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-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-generic \		mostlyclean-amclean: clean-amdistclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \		distclean-generic clean-amdistclean: distclean-ammaintainer-clean-am:  maintainer-clean-noinstPROGRAMS \		maintainer-clean-compile 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 tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir check-TESTS 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 + -