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

📄 makefile.am

📁 基于LINUX/UNIX的UPN库,是智能家具的用的底层库.
💻 AM
字号:
# $Id: Makefile.am,v 1.2 2006/02/27 21:38:56 r3mi Exp $## "Makefile.am" for "libupnp/threadutil"## (C) Copyright 2005 R閙i Turboult <r3mi@users.sourceforge.net>#AM_CPPFLAGS		= -I$(srcdir)/inc -I$(srcdir)/src/incif ENABLE_DEBUG    AM_CPPFLAGS		+= -DDEBUG -DSTATSelse    AM_CPPFLAGS		+= -DNO_DEBUG -DNDEBUGendiflib_LTLIBRARIES		= libthreadutil.lalibthreadutil_la_LDFLAGS = -version-info $(LT_VERSION_THREADUTIL)libthreadutil_la_SOURCES = \			src/FreeList.c src/LinkedList.c \			src/ThreadPool.c src/TimerThread.cupnpincludedir		= $(includedir)/upnpupnpinclude_HEADERS	= \			inc/FreeList.h inc/LinkedList.h \			inc/ThreadPool.h inc/TimerThread.h \			inc/ithread.h

⌨️ 快捷键说明

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