summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-111-8/+4
|
* ENH: don't use short paths in the outputBill Hoffman2002-06-111-1/+3
|
* use short path to get unique path names for depend path outputBill Hoffman2002-06-111-1/+7
|
* BUG: MAKEFLAGS does not need to be passed on command line. It is ↵Brad King2002-05-291-16/+16
| | | | automatically set by make in environment for recursive call.
* 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 ↵Bill Hoffman2002-05-091-2/+2
| | | | crash ar on solaris
* 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
| | | | line
* 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 ↵Bill Hoffman2002-04-081-14/+44
| | | | test for c libraries
* 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 ↵Bill Hoffman2002-04-021-24/+66
| | | | only project can be built with cmake, even without a cxx compiler
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-47/+49
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* 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 ↵Bill Hoffman2002-02-221-43/+36
| | | | to escape spaces and convert to the native path type
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for ↵Bill Hoffman2002-02-211-41/+44
| | | | borland make
* 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
| | | | not want to build when doing a make depend
* 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
|