summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -iAndy Cedilnik2003-08-061-0/+9
|
* ENH: do not output make install rules on windows because they do not workBill Hoffman2003-08-061-0/+5
|
* ENH: Fix install problemAndy Cedilnik2003-08-061-1/+1
|
* BUG: Fixed implementation of long dependency list support. The proxy target ↵Brad King2003-08-051-18/+7
| | | | must have a corresponding file to work correctly. Instead of using a proxy target, we now just list one line for each dependency and then print one copy of the build rule at the end.
* minor fixKen Martin2003-08-051-4/+4
|
* added outputEcho method and fixed make help for nmake and borlandKen Martin2003-08-051-35/+48
|
* added make help target first cutKen Martin2003-08-041-1/+47
|
* fix for debug libs on UNIXKen Martin2003-08-041-2/+12
|
* ERR: Remove debugAndy Cedilnik2003-08-011-1/+0
|
* ENH: Dependency lists are now split into multiple make lines to allow longer ↵Brad King2003-08-011-15/+35
| | | | lists on limited make programs.
* ENH: Add support for -pthreadAndy Cedilnik2003-08-011-1/+1
|
* BUG: Adding link flags to an executable that links to shared libraries must ↵Brad King2003-08-011-1/+2
| | | | be done for both EXECUTABLE and WIN32_EXECUTABLE targets.
* BUG (85): allow . to be in the name of an executableBill Hoffman2003-08-011-6/+34
|
* all Makefiles now have both full path to exe and short versionKen Martin2003-08-011-11/+10
|
* ENH: Syntax cleanupAndy Cedilnik2003-08-011-2/+2
|
* ENH: allow lib prefix for to stay for nmake and borland make as it is not a ↵Bill Hoffman2003-08-011-0/+9
| | | | system prefix
* ENH: Fix echo's to use @echo. This way verbose mode does not print twice: ↵Andy Cedilnik2003-08-011-9/+9
| | | | Bug #45 - add @ from echo commands
* ENH: performance fixes for network dependsBill Hoffman2003-07-281-2/+5
|
* fix for utility depends bug#76Ken Martin2003-07-241-0/+2
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-4/+6
| | | | cmRegularExpression.
* BUG: Uninitialized std::string returns bad pointers from c_str() on some ↵Brad King2003-06-111-2/+2
| | | | platforms.
* BUG: When executable output path is not set, we still need to generate the ↵Brad King2003-06-111-2/+29
| | | | full path to the executable target.
* warning fixesKen Martin2003-06-031-3/+3
|
* yikes added new custom command supportKen Martin2003-06-031-142/+186
|
* fix for .def files and nmake and spaces in the pathBill Hoffman2003-05-191-1/+1
|
* BUG: When building a C executable, we should add ↵Brad King2003-05-161-2/+2
| | | | CMAKE_SHARED_LIBRARY_C_FLAGS, not CMAKE_SHARED_LIBRARY_LINK_FLAGS. The latter is already added by the link line procedure.
* ENH: Add support for make test even for fresh build of cmakeAndy Cedilnik2003-05-051-9/+16
|
* ENH: Support cmake in directory with spaceAndy Cedilnik2003-03-201-1/+1
|
* fix for correct path style in depend fileBill Hoffman2003-02-201-3/+3
|
* BUG: Fix problem with lib in the name of library. If there was lib in the ↵Andy Cedilnik2003-02-191-1/+1
| | | | name of library, then on Windows (where there is not lib prefix), cmake split the name wrongly. This only manifested when full path to the library is specified.
* spelling errorsBill Hoffman2003-02-141-2/+2
|
* ENH: Running "make test" can now have ARGS specified on the command line. ↵Brad King2003-02-101-1/+4
| | | | These ARGS are passed to ctest.
* BUG: fix for spaces in paths in library pathBill Hoffman2003-02-081-1/+1
|
* Several fixes/improvements:Brad King2003-02-071-1/+12
| | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones.
* BUG: Fixed typo in previous fix.Brad King2003-01-201-1/+1
|
* BUG: Fixed directory creation for spaces in install path.Brad King2003-01-201-8/+8
|
* ENH: Support for spaces in paths during make install.Brad King2003-01-171-73/+71
|
* BUG: When there are no link flags, we want an empty string, not a null pointer.Brad King2002-12-311-1/+8
|
* ENH: Support LINK_FLAGS property for static libraries.Brad King2002-12-311-1/+2
|
* WAR: remove wariningsBill Hoffman2002-12-231-0/+6
|
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-0/+12
|
* clean up warning and use more short pathsBill Hoffman2002-12-221-10/+11
|
* ENH: add target propertiesBill Hoffman2002-12-201-28/+86
|
* BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.Brad King2002-12-131-2/+2
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-4/+36
| | | | files included in non-generated sources.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-3/+3
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* Add comment support, so that you can see in build process what the custom ↵Andy Cedilnik2002-12-101-3/+5
| | | | command does
* BUG: do not output empty dependsBill Hoffman2002-12-101-9/+9
|
* remove cerrBill Hoffman2002-12-101-1/+0
|
* BUG: fix bug in dependsBill Hoffman2002-12-101-12/+30
|