makefile.am

来自「GNU ccAudio2 is a stand-alone portable C」· AM 代码 · 共 44 行

AM
44
字号
# 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-sharKDOC_DIR = @KDOC_DIR@DYN_LOADER = @DYN_LOADER@RELEASE = -version-info @LT_VERSION@ -release @LT_RELEASE@ccxxincludedir=$(includedir)/cc++ccxxinclude_HEADERS = audio2.hlib_LTLIBRARIES = libccaudio2.lalibccaudio2_la_SOURCES = audiofile.cpp friends.cpp codec.cpp tone.cpp \	fileio.cpp buffer.cpp stream.cpp oss.cpp w32.cpp osx.cpp \	mapper.cpp dialers.cpp teltones.cpp detect.cpp audiobase.cpplibccaudio2_la_LDFLAGS = $(DYN_LOADER) $(AUDIO_LIBS) -lm $(RELEASE)noinst_DATA = @STAGE2@kdoc_headers = audio2.hkdoc:		kdoc -f html -d $(KDOC_DIR) -L $(KDOC_DIR) -n ostaudio  $(kdoc_headers)view:	lynx ../doc/index.htmlmacosx: libccaudio2.la	rm -rf .libs/*.dylib	@LD@ -r -o ccaudio2.lo $(libccaudio2_la_OBJECTS)	../libtool --mode=link c++ -dynamic -dynamiclib -o libccaudio2.la \		-rpath $(libdir) ccaudio2.lo $(LDFLAGS) -lpthread	touch macosx                                                                                

⌨️ 快捷键说明

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