automake
Mixing C++ and Objective-C (Suspected Automake problem)
So, I\'ve been working for some time on connecting hashing out a trivial application, comprising C++ and Objective-C, to prove some concepts and try and learn something.[详细]
2023-01-17 05:21 分类:问答Exploding recursive make with libltdl
In my Makefile.am, I have SUBDIRS = libltdl . This is because I want to be able to use the version of libltdl included with my package (i.e. ./configure --with-included-ltdl). However, I occasional[详细]
2023-01-17 00:56 分类:问答.emacs, automake and cmake
A long time ago,when I wrote my .emacs setup[1], I used a shell script to compile and join the whole thing. The thing is now very old and \"crusty\", so I am now rewriting it to replace things such as[详细]
2023-01-15 10:35 分类:问答How do I make an automake rule in an .mk file that deletes a directory upon cleaning?
I would like to delete a another dir开发者_运维问答ectory when I run make clean, but I can\'t figure out how to code it up in the rules.[详细]
2023-01-15 06:04 分类:问答Automatically generate <img> and then insert it into a <html> page after uploading the im into an FTP folder?
This is a bit of a shot int he dark, but i dont even know how to google this to get started. It\'s a very simple idea, but it would be extremely useful to designers and creatives for creating a scra[详细]
2023-01-14 03:08 分类:问答how to create binary and .so using libtool
I have a set of cpp files that I want to compile directly into a binary and also to compile into a shared library.[详细]
2023-01-13 14:30 分类:问答Shell scripts specified in _SCRIPTS primary isn't shown in dist tarball
I\'m using Automake to maintain the package, there are some shell scripts which don\'t need to compile, so I install them using _SCRIPT primary:[详细]
2023-01-12 14:29 分类:问答Generating IDL entities using automake/Makefile.am
For those unfamiliar with IDL (interface description language), it abstracts data description for use across platforms (java, c, c++, etc). My project has dependencies Foo.c, Foo.h, FooHelper.c, and F[详细]
2023-01-10 09:12 分类:问答Automake: Syntax of conditionals in Makefile.am
I am familiar with the 开发者_JS百科if VAR_NAME, where VAR_NAME is defined by an AM_CONDITIONAL clause inside of configure.ac.[详细]
2023-01-09 04:29 分类:问答Autotools - tar This does not look like a tar archive
After running make distcheck I get the message that I have successfully built the package and is ready for distribution. If I untar the tar.gz with tar -zxvf hello-0.2.tar.gz it successfully extracts[详细]
2023-01-08 15:01 分类:问答