summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* Special rules for out-of-package source files.Berk Geveci2001-06-281-1/+57
|
* ENH: fix install when executable and lib path setKen Martin2001-06-271-4/+7
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-18/+56
|
* BUG: Check for building shared libraries should read from the make file's ↵Brad King2001-06-271-9/+14
| | | | setting, not directly from the cache.
* ENH: Use ${MAKE} instead of make for dependent library rulesAmitha Perera2001-06-271-1/+1
|
* BUG: shared libraries should not depend on other shared libraries, they get ↵Bill Hoffman2001-06-221-1/+1
| | | | relinked too often.
* better permission handlingKen Martin2001-06-211-2/+2
|
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵Brad King2001-06-211-1/+6
| | | | missing dependencies.
* BUG: remove unusedBill Hoffman2001-06-181-1/+0
|
* BUG: create directories in the right placeBill Hoffman2001-06-181-1/+14
|
* ENH: do not add anything from the current directory to the dependsBill Hoffman2001-06-151-4/+2
|
* BUG: fixed so that empty library paths are ignoredAmitha Perera2001-06-151-13/+10
|
* BUG: fix it so that if a Makefile is out of date for some reason, it is only ↵Bill Hoffman2001-06-141-9/+4
| | | | built once, it was doing it twice.
* BUG: fix so it does not jump into the current directory for inital target buildsBill Hoffman2001-06-131-2/+4
|
* ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unixBill Hoffman2001-06-131-26/+80
|
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-121-2/+10
| | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags
* BUG: CMake's configure needs to run with the current directory as the ↵Brad King2001-06-121-2/+4
| | | | project's binary directory.
* BUG: Dependency hints must be removed by the makefile generator before ↵Brad King2001-06-121-0/+5
| | | | adding the dependencies generated by cmMakeDepend.
* BUG: There was no dependency for library targets on their required libraries.Amitha Perera2001-06-121-3/+3
| | | | | (Hopefully there aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is now used for executable targets.
* some cleanup to the make depend processKen Martin2001-06-121-1/+31
|
* BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. ↵Brad King2001-06-121-0/+4
| | | | They are supposed to be treated just like any other EXECUTABLE target.
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-081-1/+51
| | | | on shared builds.
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-24/+0
|
* ENH: Compress the library search directories so that each appears only once.Amitha Perera2001-06-061-9/+20
|
* ENH: try to better handle control-c during make MakefilesBill Hoffman2001-06-041-1/+13
|
* BUG: Now only one makefile rule is generated per depenency. This eliminatesAmitha Perera2001-05-291-0/+11
| | | | a number of warnings.
* BUG: WIN32 executable target rules are now generated in unix the same as any ↵Brad King2001-05-251-1/+2
| | | | other executable (instead of not at all).
* BUG: Fixed logic that splits a full path library link into the -L and -l ↵Brad King2001-05-251-3/+3
| | | | pieces to not write out a -l by itself if the file regular expression does not match.
* added install target supportKen Martin2001-05-231-12/+105
|
* BUG: do not include /usr/lib in -LBill Hoffman2001-05-221-9/+17
|
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-221-3/+2
|
* fix for hp x11 and glBill Hoffman2001-05-211-2/+9
|
* clean up for build on its ownBill Hoffman2001-05-211-0/+1
|
* new out of place buildsKen Martin2001-05-211-19/+12
|
* ENH: add support for X11Bill Hoffman2001-05-181-4/+4
|
* duhKen Martin2001-05-181-2/+14
|
* changes for cmake to live outside of the source treeKen Martin2001-05-181-8/+22
|
* BUG: fix link of executablesBrad King2001-05-181-2/+2
|
* added SetLocal methodKen Martin2001-05-181-0/+14
|
* BUG: quote the compiler and other optionsBill Hoffman2001-05-181-7/+7
|
* half checked in changes for CMAKE_ROOTKen Martin2001-05-171-9/+9
|
* BUG: fix for sun compilerBill Hoffman2001-05-161-0/+7
|
* ERR: int -> unsigned intBrad King2001-05-161-1/+1
|
* ENH: unify make process on unixBill Hoffman2001-05-161-101/+315
|
* BUG: fix find library for unixBill Hoffman2001-05-111-0/+5
|
* added registry entry support and windows app supportKen Martin2001-05-111-2/+3
|
* BUG: Removed stray debugging output statement. Also renamed some variables ↵Brad King2001-05-101-15/+14
| | | | for clarity.
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-7/+24
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-6/+99
|
* fixes for untiltiy targets in allKen Martin2001-05-041-6/+27
|