summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* BUG: remove warning from hpux makeBill Hoffman2002-01-211-0/+2
|
* some fixes to recent screwerd up changesKen Martin2002-01-181-25/+77
|
* Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output)Sebastien Barre2002-01-171-5/+62
|
* ENH: add silent and suffixes to check depend fileBill Hoffman2002-01-161-0/+5
|
* Improved performance by removing implicit rules.Berk Geveci2002-01-151-0/+1
|
* remove extra logic not needed anymore because of better dependsBill Hoffman2002-01-141-22/+7
|
* Quote echoBerk Geveci2002-01-141-4/+4
|
* BUG: put back recursive call to make for checking sourcesBill Hoffman2002-01-021-2/+13
|
* Type || should have been &&Berk Geveci2001-12-311-1/+1
|
* ENH: remove one call to make, and clean echo stuff a bitBill Hoffman2001-12-311-34/+29
|
* BUG: fix long depend list because it gets cut on the hp: I may look like ↵Berk Geveci2001-12-301-1/+1
| | | | berk, but it is bill H.
* ENH: remove the rule to run make depend from the top with each change in any ↵Bill Hoffman2001-12-281-36/+152
| | | | cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
* BUG: Don't generate build rules for header files.Amitha Perera2001-12-281-1/+4
|
* BUG: fix so you can remove a directory in the source tree, and clean up echo ↵Bill Hoffman2001-12-211-6/+30
| | | | of commands
* ENH: add support for DESTDIR in install targetsBill Hoffman2001-12-211-12/+12
|
* ENH: Add option to disable use of -rpath.Amitha Perera2001-12-211-1/+1
|
* ENH: add make silent flag for nmake and move .SILENT: directive to top of ↵Bill Hoffman2001-12-201-5/+5
| | | | makefile
* ENH: add silent mode for makefile builds and fix borland and nmake after the ↵Bill Hoffman2001-12-191-14/+22
| | | | depend stuff
* ENH: Improved dependency generation. If any cmake.depends is out of date, ↵Brad King2001-12-181-13/+18
| | | | all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change.
* BUG: cmake.depends files of zero size were not being re-written in some ↵Brad King2001-12-111-0/+1
| | | | cases. Added a comment output to the top of the file so it will be re-written every time.
* FIX: GENERATED_CODE type is no longer needed: generated code is not a Target.Luis Ibanez2001-12-111-2/+0
|
* BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case itAmitha Perera2001-12-101-1/+2
| | | | should be ignored.
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-5/+9
| | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
* BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote targetBill Hoffman2001-12-091-1/+6
|
* BUG: executable extension wrong for ctest search, and was not looking in ↵Bill Hoffman2001-12-081-1/+17
| | | | Debug and Release
* BUG: the rule for generating a library no longer has the full path, and so theAmitha Perera2001-12-071-2/+2
| | | | dependency targets shouldn't, either.
* ENH: add custom commands for targetsBill Hoffman2001-12-071-5/+64
|
* Lib path should be converted to native path too.Sebastien Barre2001-12-061-1/+2
|
* crazy fix for putenv, and native path called on custom command pathsBill Hoffman2001-12-041-3/+17
|
* fix warning for Borland buildSebastien Barre2001-11-301-3/+3
|
* Add options for library manager (lib).Sebastien Barre2001-11-301-5/+5
|
* remove suffix rulesBill Hoffman2001-11-301-2/+0
|
* add new suffix rulesBill Hoffman2001-11-301-1/+2
|
* fix warningBill Hoffman2001-11-301-2/+2
|
* ENH: fix various problems caused by the generalization of nmake generatorBill Hoffman2001-11-301-6/+7
|
* Nmake build: move most of hard-coded values to config parametersSebastien Barre2001-11-301-2/+2
|
* ENH: GENERATED_CODE case added to switch.Luis Ibanez2001-11-291-0/+2
|
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-281-1/+1
|
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-281-3/+9
|
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-271-4/+14
|
* ENH: Support for FLTK Fluid tool added.Luis Ibanez2001-11-271-2/+5
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-2/+0
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-35/+50
|
* ENH: look for cmake test with .exe if nmakeBill Hoffman2001-11-161-0/+1
|
* Added a make depend in the clean rule to refresh the dependenciesFranck Bettinger2001-11-161-1/+2
|
* undo the last change because of problem with some versions of makeFranck Bettinger2001-11-161-1/+1
|
* added the deletion of cmake.depends in the cleaning so that it is recomputed ↵Franck Bettinger2001-11-161-2/+2
| | | | even source files (i.e. .cxx or .h) are generated
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-151-4/+21
| | | | used by Dart, nmake makefiles work with borland make and nmake
* BUG: wrong shortname usedBill Hoffman2001-11-151-1/+1
|