summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Added batch wrapper to checksrc.plSteve Holme2014-09-131-0/+1
|
* dist: two cmake files are no morecurl-7_38_0Daniel Stenberg2014-09-101-4/+3
| | | | CMake/FindOpenSSL.cmake and FindZLIB.cmake are gone since 14aa8f0c117b
* build: Use CURLX_* file lists for Visual Studio curl tool project generationSteve Holme2014-05-221-0/+34
|
* Makefile.am: Fixed missing / in VC10+ project file generationSteve Holme2014-05-191-1/+1
|
* build: Slight rename of new LIB_* makefile file variablesSteve Holme2014-05-181-5/+5
| | | | | In order to try and be consistent between curl and libcurl renamed the recently introduced LIB_* makefile file variables.
* Makefile.am: Corrected a couple of grammar errorsSteve Holme2014-05-181-2/+2
|
* Makefile.am: Added new Visual Studio project file generation for curl toolSteve Holme2014-05-181-15/+118
|
* Makefile.am: Added new Visual Studio project file generation for libcurlSteve Holme2014-05-171-11/+202
|
* Makefile.am: Removed old Visual Studio project file generationSteve Holme2014-05-171-108/+2
|
* Makefile.am: Added build-openssl.bat as README file references itSteve Holme2014-05-011-1/+1
| | | | Missed in commit dce748d3f1.
* build: Added Visual Studio 2003 .NET (VC7.1) project filesSteve Holme2014-05-011-0/+3
| | | | | | Carrying on from commit 11025613b9 added VC7.1 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
* build: Added Visual Studio .NET (VC7) project filesSteve Holme2014-04-271-0/+3
| | | | | | Carrying on from commit 11025613b9 added VC7 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
* build: Added Visual Studio 6.0 (VC6) project filesSteve Holme2014-04-271-3/+7
| | | | | | | Carrying on from commit 11025613b9 added a more thorough version of the VC6 project files which are capable of supporting side-by-side compilation, as well as support for some of the third-party libraries curl uses.
* build: Added Visual Studio 2013 (VC12) project filesSteve Holme2014-04-231-1/+4
| | | | | | | Carrying on from commit 11025613b9 added VC12 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
* build: Added Visual Studio 2012 (VC11) project filesSteve Holme2014-04-181-1/+4
| | | | | | | Carrying on from commit 11025613b9 added VC11 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
* Makefile.am: Missed separator in commit fbaa2f8660Steve Holme2014-04-161-1/+1
|
* build: Added Visual Studio 2010 (VC10) project filesSteve Holme2014-04-161-0/+3
| | | | | | | Carrying on from commit 11025613b9 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
* build: Added Visual Studio 2008 (VC9) project filesSteve Holme2014-04-091-1/+4
| | | | | | | Carrying on from commit 11025613b9, added VC9 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
* dist: include the projects/ files in releasesDaniel Stenberg2014-04-081-2/+6
| | | | ... the recent MSVC project files added by Steve Holme
* move msvc IDE related files to 'vs' directory treeYang Tse2013-02-131-13/+13
| | | | | Use 'vs' directory tree given that 'vc' intended one clashes with an already existing build target in file Makefile.dist.
* move msvc IDE related files to 'vc' directory treeYang Tse2013-02-131-3/+117
|
* Revert "vc: remove explicit MSVC6 IDE project file and documentation"Daniel Stenberg2013-02-071-2/+2
| | | | This reverts commit 0e66d5878edc3d7ffc445116d194b58bbc7504b9.
* vc: remove explicit MSVC6 IDE project file and documentationDaniel Stenberg2013-02-061-2/+2
| | | | | | VC6 is _very_ old and we provide working makefiles even for that compiler. Users who build with the IDE never use that method and project file anyway and it was just lingering in the root dir.
* msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg2013-02-061-2/+3
| | | | In an attempt to clear up misc files from the root dir
* build: move Android.mk to packages/Android/Daniel Stenberg2013-02-061-2/+1
|
* emacs files: remove from git and distDaniel Stenberg2013-02-061-4/+4
| | | | | We don't need them and I doubt many people used them. We also don't have any configs for other editors and we wouldn't want that.
* test: offer "automake" output and check for perl betterDaniel Stenberg2012-11-231-0/+3
| | | | | | | | | | | runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each executed test. You can run 'make test-am' in the root build directory to invoke that. The reason for this output style is to better allow generic test suite parsers to also grok our test output. The test Makefile now also tests that perl was indeed found and that the PERL variable points to an executable before it tries to run the main test perl script runtests.pl,
* make: make distclean work againDaniel Stenberg2012-07-201-3/+7
| | | | | The clean-local hook needed some polish to make sure make distclean works. Added comment describing why.
* 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.