summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ...Brad King2001-08-021-1/+1
* BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T...Brad King2001-08-021-1/+7
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...Brad King2001-08-011-1/+9
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-3/+43
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-301-6/+6
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-6/+6
* ENH: Hacked together a new implementation of the dependency generator code. ...Brad King2001-07-171-6/+6
* Unnecessary variableBerk Geveci2001-07-101-1/+0
* BUG: When splitting a full path library into separate -L and -l parts, the -l...Brad King2001-07-101-0/+8
* ENH: Added -D(library_name)_EXPORTS to build rules for sources that are going...Brad King2001-07-101-2/+7
* BUG: library extension goes after library name, not beforeAmitha Perera2001-07-081-2/+2
* ENH: some clean up, and better checking to see if we are building cmakeBill Hoffman2001-07-061-9/+32
* BUG: fix solaris problems in install and arBill Hoffman2001-07-051-2/+2
* BUG: When outputting relative path of .o, the relative path of the source fil...Brad King2001-07-021-1/+4
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-100/+90
* BUG: break up CMAKE_AR into program and ARGSBill Hoffman2001-06-291-1/+2
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-281-1/+1
* 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 set...Brad King2001-06-271-9/+14
* 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 r...Bill Hoffman2001-06-221-1/+1
* better permission handlingKen Martin2001-06-211-2/+2
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ...Brad King2001-06-211-1/+6
* 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
* 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
* BUG: CMake's configure needs to run with the current directory as the project...Brad King2001-06-121-2/+4
* BUG: Dependency hints must be removed by the makefile generator before adding...Brad King2001-06-121-0/+5
* BUG: There was no dependency for library targets on their required libraries.Amitha Perera2001-06-121-3/+3
* some cleanup to the make depend processKen Martin2001-06-121-1/+31
* BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. The...Brad King2001-06-121-0/+4
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-081-1/+51
* 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
* BUG: WIN32 executable target rules are now generated in unix the same as any ...Brad King2001-05-251-1/+2
* BUG: Fixed logic that splits a full path library link into the -L and -l piec...Brad King2001-05-251-3/+3
* 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