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

📄 makefile.in

📁 Gsm手机(短信息
💻 IN
📖 第 1 页 / 共 2 页
字号:

.S.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-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: TAGS

ID: $(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 ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = tests

distdir: $(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; \
	done
testcb.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.h
testgsmlib.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.h
testparser.o: testparser.cc ../gsmlib/gsm_parser.h ../gsmlib/gsm_util.h \
	../gsmlib/gsm_error.h
testpb.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.h
testpb2.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.h
testsms.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.h
testsms2.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.h
testspb.o: testspb.cc ../gsmlib/gsm_unix_serial.h ../gsmlib/gsm_error.h \
	../gsmlib/gsm_port.h ../gsmlib/gsm_util.h \
	../gsmlib/gsm_sorted_phonebook.h \
	../gsmlib/gsm_sorted_phonebook_base.h ../gsmlib/gsm_map_key.h \
	../gsmlib/gsm_sms_codec.h ../gsmlib/gsm_phonebook.h \
	../gsmlib/gsm_at.h
testssms.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.h

check-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 0
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am:
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am:
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:


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-generic

mostlyclean: mostlyclean-am

clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
		clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-noinstPROGRAMS distclean-compile \
		distclean-libtool distclean-tags distclean-generic \
		clean-am
	-rm -f libtool

distclean: distclean-am

maintainer-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 + -