summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Changed version of XML test suite used to 20080827.kwaclaw2012-03-181-1/+1
* Fix for bug #3500861 did not work properly, fixed the fix by applyingkwaclaw2012-03-111-0/+7
* Changes to the build files:kwaclaw2012-03-031-1/+2
* Fix for issues #2884086 and #2815947.kwaclaw2012-02-211-32/+32
* Added pkg-config support - patch #1749198 by Dan Nicholson.kwaclaw2007-09-031-5/+11
* One more patch for bug #1490371.kwaclaw2007-05-091-14/+12
* Trying to make conditional syntax more cross-platform compatible.kwaclaw2007-05-051-1/+3
* Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is onlykwaclaw2006-12-131-1/+1
* Applied patch #1437840. Fix for bugs #1414066 and #1033965 .kwaclaw2006-03-061-5/+4
* Fix for bug # 1408143: "make check" failure.kwaclaw2006-01-251-3/+6
* when uninstalling the library, remove both headersfdrake2005-02-101-1/+2
* fix dependency information for C++ testsfdrake2005-01-281-1/+1
* test using Expat from C++fdrake2005-01-281-2/+9
* make sure the -I options to the headers for the version being compiledfdrake2005-01-281-1/+1
* remove use of the check library; always use our own testing packagefdrake2005-01-271-2/+2
* Applied the DESTDIR patch provided by Enrico Weigelt.kwaclaw2004-12-171-10/+13
* Install expat_external.h properly on all platforms.fdrake2004-09-241-1/+1
* Added expat_external.hkwaclaw2004-05-071-4/+4
* If the check library is not available, use an abbreviated implementation offdrake2004-04-301-2/+3
* Allow the configure script to set where manpages go using --mandir.fdrake2003-11-021-4/+4
* Make it possible to avoid the import of expat_config.h. This makes itfdrake2003-10-161-1/+1
* Add a clobber target. "clean" should really be less destructive, butfdrake2003-01-241-0/+2
* Avoid use of xargs; not available on Windows when using MSYS/MinGW.fdrake2002-11-071-1/+1
* Use the FASTCALL macro for many of the internal functions.fdrake2002-09-051-2/+2
* Update to Karl's version of this script, and use the latest version offdrake2002-09-031-5/+6
* Update the "clean" target to match the current arrangement.fdrake2002-08-231-0/+2
* Fix installation when building from outside the source directory.fdrake2002-07-111-16/+17
* Split the install and uninstall targets into library and non-libraryfdrake2002-06-031-5/+10
* conftools/libtool.m4 is generated by buildconf.sh, so make sure thatgstein2002-06-011-1/+1
* Work on fixing bug #462960gstein2002-06-011-12/+1
* Factor out the definition of the directory the manual page isfdrake2002-05-311-3/+4
* Add some cygwin fixes.gstein2002-05-181-1/+1
* A couple more tweaks for config.h -> expat_config.hgstein2002-05-171-3/+3
* Various configuration fixes, focused primarily around expat_config.hgstein2002-05-171-2/+2
* Make the uninstall target use the right location for the header file.fdrake2002-05-171-1/+1
* Added target to run checks based on xmlwf and James Clark's test cases.fdrake2002-04-291-0/+9
* Revise the data accumulation to be at least a little separated from thefdrake2002-04-251-3/+4
* Add support for the xmlwf manpage, both for install and uninstall.fdrake2002-04-221-0/+2
* xmlwf should depend on the library, too.gstein2002-04-221-1/+1
* Added missing library to link line for tests; not sure how this had notfdrake2002-04-201-1/+1
* Simplify the command used to run the test program.fdrake2002-04-201-1/+1
* Make the sample applications depend on the Expat library.fdrake2002-04-191-3/+3
* * Switch to a single, top-level Makefile (simplification, consistency)gstein2001-12-071-19/+76
* Revert previous change and use an alternate approach, this time actuallyfdrake2001-10-021-13/+8
* Abandon the use of directory names as target names; there are enoughfdrake2001-10-011-8/+13
* Simplify the version handling some more by breaking the release process outgstein2001-08-231-21/+0
* Revamp how the version stuff is handled. Use the header file as thegstein2001-08-231-3/+1
* * stop using aclocal.m4 and directly sinclude() the .m4 files into thegstein2001-08-231-5/+1
* Clean out some unused bits from the makefiles. Remove some of the recursiongstein2001-08-231-61/+28
* Update so the tests will be run by "make check".fdrake2001-08-171-3/+1