aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2019-08-01src/makefile: fix uncompressed hugehelp.c generationDaniel Stenberg
2019-03-14makefile: make checksrc and hugefile commands "silent"Daniel Stenberg
2019-02-20curl: remove MANUAL from -M outputDaniel Stenberg
2019-01-26configure: rewrite --enable-code-coverageDaniel Stenberg
2019-01-14src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-06-02build: remove the Borland specific makefilesDaniel Stenberg
2017-07-10make: fix docs build on OpenBSDRyan Winograd
2017-06-30make: build the docs subdir only from within srcDaniel Stenberg
2017-06-19automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-04-24Makefile: avoid use of GNU-specific form of $<Dan Fandrich
2017-04-20Revert "src/Makefile.am: avoid explicit $<"Daniel Stenberg
2017-04-19src/Makefile.am: avoid explicit $<Daniel Stenberg
2017-03-29make: use the variable MAKE for recursive callsMaksim Stsepanenka
2017-03-14build: removed redundant DEPENDENCIES from makefilesDan Fandrich
2017-03-09build: fixed making man page in out-of-tree tarball buildsDan Fandrich
2017-02-06cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich
2017-01-23VC: remove the makefile.vc6 build infraDaniel Stenberg
2017-01-23docs/curl.1: generate from the cmdline-opts scriptDaniel Stenberg
2016-04-19src/checksrc.whitelist: removedDaniel Stenberg
2016-04-18checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg
2016-04-18checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg
2016-04-08checksrc: Fix issue with the autobuilds not picking up the whitelistSteve Holme
2016-04-03lib/src: fix the checksrc invokeDaniel Stenberg
2016-02-05tool_doswin: Improve sanitization processingJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-23Makefile.inc: s/curl_SOURCES/CURL_FILESDaniel Stenberg
2015-04-22dist: include {src,lib}/checksrc.whitelistDaniel Stenberg
2015-03-26build: link curl to openssl libraries when openssl support is enabledPaul Howarth
2014-07-18build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini
2014-07-17src/Makefile.am: add .DELETE_ON_ERRORDave Reisner
2013-05-06build: fixed unit1394 for debug and metlink buildsDaniel Stenberg
2013-05-06src/Makefile.am: build static lib for unit tests if enabledKamil Dudka
2013-03-12curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse
2013-02-13move msvc IDE related files to 'vc' directory treeYang Tse
2013-01-20Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-12-21configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGSYang Tse
2012-12-04build: explain current role of LIBS in our Makefile.am filesYang Tse
2012-12-03build: prevent global LIBS from influencing src and lib build targetsYang Tse
2012-11-06uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner
2012-05-26Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa
2012-05-26Support Metalink.Tatsuhiro Tsujikawa
2012-04-09configure: Windows cross-compilation fixesYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2011-08-05keep a single copy of config-win32.h in version control repository - followupYang Tse