|
5308765aa2
|
Added support for phony script targets
|
2014-12-13 02:40:32 +01:00 |
|
|
f97abe5eab
|
Really detect errors when running tests
|
2014-12-02 01:26:26 +01:00 |
|
|
06cc4c9cf4
|
Use PROGNAME for tests.sh
|
2014-12-02 01:23:36 +01:00 |
|
|
6d0fa726f7
|
Added a test for object targets
|
2014-12-02 01:22:27 +01:00 |
|
|
edb3b2236f
|
Fixed "make dist"
|
2014-12-02 01:21:05 +01:00 |
|
|
8fb7d1c00f
|
Converted the README file to Markdown format
|
2014-12-01 00:37:24 +01:00 |
|
|
bb54a897b2
|
Code cleanup
|
2014-12-01 00:31:52 +01:00 |
|
|
6a625dc18e
|
Let invididual scripted targets have a separate prefix
|
2014-12-01 00:29:24 +01:00 |
|
|
ac8c7a11b9
|
Escape arguments for CHMOD before the mode
|
2014-11-27 19:55:56 +01:00 |
|
|
fb3ed4e1b0
|
Added a helper to output target definitions
|
2014-11-16 14:56:57 +01:00 |
|
|
6ed14eb4cb
|
Re-generated the Makefiles
|
2014-11-16 14:45:44 +01:00 |
|
|
029a46b049
|
No longer require even "make dist" to write to the current directory
|
2014-11-16 14:45:05 +01:00 |
|
|
8c616151cb
|
Added a script to help validate Python scripts
|
2014-11-15 18:47:10 +01:00 |
|
|
f6b8dc20f0
|
Re-generated the Makefiles
|
2014-11-15 14:50:17 +01:00 |
|
|
c2f10ca5a3
|
Create archives from "make dist" in OBJDIR
This still requires creating a symbolic link in the sources directory
though.
|
2014-11-15 14:49:20 +01:00 |
|
|
32e1ce4281
|
No longer create useless directories
|
2014-11-12 03:39:53 +01:00 |
|
|
66d61fa3c4
|
Added support for OBJDIR
|
2014-11-12 03:24:08 +01:00 |
|
|
4865f13b3f
|
Let the gtkdoc.sh script ignore OBJDIR for the moment
|
2014-11-12 02:33:12 +01:00 |
|
|
a54cc16b1e
|
Using PROGNAME in gtkdoc.sh as well
|
2014-11-12 02:33:01 +01:00 |
|
|
94d445eafd
|
Code cleanup
|
2014-11-12 02:01:15 +01:00 |
|
|
b7c76b3696
|
No longer output variables for static libraries when not supported
|
2014-11-12 01:47:00 +01:00 |
|
|
a415d0adf1
|
Isolated the generation of static libraries as a platform capability
|
2014-11-12 01:43:50 +01:00 |
|
|
7a95945a01
|
Pass the Windows library test
|
2014-11-12 01:34:35 +01:00 |
|
|
23c221835f
|
Added a (failing) test for generating Windows libraries
|
2014-11-12 00:59:58 +01:00 |
|
|
0a26b49220
|
Fixed target definitions for libraries with OBJDIR
|
2014-11-12 00:56:26 +01:00 |
|
|
f5ba74891b
|
Code cleanup
|
2014-11-12 00:43:57 +01:00 |
|
|
b603113261
|
Pass the Windows binary test
|
2014-11-12 00:42:19 +01:00 |
|
|
a0d55812f3
|
Added a test for Windows binaries (currently fails)
|
2014-11-12 00:00:02 +01:00 |
|
|
81117f00d6
|
Added a test for binary targets as well
|
2014-11-11 23:54:07 +01:00 |
|
|
542e692103
|
Re-organized the tests per platform rather than per type of target
|
2014-11-11 23:50:56 +01:00 |
|
|
ff5703de45
|
Really fixed "make distcheck" this time
|
2014-11-11 23:36:29 +01:00 |
|
|
00da9d9164
|
Fixed building with OBJDIR
|
2014-11-11 21:19:44 +01:00 |
|
|
2fe12de441
|
Re-generated the Makefiles
|
2014-11-11 21:14:20 +01:00 |
|
|
c87a3ffa84
|
Pass all the tests again
|
2014-11-11 21:12:28 +01:00 |
|
|
22b4afcae6
|
The "library" test now succeeds on MacOS X as well
|
2014-11-11 20:57:26 +01:00 |
|
|
60f2216da2
|
Fixed "make uninstall" on MacOS X
|
2014-11-11 20:57:26 +01:00 |
|
|
e17b53c4e5
|
Fixed "make install" on MacOS X
|
2014-11-11 20:57:26 +01:00 |
|
|
53e20b5667
|
Added a test for plug-ins as well
|
2014-11-11 20:56:41 +01:00 |
|
|
61c0351965
|
Abstract a good part of the output in helpers
|
2014-11-11 20:56:40 +01:00 |
|
|
011a4b6140
|
Default to "$(CC) -dynamiclib" on MacOS X for $(CCSHARED)
|
2014-11-11 20:54:26 +01:00 |
|
|
2ff38b9851
|
Registered the Darwin library test case as a known failure
|
2014-11-11 20:54:26 +01:00 |
|
|
7a3e93939a
|
Also test for proper library (un)installation (fails with MacOS X)
|
2014-11-11 20:54:26 +01:00 |
|
|
b0441df064
|
Implemented library versioning on MacOS X (needs more work)
|
2014-11-11 20:54:26 +01:00 |
|
|
31e3058e74
|
Slightly improved the tests log
|
2014-11-11 20:48:18 +01:00 |
|
|
716d5c6a87
|
Added a test for libraries on MacOS X (Darwin)
|
2014-11-11 20:48:18 +01:00 |
|
|
6e2694fce2
|
No longer hardcode the target file
|
2014-11-11 20:48:18 +01:00 |
|
|
e6f46314a9
|
Introduced a test suite for the configure project
|
2014-11-11 20:48:18 +01:00 |
|
|
0a9c9c687d
|
Code cleanup
|
2014-11-11 20:47:51 +01:00 |
|
|
373af903a8
|
Use -install_name on MacOS X when the installation path is known
Kudos to yrmt@ for the hint
|
2014-11-11 20:47:51 +01:00 |
|
|
bdb9f4b4ce
|
Fix for $(MKDIR) in "make distcheck" without any other target to install
|
2014-10-31 18:49:15 +01:00 |
|