summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* configure: add symbols versioning optionAlessandro Ghedini2011-12-191-1/+1
| | | | | | | | | Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>".
* include: cleanupDaniel Stenberg2011-05-091-2/+2
| | | | | | | | | Made the public headers checksrc compliant Removed types.h (it's been unused since April 2004) Made the root makefile do make in include by default as well, so that TAGS and the checksrc will work better.
* make: add 'checksrc' as target to check code styleDaniel Stenberg2011-04-271-0/+4
| | | | | | | | The make target checksrc now works in the root makefile and in both the src and lib directories. It is also run automatically on "all" if configure --enable-debug was used.
* Windows build: alternative makefilePierre Joye2011-01-281-1/+4
| | | | | | | This is a separate makefile for MSVC builds. It is deliberately put in another dir than src/ and lib/ to allow a different build experience than the previous - at least during a period. Eventually we should unify.
* cmake: removed two filesDaniel Stenberg2011-01-061-5/+5
| | | | | CMake/CheckTypeSize.c.in and CMake/CheckTypeSize.cmake were removed in the previous cmake commit
* distrib: add new file to EXTRA_DISTYang Tse2010-12-201-1/+2
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* fix the find command linecurl-7_19_7Daniel Stenberg2009-11-041-1/+1
|
* avoid fiddling in the ares subdir since that isn't part of the releaseDaniel Stenberg2009-11-041-1/+1
| | | | tarball
* Include the Android make file in the source package even though theDan Fandrich2009-08-111-1/+1
| | | | | config.h issue hasn't been completely solved. This will save some effort for someone desperate to use curl on Android.
* Remove buildconf.bat from release and daily snapshot archives.Yang Tse2009-06-081-1/+1
| | | | buildconf.bat is only for CVS tree builds.
* Add missing cmake files to the tarball (thanks to Richard Atterer's report)Daniel Stenberg2009-04-271-1/+1
|
* removed pointless fileDaniel Stenberg2009-04-251-2/+2
|
* first take at bundling cmake-related files in the tarballDaniel Stenberg2009-04-141-3/+9
|
* adjustment for new Mac OS X framework build scriptYang Tse2009-02-231-1/+1
|
* - 'reconf' is removed since we rather have users use 'buildconf'Daniel Stenberg2009-01-011-2/+2
|
* "make clean" now cleans out the docs and tests directories, too.Dan Fandrich2008-10-011-1/+5
|
* vc6curl.dsw and MSVC 6 IDE build directionsYang Tse2008-08-301-1/+2
|
* Andres Garcia pointed out these Makefile mistakes...Daniel Stenberg2008-08-281-1/+1
|
* - Running 'make ca-firefox' in the root build dir will now run the newDaniel Stenberg2008-08-231-0/+4
| | | | | | firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl.
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-301-0/+2
| | | | | including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-291-2/+0
| | | | | | | | | | | | in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism.
* move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONSYang Tse2008-07-271-2/+2
|
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵Yang Tse2008-07-251-1/+1
| | | | problem
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-0/+2
| | | | | | | needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
* Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich2008-03-311-1/+1
| | | | | normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal.
* removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.Gunter Knauf2008-02-101-2/+1
|
* make use of mv's backup feature so that calling the ca-bundle target more ↵Gunter Knauf2008-02-091-1/+1
| | | | than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.
* oops, we make the copyright year ranges the simple styleDaniel Stenberg2008-02-081-1/+1
|
* provide the ca-bundle target the same way as the Makefile.dist does it so thatDaniel Stenberg2008-02-081-1/+6
| | | | it works the same way for configure-based platforms as for non-configure ones
* Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich2007-07-121-1/+4
|
* Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file getDaniel Stenberg2005-11-161-0/+3
| | | | installed on 'make install' time.
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
|
* Add an alert already here if 'make test' is attempted for a cross-compileDaniel Stenberg2005-03-111-0/+11
| | | | | since there's no use building the whole test suite first and _then_ tell it doesn't work anyway...
* Dan Fandrich added libcurl.pc.in to the distDaniel Stenberg2004-12-131-1/+1
|
* Added buildconf buildconf.bat to the distDaniel Stenberg2004-07-221-2/+2
|
* testcurl.sh is dead, long live tests/testcurl.pl!Daniel Stenberg2004-06-211-1/+1
|
* 'make test-torture' in the root now runs a full torture testDaniel Stenberg2004-05-171-0/+3
|
* build_vms.com is removed from hereDaniel Stenberg2004-03-151-2/+1
|
* source header addedDaniel Stenberg2004-01-131-1/+20
|
* Made the dist-hook more generic for adding more files named .dist into theDaniel Stenberg2003-10-301-2/+6
| | | | dist archive. Preparing for a new maketgz.
* Include the RELEASE-NOTES file too, which is basicly the release announceDaniel Stenberg2003-09-221-1/+2
| | | | message.
* make an uninstall hook in the same manner we already did an install hookDaniel Stenberg2003-08-061-0/+5
| | | | as otherwise will make distcheck fail
* SSLCERTS was moved into the docs/ directoryDaniel Stenberg2003-07-231-1/+1
|
* When I introduced the DIST_SUBDIRS usage, I broken the 'make install' forDaniel Stenberg2003-06-271-0/+5
| | | | | include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level.
* Only build in lib and src by default, make the others dist-subdirs.Daniel Stenberg2003-05-271-3/+4
| | | | Make the test stuff get built when we run 'make test' instead.
* added dist-hook that clears the tests/log dir properly as otherwiseDaniel Stenberg2003-03-311-0/+1
| | | | 'make distcheck' doesn't pass
* 7.10.4-pre2 commitDaniel Stenberg2003-02-241-1/+1
|
* add the new emacs file and removed the former oneDaniel Stenberg2003-01-291-1/+1
|
* make test-full in the root dir should run verbose tests but not stop onDaniel Stenberg2003-01-211-1/+1
| | | | single failures