makefile.am

来自「popt-1.7.tar.gz ninigui之MDE编译库支持文件库」· AM 代码 · 共 77 行

AM
77
字号
# Makefile for popt library.AUTOMAKE_OPTIONS = 1.4 foreignEXTRA_DIST = autogen.sh CHANGES $(man_MANS) popt.spec \	testit.sh test-poptrc \	po/*.in po/*.po po/popt.pot \	popt.psSUBDIRS = intl poINCLUDES = -I. -I$(top_srcdir)noinst_HEADERS = findme.h poptint.h system.hnoinst_PROGRAMS = test1 test2 test3test1_SOURCES = test1.ctest1_LDFLAGS = -all-statictest1_LDADD = $(lib_LTLIBRARIES)test2_SOURCES = test2.ctest2_LDFLAGS = -all-statictest2_LDADD = $(lib_LTLIBRARIES)test3_SOURCES = test3.ctest3_LDFLAGS = -all-statictest3_LDADD = $(lib_LTLIBRARIES)noinst_SCRIPTS = testit.shTESTS_ENVIRONMENT = \test1="./test1"TESTS = testit.shinclude_HEADERS = popt.hlib_LTLIBRARIES = libpopt.lalibpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.cman_MANS = popt.3#BUILT_SOURCES = popt.lcdpopt.lcd: Makefile.am ${libpopt_la_SOURCES} ${include_HEADERS} ${noinst_HEADERS}	lclint -dump $@ ${libpopt_la_SOURCES}.PHONY:	sourcessources:	@echo $(libpopt_la_SOURCES:%=popt/%).PHONY: lclintlclint:	lclint ${DEFS} ${INCLUDES} test1.c ${libpopt_la_SOURCES}CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION)).PHONY: archivearchive: 	@echo "This is $(PACKAGE)-$(VERSION)."	@sleep 5	@cvs -Q tag -F $(CVSTAG) .	@rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE)	@cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || :	@mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION)	@cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean	@cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure	@cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)	@rm -rf /tmp/$(PACKAGE)-$(VERSION)	@cp /tmp/$(PACKAGE)-$(VERSION).tar.gz .	@rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz 	@echo " "	@echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz.".PHONY: doxygendoxygen: Doxyfile	rm -rf doxygen	mkdir -p doxygen	doxygen

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?