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

📄 makefile.am.amlg

📁 利用C语言实现的人工智能系统
💻 AMLG
字号:
## Process this file with automake to produce Makefile.in
SUBDIRS = .

bin_PROGRAMS = aisystem

# Lists the source code files that form the executable program
aisystem_SOURCES = main.c channel0.c data.c database.c error.c \
	file.c injection.c integration.c list.c object.c setting.c \
	simulation.c sqlite3.c synapse.c util.c uuid.c xml.c

# Lists the header files directories that are referenced in the program.
aisystem_INCLUDES = -I/usr/local/include -I/home/ovi/source/aisystem/src

# Lists the public header files that we want to install on the client's prefix folder.
#aisystem_HEADERS = 

# Lists the paths for all libraries that are linked into the program.
aisystem_LDFLAGS = -L/usr/lib -L/usr/local/lib

# Lists the libraries that are linked into the program.
aisystem_LDADD = -ldl -lpthread -lm




⌨️ 快捷键说明

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