aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* coverage: Use absolute path when removing paths with lcovTobias Brunner2017-08-211-1/+1
| | | | | | There is a bug in some versions of lcov that causes it to fail writing to files via relative paths after it issued warnings (e.g. due to negative counts in the tracefile).
* fuzz: Add fuzzing boilerplateTobias Brunner2017-05-231-0/+4
|
* coverage: Exclude test suites and /usr from coverage reportTobias Brunner2017-03-151-1/+1
|
* starter: Install an empty ipsec.secrets fileTobias Brunner2016-10-041-1/+1
|
* apidoc: Fix rebuild in out-of-tree buildsTobias Brunner2015-04-201-1/+1
|
* apidoc: Fix make target dependency find precedenceMartin Willi2015-04-161-1/+1
|
* apidoc: Conditionally run doxygen if any header/Markdown files have changedMartin Willi2015-04-161-2/+4
|
* apidoc: Limit INPUT to src subdirectory and README.mdMartin Willi2015-03-191-1/+1
| | | | | | While 0909bf6c explicitly includes the whole source tree (to cover README.md), this has the unpleasant side effect of covering a workspace under "testing" with all its sources, or any other potential subdirectory that exists.
* coverage: Make genhtml not fail if sources are not foundTobias Brunner2014-05-151-1/+1
| | | | | For some reason the .y and .l files of the settings parser are searched in the wrong directory.
* coverage: Apparently not all shells can expand {src,scripts}Tobias Brunner2014-02-191-2/+2
| | | | One example is ash.
* Prevent 'make distcheck' from complaining about config files we leave in /etcTobias Brunner2014-02-121-0/+3
|
* conf: Install strongswan.conf template from a separate directoryTobias Brunner2014-02-121-1/+1
|
* coverage: Report branch coverageTobias Brunner2013-11-211-3/+5
|
* autoconf: rename configure.in to configure.acMartin Willi2013-07-181-2/+2
| | | | | | configure.ac has been the recommended name for autoconf input for several years now. Newer autotools start to complain about the configure.in, so we finally change it.
* Limit cleanup of .gc{no,da} files to src and scripts subfoldersMartin Willi2013-06-211-2/+2
| | | | | Other folders in the build tree might not be related to the strongSwan tree, or are not even accessible.
* Also capture coverage data for tests but filter them from the resultTobias Brunner2013-06-111-8/+12
| | | | Otherwise calls from test cases to static inline functions are not captured.
* Add --enable-coverage configure optionTobias Brunner2013-06-111-0/+28
| | | | | | | | | | | | | | This configure flag enables lcov [1] coverage generation and is intended to be used with unit tests (--enable-unit-tests is implied). A html coverage report can be generated by issuing the following command in the toplevel build directory: make coverage [1] - http://ltp.sourceforge.net/coverage/lcov.php Based on a patch by Adrian-Ken Rueegsegger.
* Add -s to make if --enable-silent-rules is ./configuredMartin Willi2013-05-061-0/+4
|
* Use the GEN silent rule when generating files with sedMartin Willi2013-05-061-0/+2
|
* Extracted some parts from Android.mk.in which can be used for NDK builds.Tobias Brunner2012-08-081-4/+4
|
* Install dev headers only if --with-dev-headers= option is setMartin Willi2012-07-111-0/+2
|
* Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE resultsMartin Willi2012-07-111-0/+3
|
* Added LICENSE file to the distributionTobias Brunner2012-06-291-1/+1
|
* Remove CREDITS from distributionTobias Brunner2012-06-251-1/+1
|
* Install systemd service file if systemd is availableMiklos Vajna2011-03-291-1/+1
|
* Moved man pages for config files to a separate directory.Tobias Brunner2010-09-101-1/+1
|
* apidoc is actually a directory not a file.Tobias Brunner2010-07-121-1/+4
|
* Make Android.mk depend on configure.in, so it gets rebuilt if the version ↵Tobias Brunner2010-03-051-1/+1
| | | | number got changed.
* Generate the main Android.mk, so the version number is not hardcoded.Tobias Brunner2010-03-051-1/+8
| | | | | We include the generated file in the distribution, so users won't have run configure if they are building for Android.
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-1/+1
| | | | build system.
* Generating the apidoc in an out-of-tree build fixed.Tobias Brunner2009-12-231-0/+1
|
* only add generated m4 files to include pathMartin Willi2009-09-071-1/+1
|
* use m4/ autoconf subdirectoryMartin Willi2009-09-071-0/+2
|
* Added an option to the configure script to disable building the scripts.Tobias Brunner2009-07-161-1/+6
|
* dist-hook to remove .svn folder not needed anymoreMartin Willi2009-06-221-3/+0
|
* somehow missed these changes during the portability branch back-mergeTobias Brunner2009-04-301-1/+1
|
* created scripts/Makefile.amAndreas Steffen2008-06-291-1/+1
|
* testing/do-tests is made from do-tests.in by inserting actual routing tableAndreas Steffen2007-08-281-2/+2
|
* include CREDITS file in distributionMartin Willi2006-10-181-1/+1
|
* - added testing files to distMartin Willi2006-05-301-1/+4
| | | | | | - required the use of the "ustar" format to support filenames longer than 99 chars
* - re-added doxygen apidoc, buildable with "make apidoc"Martin Willi2006-05-191-0/+11
|
* - introduced autotoolsMartin Willi2006-05-161-0/+1
- first working version - make dist should work - things to do: - UML testing! - more cleanups