summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: enable cxx by default if no languages have been enabledBill Hoffman2002-05-221-0/+9
* ENH: change set<string> to set<cmStdString> to avoid long symbols that crash...Bill Hoffman2002-05-091-2/+2
* WNG: remove a warningBill Hoffman2002-05-071-1/+1
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-0/+18
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-16/+0
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-7/+2
* BUG: look for -l anywhere in link library entry not just the begining of the ...Bill Hoffman2002-04-301-1/+1
* ENH: remove redirections for output of make commands as some things are lostBill Hoffman2002-04-271-3/+3
* COM: just fix up a commentBill Hoffman2002-04-261-4/+3
* BUG: fix shared links for cc on hpBill Hoffman2002-04-261-7/+24
* ENH: clean up depend outputBill Hoffman2002-04-231-1/+2
* ENH: add depends for utility targetsBill Hoffman2002-04-231-1/+13
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-3/+3
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-11/+20
* BUG: try to make sure a depend file only has one ruleBill Hoffman2002-04-191-1/+1
* BUG: work with spaces in the pathKen Martin2002-04-181-5/+4
* Make quotes and echos to work on unix (hopefully)Andy Cedilnik2002-04-181-1/+4
* BUG: quote the echo commandsBill Hoffman2002-04-181-3/+10
* ENH: use convert to output path for depend filesBill Hoffman2002-04-171-1/+1
* Allow modules to build properly again. (broken when Cxx testing was added)Yves Starreveld2002-04-111-2/+2
* ENH: clean up utility rule generationBill Hoffman2002-04-111-1/+28
* FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix genSebastien Barre2002-04-111-50/+20
* Fix problem with custom commands on unixAndy Cedilnik2002-04-101-10/+21
* ENH: check for compile flags and add back c flag to unix generatorBill Hoffman2002-04-091-1/+1
* ENH: use separate vars for creating c++ and c shared libraries and add a test...Bill Hoffman2002-04-081-14/+44
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-1/+11
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-24/+66
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-47/+49
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+1
* ENH: add file specific compile flagsBill Hoffman2002-03-041-1/+6
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-11/+14
* ENH: big change in the path handling, one function CreateOutputPath is used t...Bill Hoffman2002-02-221-43/+36
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla...Bill Hoffman2002-02-211-41/+44
* ENH: fix for borland tlib files with dash in them problem.Bill Hoffman2002-02-181-0/+15
* ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do ...Bill Hoffman2002-02-141-5/+10
* Better support for parallel builds. Subdirs depend on their parent.Berk Geveci2002-02-011-1/+1
* 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...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