Andy Cedilnik
|
10d1b20790
BUG: Fix problem on Wacom system with global symbolic targets
|
20 years ago |
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 years ago |
Bill Hoffman
|
2874b35f5c
ENH: try to fix things up for the dashboard
|
20 years ago |
Andy Cedilnik
|
66ea097554
ENH: Properly handle target dependencies
|
20 years ago |
Andy Cedilnik
|
32c403f665
ENH: Remove debug
|
20 years ago |
Andy Cedilnik
|
12dc64c7f5
ENH: Add a notion of a global target
|
20 years ago |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
20 years ago |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
20 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Bill Hoffman
|
185cb0b5bf
ENH: allow for - in the name of targets for nmake
|
20 years ago |
Ken Martin
|
96d754046a
ENH: more cleanup and removal of old code
|
20 years ago |
Ken Martin
|
5d35fd4b7e
ENH: cleanup and remove some old code
|
20 years ago |
Bill Hoffman
|
07ef88c985
ENH: add COMPILE_FLAGS to targets
|
20 years ago |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
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 years ago |
Brad King
|
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
7b1440ab9f
ENH: fix bundles for Mac and Xcode
|
20 years ago |
Bill Hoffman
|
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
|
20 years ago |
Bill Hoffman
|
9b0a485c75
ENH: fix so verbose is put in the correct place
|
20 years ago |
Bill Hoffman
|
552842d11f
ENH: make sure -F is not duplicated
|
20 years ago |
Bill Hoffman
|
79479233d4
ENH: remove warning
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
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 years ago |
Brad King
|
9f38df7046
COMP: Fix conversion warning.
|
20 years ago |
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 years ago |
Ken Martin
|
c3c349109b
ENH: removed TARGET_DIR_PREFIX support and someother fix
|
20 years ago |
Bill Hoffman
|
92b6c8e742
PERF: apply patch for bug 2575 speeds up depend scanning
|
20 years ago |