📄 makefile.in
字号:
# Makefile.in generated automatically by automake 1.4 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.# *************************************************************************# * GSM TA/ME library# *# * File: Makefile.am# *# * Purpose: tests Makefile# *# * Author: Peter Hofmann (software@pxh.de)# *# * Created: 21.5.1999# *************************************************************************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@CATALOGS = @CATALOGS@CATOBJEXT = @CATOBJEXT@CC = @CC@CPP = @CPP@CXX = @CXX@DATADIRNAME = @DATADIRNAME@GENCAT = @GENCAT@GMOFILES = @GMOFILES@GMSGFMT = @GMSGFMT@GSM_VERSION = @GSM_VERSION@GT_NO = @GT_NO@GT_YES = @GT_YES@INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@INSTOBJEXT = @INSTOBJEXT@INTLDEPS = @INTLDEPS@INTLLIBS = @INTLLIBS@INTLOBJS = @INTLOBJS@LD = @LD@LIBTOOL = @LIBTOOL@LN_S = @LN_S@MAKEINFO = @MAKEINFO@MKINSTALLDIRS = @MKINSTALLDIRS@MSGFMT = @MSGFMT@NM = @NM@PACKAGE = @PACKAGE@POFILES = @POFILES@POSUB = @POSUB@RANLIB = @RANLIB@USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@USE_NLS = @USE_NLS@VERSION = @VERSION@l = @l@INCLUDES = -I..noinst_PROGRAMS = testsms testsms2 testparser testgsmlib testpb testpb2 testspb testssms testcbTESTS = runspb.sh runspb2.sh runssms.sh runsms.sh runparser.sh runspbi.sh# test files used for file-based phonebook and SMS testingEXTRA_DIST = spb.pb runspb.sh runspb2.sh runssms.sh runsms.sh runparser.sh spb.pb spb2.pb testparser-output.txt testspb-output.txt testssms-output.txt testsms-output.txt testspb2-output.txt runspbi.sh spbi2-orig.pb spbi1.pb testspbi-output.txt# build testsms from testsms.cc and libgsmme.latestsms_SOURCES = testsms.cctestsms_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testsms2 from testsms2.cc and libgsmme.latestsms2_SOURCES = testsms2.cctestsms2_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testparser from testparser.cc and libgsmme.latestparser_SOURCES = testparser.cctestparser_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testgsmlib from testgsmlib.cc and libgsmme.latestgsmlib_SOURCES = testgsmlib.cctestgsmlib_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testpb from testpb.cc and libgsmme.latestpb_SOURCES = testpb.cctestpb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testpb2 from testpb2.cc and libgsmme.latestpb2_SOURCES = testpb2.cctestpb2_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testspb from testspb.cc and libgsmme.latestspb_SOURCES = testspb.cctestspb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testssms from testssms.cc and libgsmme.latestssms_SOURCES = testssms.cctestssms_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)# build testcb from testcb.cc and libgsmme.latestcb_SOURCES = testcb.cctestcb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirsCONFIG_HEADER = ../gsm_config.hCONFIG_CLEAN_FILES = PROGRAMS = $(noinst_PROGRAMS)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@testsms_OBJECTS = testsms.otestsms_DEPENDENCIES = ../gsmlib/libgsmme.latestsms_LDFLAGS = testsms2_OBJECTS = testsms2.otestsms2_DEPENDENCIES = ../gsmlib/libgsmme.latestsms2_LDFLAGS = testparser_OBJECTS = testparser.otestparser_DEPENDENCIES = ../gsmlib/libgsmme.latestparser_LDFLAGS = testgsmlib_OBJECTS = testgsmlib.otestgsmlib_DEPENDENCIES = ../gsmlib/libgsmme.latestgsmlib_LDFLAGS = testpb_OBJECTS = testpb.otestpb_DEPENDENCIES = ../gsmlib/libgsmme.latestpb_LDFLAGS = testpb2_OBJECTS = testpb2.otestpb2_DEPENDENCIES = ../gsmlib/libgsmme.latestpb2_LDFLAGS = testspb_OBJECTS = testspb.otestspb_DEPENDENCIES = ../gsmlib/libgsmme.latestspb_LDFLAGS = testssms_OBJECTS = testssms.otestssms_DEPENDENCIES = ../gsmlib/libgsmme.latestssms_LDFLAGS = testcb_OBJECTS = testcb.otestcb_DEPENDENCIES = ../gsmlib/libgsmme.latestcb_LDFLAGS = CXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@DIST_COMMON = Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestSOURCES = $(testsms_SOURCES) $(testsms2_SOURCES) $(testparser_SOURCES) $(testgsmlib_SOURCES) $(testpb_SOURCES) $(testpb2_SOURCES) $(testspb_SOURCES) $(testssms_SOURCES) $(testcb_SOURCES)OBJECTS = $(testsms_OBJECTS) $(testsms2_OBJECTS) $(testparser_OBJECTS) $(testgsmlib_OBJECTS) $(testpb_OBJECTS) $(testpb2_OBJECTS) $(testspb_OBJECTS) $(testssms_OBJECTS) $(testcb_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cc .lo .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:.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:testsms: $(testsms_OBJECTS) $(testsms_DEPENDENCIES) @rm -f testsms $(CXXLINK) $(testsms_LDFLAGS) $(testsms_OBJECTS) $(testsms_LDADD) $(LIBS)testsms2: $(testsms2_OBJECTS) $(testsms2_DEPENDENCIES) @rm -f testsms2 $(CXXLINK) $(testsms2_LDFLAGS) $(testsms2_OBJECTS) $(testsms2_LDADD) $(LIBS)testparser: $(testparser_OBJECTS) $(testparser_DEPENDENCIES) @rm -f testparser $(CXXLINK) $(testparser_LDFLAGS) $(testparser_OBJECTS) $(testparser_LDADD) $(LIBS)testgsmlib: $(testgsmlib_OBJECTS) $(testgsmlib_DEPENDENCIES) @rm -f testgsmlib $(CXXLINK) $(testgsmlib_LDFLAGS) $(testgsmlib_OBJECTS) $(testgsmlib_LDADD) $(LIBS)testpb: $(testpb_OBJECTS) $(testpb_DEPENDENCIES) @rm -f testpb $(CXXLINK) $(testpb_LDFLAGS) $(testpb_OBJECTS) $(testpb_LDADD) $(LIBS)testpb2: $(testpb2_OBJECTS) $(testpb2_DEPENDENCIES) @rm -f testpb2 $(CXXLINK) $(testpb2_LDFLAGS) $(testpb2_OBJECTS) $(testpb2_LDADD) $(LIBS)testspb: $(testspb_OBJECTS) $(testspb_DEPENDENCIES) @rm -f testspb $(CXXLINK) $(testspb_LDFLAGS) $(testspb_OBJECTS) $(testspb_LDADD) $(LIBS)testssms: $(testssms_OBJECTS) $(testssms_DEPENDENCIES) @rm -f testssms $(CXXLINK) $(testssms_LDFLAGS) $(testssms_OBJECTS) $(testssms_LDADD) $(LIBS)testcb: $(testcb_OBJECTS) $(testcb_DEPENDENCIES) @rm -f testcb $(CXXLINK) $(testcb_LDFLAGS) $(testcb_OBJECTS) $(testcb_LDADD) $(LIBS).cc.o: $(CXXCOMPILE) -c $<.cc.lo: $(LTCXXCOMPILE) -c $<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; \ donetestcb.o: testcb.cc ../gsm_config.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_error.h ../gsmlib/gsm_nls.htestgsmlib.o: testgsmlib.cc ../gsm_config.h ../gsmlib/gsm_unix_serial.h \ ../gsmlib/gsm_error.h ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_me_ta.h ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \ ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.htestparser.o: testparser.cc ../gsmlib/gsm_parser.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_error.htestpb.o: testpb.cc ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \ ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h ../gsmlib/gsm_me_ta.h \ ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \ ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.htestpb2.o: testpb2.cc ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \ ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h ../gsmlib/gsm_me_ta.h \ ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \ ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.htestsms.o: testsms.cc ../gsm_config.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_error.h \ ../gsmlib/gsm_util.h ../gsmlib/gsm_at.h ../gsmlib/gsm_port.htestsms2.o: testsms2.cc ../gsm_config.h ../gsmlib/gsm_unix_serial.h \ ../gsmlib/gsm_error.h ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_me_ta.h ../gsmlib/gsm_event.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_at.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_phonebook.h ../gsmlib/gsm_sorted_phonebook_base.h \ ../gsmlib/gsm_map_key.h ../gsmlib/gsm_sms_store.htestspb.o: testspb.cc ../gsm_config.h ../gsmlib/gsm_sorted_phonebook.h \ ../gsmlib/gsm_sorted_phonebook_base.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_error.h ../gsmlib/gsm_map_key.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_phonebook.h \ ../gsmlib/gsm_at.h ../gsmlib/gsm_port.htestssms.o: testssms.cc ../gsmlib/gsm_unix_serial.h \ ../gsmlib/gsm_error.h ../gsmlib/gsm_port.h ../gsmlib/gsm_util.h \ ../gsmlib/gsm_sorted_sms_store.h ../gsmlib/gsm_sms_store.h \ ../gsmlib/gsm_at.h ../gsmlib/gsm_sms.h \ ../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_cb.h \ ../gsmlib/gsm_map_key.h ../gsmlib/gsm_phonebook.h \ ../gsmlib/gsm_sorted_phonebook_base.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: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 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 + -