E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Makefile.am
使用automake来写makefile
使用automake来写makefile的流程如下: 1、写
makefile.am
有三个地方需要写
makefile.am
: 1)、当前文件(projec
cyh24
·
2012-09-29 01:00
Makefile.am
文件的实例讲解
Makefile.am
是一种比Makefile更高层次的编译规则,可以和configure.in文件一起通过调用automake命令,生成Makefile.in文件,再调用.
zhang_j_h
·
2012-09-27 11:00
工作
include
tools
makefile
编译器
跨平台
Makefile.am
文件的实例讲解
Makefile.am
是一种比Makefile更高层次的编译规则,可以和configure.in文件一起通过调用automake命令,生成Makefile.in文件,再调用.
xitong
·
2012-09-27 11:00
makefile
automake 共享库
automake编译共享库有多种方法,automake本身提供了对编译共享库支持,当然我们也可以不使用它的这个功能,下面分别介绍这两种方法:一、不使用automake编译共享库功能configure.ac和
Makefile.am
AAA20090987
·
2012-09-19 16:00
automake 出错处理
yu@MCW-xnYu:~/1temp/modify_makefile_for_bench/memcached-1.4.14-modify$automake doc/
Makefile.am
:12:`%'
yxnyxnyxnyxnyxn
·
2012-09-13 17:00
Automake使用第三方库的方法
我的配置是这样的:在
Makefile.am
Garfier
·
2012-09-11 17:00
makefile
编译器
GNU Automake
Makefile.in'扫描`configure.in'配置需求Automake能够识别的其它事情自动生成的aclocal.m4由Automake支持的Autoconf宏编写你自己的aclocal宏顶层`
Makefile.am
wwliu
·
2012-08-21 16:00
automake
gnu
Configure,
Makefile.am
, Makefile.in, Makefile文件之...
无论对于一个初学者还是一个资深的Linux程序员,编写Makefile文件都是一件很麻烦的事;再者,开发人员应该把主要的精力放在程序代码的编写上,而在Makefile文件花费太多的精力显然是不明智的;还有,对于不同的处理器架构,往往编译器不同,环境不同,特别是一些嵌入式系统中的各种程序的编译,于是移植问题也使Makefile文件编写趋于复杂,也显得这个问题很重要。对于这些问题Linux的高手们早已
Start-up
·
2012-07-09 11:00
autotools
makefile.am
VS makefile.in
automake 读取
Makefile.am
来产生 Makefile.in, configure 读取 Makefile.in 来产生 Makefile configure 脚本通常由 autoconf
kaizi318
·
2012-07-04 15:00
脚本
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
Configure,
Makefile.am
,Makefile.in,Makefile文件之间关系1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等
sunrise
·
2012-06-27 10:00
弄懂autoscan, autoconf, automake,
Makefile.am
http://1.guotie.sinaapp.com/?p=111之前一直把所有的h文件和c文件都放在同一个目录下,用的是通用Makefile,现在觉得需要现代化一点,于是进行了一些改造,分多个目录,多级目录,因此,学习一下autoscan,aclocal,autoconf,automake这些工具的使用。本文不是讲解这些工具用法的,只是列出网上较好的文章。如果这些链接失效了,请通知我。通用Ma
helonSY
·
2012-05-24 17:00
c
shell
File
工具
makefile
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.aclocal(automake):根据已经安装的宏,用户定义宏和acincl
Alexcrazy
·
2012-05-20 18:00
脚本
File
input
compiler
makefile
output
利用Linux下自动生成makefile的工具: automake, autoconf 生成makefile的一般过程
创建工程目录和各个目录下的
makefile.am
。工程的名字一般和最终生成应用程序的名字相同。
wzb56
·
2012-04-07 17:00
linux
header
gcc
工具
compiler
makefile
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
Configure,
Makefile.am
,Makefile.in,Makefile文件之间关系2009-08-1212:141.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题
RTY 实践出真知
·
2012-04-03 22:00
qmake与automake
一般要autoscan+修改configure.in+aclocal+写
Makefile.am
西城
·
2012-04-01 12:00
Auto Tools
`--src `--main.c Step1: 在工程目录 touchMakefile.am并敲入: SUBDIRS=src 新建src目录,进入src并新建
Makefile.am
AUTOMAKE_OPTIONS
晨曦之光
·
2012-03-26 18:00
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
1.autoscan(autoconf): 扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac 2.aclocal(automake):根据
澈明
·
2012-03-21 09:00
makefile
configure
Makefile.in
LR监控linux之详解rstatd的安装-Zee
2,打开终端,定位到rstatd文件夹下:查看文件夹中的内容如下:[
[email protected]
]#lsaclocal.m4 COPYING
Makefile.am
README
qileilove
·
2012-03-14 15:00
使用autoconf、automake进行外部编译
/test_hello/ |--build ||--configure.ac |`--
Makefile.am
|--include
guqiwei
·
2012-03-03 16:00
Debian
tree
Build
include
compiler
makefile
Configure,
Makefile.am
, Makefile.in, Makefile文件之间 (2009-09-24 11:13)
转Configure,
Makefile.am
,Makefile.in,Makefile文件之间 (2009-09-2411:13)分类: 开发环境1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题
lishenglong666
·
2012-02-27 12:00
第一次使用autotools编写automake
不过还是记下来吧…… 主要参照的是这个 网址 首先新建一个文件夹/test/ 创建自己的程序/test/src/test.c 里面写好hello world程序 新建/test/src/
Makefile.am
luozhaoyu
·
2012-02-22 16:00
makefile
automake
autotools
Configure,
Makefile.am
, Makefile.in, Makefile
阅读更多automake使用过程如下:1.建目录在工作目录下建一个hello目录,用它来存放hello程序及相关文件。2.编写程序利用gedit编写C程序:实现万年历功能的Hello.h和Hello.c程序及主程序Main.c。3.生成configure执行autoscan命令生成一个名为configure.scan的文件,我们拿它作为configure.in的蓝本。将configure.scan
chinese.darren
·
2012-01-15 01:00
Configure
Makefile.am
Makefile.in
Makefile
automake
Configure,
Makefile.am
, Makefile.in, Makefile
阅读更多automake使用过程如下:1.建目录在工作目录下建一个hello目录,用它来存放hello程序及相关文件。2.编写程序利用gedit编写C程序:实现万年历功能的Hello.h和Hello.c程序及主程序Main.c。3.生成configure执行autoscan命令生成一个名为configure.scan的文件,我们拿它作为configure.in的蓝本。将configure.scan
chinese.darren
·
2012-01-15 01:00
Configure
Makefile.am
Makefile.in
Makefile
automake
Configure,
Makefile.am
, Makefile.in, Makefile
automake使用过程如下: 1.建目录 在工作目录下建一个hello目录,用它来存放hello程序及相关文件。 2.编写程序 利用gedit编写C程序:实现万年历功能的Hello.h和Hello.c程序及主程序M
chinese.darren
·
2012-01-15 01:00
makefile
automake
configure
Makefile.am
Makefile.in
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.aclocal(automake):根据已经安装的宏,用户定义宏和acincl
chenliujiang1989
·
2011-12-29 11:00
自动生成Makefile时,关于
Makefile.am
编写
最近编译一个项目的程序时,二十几个源代码文件放在六个文件夹中,而且各个文件中头文件互相包含。以前写过编译这样组织的源码的makefile,所以这次也就直接写了。确实因为各个文件间的头文件互相包含,造成在第一次写完后,make时出现了很多未定义。于是把各个文件的头文件重新检查一边,同时载makefile中尽量按照相对路径,把所有的头文件都包含进来。终于在忙活了三个小时后,一个可以在自己机器上编译的m
tietao
·
2011-12-08 16:00
sqlite
脚本
gcc
makefile
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系
自己:最近搞一个ntpdsim,一直没能生成libntpsim.a,所以一直没有成功生成ntpdsim。 原因是对makefile的理解一直不太深,尤其是对automake之类的应用,没有理解他们之间的相对关系,还一直想自己动手写一个完整的Makefile,但是相对于庞大的工程真是无能为力。偶然看到这篇文章讲解了整个体系,大体是autoscan、aclocal、autoconf
zhoujunbuaa
·
2011-12-08 15:00
firtex2-0.4.1到编译安装
2.4.1flex2.5.35libtool2.2.6b步骤1:从http://www.sourceforge.net/projects/firtex获取最新发布源代码2:plugins死活编译不过,就先把它注释掉:将
Makefile.am
deqingguo
·
2011-10-30 11:00
File
search
query
Path
library
plugins
自动生成makefile简略
1、自己需要准备的文件有:
makefile.am
//makefile,am怎样编写,请参考本博客的其他文章或者访问该链接http://blog.ossxp.com/2010/04/954/2、自己需要用的工具有
nana08
·
2011-10-25 11:00
工具
makefile
2010
代码阅读的方法
有些软件如lighttpd有多个二进制程序,可以扫一眼
Makefile.am
fazai001
·
2011-08-26 22:00
automake
Configure,
Makefile.am
,Makefile.in,Makefile文件之间关系2009-08-1212:141.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题
libaowai
·
2011-08-10 17:00
懒人学习automake,
Makefile.am
,configure.ac
已经存在
Makefile.am
,如何生成Makefile?步骤:[root@localhosthello]#autoscan.
maray
·
2011-08-10 16:00
makefile
2010
macros
懒人学习automake,
Makefile.am
,configure.ac
已经存在
Makefile.am
,如何生成Makefile? 步骤: [root@localhost hello]# autoscan .
sabolasi
·
2011-08-10 16:00
makefile
懒人学习automake,
Makefile.am
,configure.ac
已经存在
Makefile.am
,如何生成Makefile? 步骤: [root@localhost hello]# autoscan .
isiqi
·
2011-08-10 16:00
makefile
linux autotools的使用
mail])并添加AM_INIT_AUTOMAKE(test, 1.0)修改AC_OUTPUT为AC_OUTPUT([Makefile])2、执行autoheader命令生成config.h.in3、创建
Makefile.am
lickylin
·
2011-08-08 19:00
linux
sqlite
Path
makefile
output
Configure,
Makefile.am
, Makefile.in, Makefile文件之间 (ZT)
1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.aclocal(automake):根据已经安装的宏,用户定义宏和acinc
yhguo2008
·
2011-08-06 15:00
File
header
compiler
makefile
编译器
output
ilixi 编译要求这么高啊
lsaclocal.m4 bin config.h.in COPYING examples INSTALL NEWSAUTHORS ChangeLog configure data ilixi
Makefile.am
commshare
·
2011-06-14 19:00
Linux下automake软件编译与发布之多级目录结构的处理
automake要求每个目录都有自己的
Makefile.am
文件来编译各自目录下的代码。
isware
·
2011-06-01 13:00
Makefile.am
解释
表一列出了可执行文件、静态库、头文件和数据文件,四种书写
Makefile.am
文件个一般格式。
wu_jing_sheng0
·
2011-05-18 16:00
apple
linux
shell
makefile
dependencies
Makefile.am
解释
表一列出了可执行文件、静态库、头文件和数据文件,四种书写
Makefile.am
文件个一般格式。
isiqi
·
2011-05-18 16:00
apple
C++
c
linux
C#
Automake 使用指南
Makefile.in'扫描`configure.in'配置需求Automake能够识别的其它事情自动生成的aclocal.m4由Automake支持的Autoconf宏编写你自己的aclocal宏顶层`
Makefile.am
wu_jing_sheng0
·
2011-05-10 08:00
tea (1) 基本模块
前面叙述了编写configure.ac和
Makefile.am
,现在开始正式介绍tea的基本模块。
sunkwei
·
2011-05-01 10:00
多线程
server
tcp
header
File
callback
autoconf 和 automake 生成 Makefile 文件学习
2、其次,使用者只需要手动写
Makefile.am
,Makefile.a
koala002
·
2011-04-28 20:00
header
测试
工具
compiler
makefile
output
Makefile
Makefile.am
Makefile.in
MakefileMakefile.amMakefile.in2010-07-1917:41自动生成Makefile的全过程详解!automake/autoconf入门automake/autoconf入门作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例
OLillian
·
2011-03-27 10:00
linux
脚本
compiler
makefile
编译器
程序开发
automake 和 autoconf
automake从
Makefile.am
生成Makefile.inautoconf 从configure.ac生成configure文件需要放个空文件config.h.in configure.ac也不用写
jameslord
·
2011-03-27 03:00
automake 和 autoconf
automake 从
Makefile.am
生成Makefile.in autoconf 从configure.ac生成configure文件 需要放个空文件 config.h.in configure.ac
wapysun
·
2011-03-27 03:00
automake
Configure,
Makefile.am
, Makefile.in, Makefile文件之间关系 (转载)
1.autoscan(autoconf):扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.aclocal(automake):根据已经安装的宏,用户定义宏和acincl
xingfeng2010
·
2011-03-04 11:00
File
input
compiler
makefile
编译器
output
Navit学习笔记(五)
上一篇《Navit学习笔记(四)》主要讲述了Navit的目录结构,并对根目录下的configure.in、
Makefile.am
、Makefile.inc三个主要的工程文件做了简要的分析和说明。
zskylark
·
2011-03-03 21:00
android
plugins
autoload
wildcard
binding
fonts
Linux下automake软件编译与发布之多级目录结构的处理
automake要求每个目录都有自己的
Makefile.am
文件来编译各自目录 下的代码。在顶级的目录中,有一个
Makefile.am
文件,该
javatoyou
·
2011-02-25 16:00
automake
Linux下automake软件编译与发布之多级目录结构的处理
automake要求每个目录都有自己的
Makefile.am
文件来编译各自目录 下的代码。在顶级的目录中,有一个
Makefile.am
文件,该
jiagou
·
2011-02-25 16:00
automake
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他