summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-111-0/+7
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-2/+5
|
* ENH: clean up utility rule generationBill Hoffman2002-04-111-0/+2
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-1/+1
| | | | only project can be built with cmake, even without a cxx compiler
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-1/+4
| | | | to escape spaces and convert to the native path type
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for ↵Bill Hoffman2002-02-211-1/+6
| | | | borland make
* ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do ↵Bill Hoffman2002-02-141-0/+1
| | | | not want to build when doing a make depend
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* some fixes to recent screwerd up changesKen Martin2002-01-181-0/+4
|
* Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output)Sebastien Barre2002-01-171-0/+1
|
* ENH: remove the rule to run make depend from the top with each change in any ↵Bill Hoffman2001-12-281-1/+8
| | | | cmakelist file. Instead, run make depend in the current directory if a source file changes, or if a .h file changes or is removed
* WAR: remove warningBill Hoffman2001-12-091-1/+1
|
* ENH: add custom commands for targetsBill Hoffman2001-12-071-0/+2
|
* Nmake build: move most of hard-coded values to config parametersSebastien Barre2001-11-301-4/+4
|
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-281-0/+1
|
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-281-0/+2
|
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-271-0/+4
|
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵Bill Hoffman2001-11-151-0/+2
| | | | used by Dart, nmake makefiles work with borland make and nmake
* ENH: fix library builds with nmakeBill Hoffman2001-11-151-7/+7
|
* Closer to nmake buildBill Hoffman2001-11-141-2/+3
|
* nmake supportBill Hoffman2001-11-141-0/+10
|
* start work on nmake generatorBill Hoffman2001-11-131-0/+5
|
* clean up object file build rule, and do not attempt to remove ↵Bill Hoffman2001-11-131-31/+41
| | | | link_directories that are in the build tree
* Clean up a bit moreBill Hoffman2001-11-071-1/+0
|
* ENH: clean up interface and change build in current directory to build the ↵Bill Hoffman2001-11-011-2/+11
| | | | depend file first
* remove memory leaksBill Hoffman2001-09-141-0/+2
|
* ENH: integrate borland supportBill Hoffman2001-09-061-0/+7
|
* ENH: Proper dependencies between shared libraries now exist in the generated ↵Brad King2001-08-291-1/+2
| | | | makefiles. If a shared library links to another, the other will be built before the link is attempted.
* ENH: some clean up, and better checking to see if we are building cmakeBill Hoffman2001-07-061-0/+1
|
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-1/+0
|
* BUG: Check for building shared libraries should read from the make file's ↵Brad King2001-06-271-0/+1
| | | | setting, not directly from the cache.
* ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unixBill Hoffman2001-06-131-0/+2
|
* some cleanup to the make depend processKen Martin2001-06-121-0/+1
|
* added install target supportKen Martin2001-05-231-0/+1
|
* changes for cmake to live outside of the source treeKen Martin2001-05-181-0/+6
|
* added SetLocal methodKen Martin2001-05-181-1/+4
|
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+13
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-1/+22
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-1/+1
| | | | libraries to link against
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Added individual library linkage output so that shared libraries will ↵Brad King2001-04-121-1/+1
| | | | not try to link against themselves.
* major changes to support multiple libraries and source listsKen Martin2001-04-111-2/+3
|
* ENH: Added utility dependency support. Now a project can depend on other ↵Brad King2001-03-091-2/+2
| | | | executables as well as link libraries.
* ENH: Added custom rule support to cmUnixMakefileGenerator.Brad King2001-03-021-0/+1
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-0/+6
| | | | some
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-6/+16
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-0/+38
CMakeLists.txt files.