summaryrefslogtreecommitdiff
path: root/CCache/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix CCache documentation build and uninstallWilliam S Fulton2017-07-151-5/+5
|
* Add explicit dependency on header files generated by configure scriptFUTATSUKI Yasuhito2017-06-241-1/+1
|
* Fix make *clean issue in CCache subdirFUTATSUKI Yasuhito2017-06-241-18/+18
|
* Apply changes requested for this pull requestFUTATSUKI YASUHITO2017-06-211-23/+23
|
* fix typoFUTATSUKI YASUHITO2017-06-201-1/+1
|
* Add header file in CCache for _WIN32 environmentFUTATSUKI YASUHITO2017-06-201-1/+1
|
* CCache: take care of program prefix/suffix on configureFUTATSUKI YASUHITO2017-06-191-21/+22
|
* Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-171-2/+6
| | | | | | | | | | Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
* CCache: always generate docs in source directoryKarl Wette2014-05-291-9/+9
|
* Remove duplicate test target in CCache MakefileWilliam S Fulton2014-05-151-2/+0
|
* CCache/Makefile.in: fix to allow out of source tree check/installKarl Wette2014-05-111-4/+4
|
* Regenerate configured Makefile if Makefile.in or config.status have changedKarl Wette2014-05-111-0/+4
|
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-2/+2
| | | | | - some of the %.clean rules in the test-suite Makefiles were using a single tab as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
* display to user ccache-swig install filesWilliam S Fulton2010-04-031-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11970 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* more distclean and maintainer-clean fixesWilliam S Fulton2010-04-031-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* more distclean fixesWilliam S Fulton2010-04-031-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* make maintainer-clean and make distclean fixesWilliam S Fulton2010-04-031-3/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11966 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* make maintainer-clean fixesWilliam S Fulton2010-04-031-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixes for make distcleanWilliam S Fulton2010-04-031-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* "make distclean" is supposed to return the source tree to a bootstrapped stateOlly Betts2009-12-101-1/+4
| | | | | | | | so don't remove "configure" as that breaks "make distclean;./configure". Add new "maintainer-clean" target and remove configure in that instead. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11777 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* tidy up distcleanWilliam S Fulton2009-08-211-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove unused directory creationWilliam S Fulton2009-08-201-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11660 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix #2797485 After doing a 'make clean', install fails if yodl2man or ↵William S Fulton2009-08-171-2/+2
| | | | | | yodl2html is not available. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11602 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add ccache documentation to main docsWilliam S Fulton2008-12-201-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* win32 fixes to pass the ccache test-suiteWilliam S Fulton2008-12-191-1/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10987 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* refine Makefile targets for documentation generation and remove generated ↵William S Fulton2008-12-091-3/+6
| | | | | | ccache documentation from svn git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add ccache uninstall target. Fix ccache install/uninstall to take account of ↵William S Fulton2008-12-081-2/+9
| | | | | | --program-prefix --program-suffix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix env variable settings and add swig testsWilliam S Fulton2008-11-221-1/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* rename documentation from ccache to ccache-swigWilliam S Fulton2008-11-101-7/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10923 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* integrate ccache buildWilliam S Fulton2008-11-071-6/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10920 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix Makefile for autoconf>2.60William S Fulton2008-11-051-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10916 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* apply debian/patches/09_respect_ldflags.diffWilliam S Fulton2008-11-031-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10910 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* apply debian/patches/02_ccache-compressed.diffWilliam S Fulton2008-11-031-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10904 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Import ccache-2.4 sourceWilliam S Fulton2008-11-031-0/+53
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10900 626c5289-ae23-0410-ae9c-e8d60b6d4f22