summaryrefslogtreecommitdiff
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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...Berk Geveci2001-12-301-1/+1
* ENH: remove the rule to run make depend from the top with each change in any ...Bill Hoffman2001-12-281-36/+152
* 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
* 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 mak...Bill Hoffman2001-12-201-5/+5
* ENH: add silent mode for makefile builds and fix borland and nmake after the ...Bill Hoffman2001-12-191-14/+22
* ENH: Improved dependency generation. If any cmake.depends is out of date, al...Brad King2001-12-181-13/+18
* BUG: cmake.depends files of zero size were not being re-written in some cases...Brad King2001-12-111-0/+1
* 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
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionali...Brad King2001-12-101-5/+9
* BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote targetBill Hoffman2001-12-081-1/+6
* BUG: executable extension wrong for ctest search, and was not looking in Debu...Bill Hoffman2001-12-071-1/+17
* BUG: the rule for generating a library no longer has the full path, and so theAmitha Perera2001-12-071-2/+2
* 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-291-6/+7
* Nmake build: move most of hard-coded values to config parametersSebastien Barre2001-11-291-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
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used...Bill Hoffman2001-11-151-4/+21
* BUG: wrong shortname usedBill Hoffman2001-11-151-1/+1
* BUG: avoid .cxx.o names...Bill Hoffman2001-11-151-2/+3