makefile.am

来自「贡献一份commoncpp2,有兴趣的可以研究一下」· AM 代码 · 共 57 行

AM
57
字号
# Copyright (C) 1999-2005 Open Source Telecom Corporation.## This file is free software; as a special exception the author 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.AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zipACLOCAL_AMFLAGS = -I m4EXTRA_DIST = reconfig TODO commoncpp2.spec commoncpp2.spec.in \	commoncpp2.list.in commoncpp2.lsm.in autoconf/* \	commoncpp2.list COPYING.addendum INSTALL.w32MAINTAINERCLEANFILES = configure aclocal.m4 libtool Makefile.in Makefile \	config/* commoncpp2.list CommonC++.spec INSTALLDIST_SUBDIRS = src w32 m4 doc demo template tests includeif WIN32SUBDIRS = include src template docelseif MSWIN32SUBDIRS = include w32 template docelseSUBDIRS = include src template docendifendifmacosx:	(cd src ; make macosx)darwin:	(cd src ; make macosx)install-data-local:	@if test -f /etc/ld.so.conf \	  -a `echo $(libdir) | grep ^/usr`XXX != "XXX" ; then \		if ! grep -q "$(libdir)" /etc/ld.so.conf; then \			echo "------------------------------------------------------------------------------" ;\			echo "Hmm, looks like you forgot to add $(libdir) to /etc/ld.so.conf." ;\			echo "I'll try to fix it for you (but pay attention to libtool's output" ;\			echo "next time, ok?)" ;\			echo "$(libdir)" >> /etc/ld.so.conf && \				echo "Ok, all fixed." \				|| \				(echo "" ;\				echo "Well, that didn't work.  Remember to add $(libdir) to" ;\				echo "/etc/ld.so.conf if you want to use this library.") ;\			echo "------------------------------------------------------------------------------" ;\			ldconfig ;\		fi ;\	fi

⌨️ 快捷键说明

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