summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Refactor conf item lookup codeJoel Rosdahl2018-10-251-2/+3
* Don’t pass CFLAGS to the linkerJoel Rosdahl2018-10-241-2/+2
* Improve distcheckJoel Rosdahl2018-10-241-0/+1
* Add some more silent make rulesJoel Rosdahl2018-10-151-14/+17
* Tweak silent make rule printoutsJoel Rosdahl2018-10-141-9/+12
* Default to silent make rules unconditionallyJoel Rosdahl2018-10-141-3/+1
* Add configure option for silent make rulesAnders F Björklund2018-10-141-6/+19
* Pass -Wno-implicit-fallthrough when compiling bundled zlibJoel Rosdahl2018-10-131-0/+1
* Only compile getopt_long.c when neededAnders F Björklund2018-09-161-1/+1
* Add configure option to disable man pagesAnders F Björklund2018-08-081-3/+3
* Clean upJoel Rosdahl2018-03-111-2/+2
* Support out-of-source buildsAnders F Björklund2018-03-111-6/+11
* Improve man page generationJoel Rosdahl2018-03-041-2/+2
* Fix paths to bundled zlibJoel Rosdahl2018-02-251-5/+23
* Rearrange files into suitable subdirectories, e.g. src and docJoel Rosdahl2018-02-071-26/+26
* test: Rearrange files into test and unittest directoriesJoel Rosdahl2018-01-291-15/+16
* Prefer bash, when running test.sh scriptAnders F Björklund2018-01-291-2/+3
* Remove directories (testdir.* and perfdir.*) on "make clean"Joel Rosdahl2016-07-231-1/+1
* Remove testdir.* and perfdir.* on "make clean"Joel Rosdahl2016-07-221-1/+1
* Create man page in the make-install-from-git-repo caseJoel Rosdahl2016-02-071-1/+1
* Add cppcheck Makefile targetJoel Rosdahl2016-01-021-5/+26
* Remove unnecessary extra_cppflags, extra_ldflags and all_ldflags variablesJoel Rosdahl2015-08-291-4/+3
* Fix regression in recent change related to zlib in nonstandard locationJoel Rosdahl2015-08-171-1/+1
* Upgrade zlib to 1.2.8Joel Rosdahl2014-10-091-0/+2
* Don't depend on $(LIBS) since some make flavors don't understand itJoel Rosdahl2012-10-311-5/+5
* Don't make -lz an explicit dependency if there is a system zlibJoel Rosdahl2012-09-131-2/+2
* Add quicktest Makefile targetJoel Rosdahl2012-08-081-0/+4
* Reorder build options to guarantee usage of bundled zlib headers and librariesJoel Rosdahl2012-08-071-9/+13
* config: Use code generated by gperf for looking up configuration itemsJoel Rosdahl2011-07-291-0/+2
* config: First steps towards supporting config filesJoel Rosdahl2011-07-171-2/+3
* Merge branch 'maint'Joel Rosdahl2011-05-211-1/+1
|\
| * Only link with -lm if neededJoel Rosdahl2011-05-211-1/+1
* | Upgrade to zlib 1.2.5Joel Rosdahl2010-12-111-2/+3
|/
* portability: Add Holger Weiß's improved snprintf replacementJoel Rosdahl2010-11-221-1/+1
* Move lists of compiler options' semantics into a separate compopt.c fileJoel Rosdahl2010-09-011-1/+1
* Extract knowledge about languages and extensions into a separate fileJoel Rosdahl2010-08-291-1/+1
* Don't remove version.c when cleaning a release buildJoel Rosdahl2010-08-051-1/+2
* Make reading and writing of statistics counters forward-compatibleJoel Rosdahl2010-08-041-1/+2
* make: Remove left-over rules already moved to dev.mk.inJoel Rosdahl2010-08-021-5/+0
* Implement file locking primitivesJoel Rosdahl2010-08-011-1/+1
* testfw: Add some utility functionsJoel Rosdahl2010-08-011-1/+1
* Let configure figure out which test suites to includeJoel Rosdahl2010-07-171-2/+1
* Portability: Don't use make variable $^Joel Rosdahl2010-07-171-3/+3
* Link test/main with local zlib if neededJoel Rosdahl2010-07-161-5/+16
* Portability: Don't use the $(var:%=%) constructionJoel Rosdahl2010-07-161-5/+5
* Fix creation of test/suites.h in out-of-source buildsJoel Rosdahl2010-07-161-4/+5
* Fix out-of-source builds by adding -I$(srcdir)Joel Rosdahl2010-07-161-1/+1
* Let installcheck run unit tests as wellJoel Rosdahl2010-07-161-2/+3
* Regenerate test/suites.h on Makefile updatesJoel Rosdahl2010-07-161-2/+2
* Add framework for tests written in CJoel Rosdahl2010-07-161-11/+24