Brad King
|
8d9a997beb
ENH: Cleaned up generation of directory-level rules and their support structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
|
преди 20 години |
Bill Hoffman
|
2874b35f5c
ENH: try to fix things up for the dashboard
|
преди 20 години |
Andy Cedilnik
|
66ea097554
ENH: Properly handle target dependencies
|
преди 20 години |
Andy Cedilnik
|
32c403f665
ENH: Remove debug
|
преди 20 години |
Andy Cedilnik
|
12dc64c7f5
ENH: Add a notion of a global target
|
преди 20 години |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
преди 20 години |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
преди 20 години |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
преди 20 години |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
преди 20 години |
Bill Hoffman
|
185cb0b5bf
ENH: allow for - in the name of targets for nmake
|
преди 20 години |
Ken Martin
|
96d754046a
ENH: more cleanup and removal of old code
|
преди 20 години |
Ken Martin
|
5d35fd4b7e
ENH: cleanup and remove some old code
|
преди 20 години |
Bill Hoffman
|
07ef88c985
ENH: add COMPILE_FLAGS to targets
|
преди 20 години |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
преди 20 години |
Brad King
|
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
|
преди 20 години |
Brad King
|
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
|
преди 20 години |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
преди 20 години |
Bill Hoffman
|
7b1440ab9f
ENH: fix bundles for Mac and Xcode
|
преди 20 години |
Bill Hoffman
|
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
|
преди 20 години |
Bill Hoffman
|
9b0a485c75
ENH: fix so verbose is put in the correct place
|
преди 20 години |
Bill Hoffman
|
552842d11f
ENH: make sure -F is not duplicated
|
преди 20 години |
Bill Hoffman
|
79479233d4
ENH: remove warning
|
преди 20 години |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
преди 20 години |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
преди 20 години |
Brad King
|
5b95c0a881
BUG: Libraries and executables that are built with version numbers and symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated.
|
преди 20 години |
Brad King
|
9f38df7046
COMP: Fix conversion warning.
|
преди 20 години |
Brad King
|
163e3ff56c
ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed.
|
преди 20 години |
Ken Martin
|
c3c349109b
ENH: removed TARGET_DIR_PREFIX support and someother fix
|
преди 20 години |
Bill Hoffman
|
92b6c8e742
PERF: apply patch for bug 2575 speeds up depend scanning
|
преди 20 години |
Brad King
|
70b4e1051e
BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working.
|
преди 20 години |