summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-091-2/+2
* Needed to replace srcdir to make install targets work.Berk Geveci2001-11-081-4/+4
* BUG: no +=+Bill Hoffman2001-11-071-1/+1
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-071-1/+1
* ENH: use full source name for c code as well as c++Bill Hoffman2001-11-071-1/+4
* make sure default_target is firstBill Hoffman2001-11-071-6/+8
* Clean up a bit moreBill Hoffman2001-11-071-45/+24
* add cleaning of QT generated files when make clean is usedFranck Bettinger2001-11-061-5/+18
* ENH: use full paths for object compile rulesBill Hoffman2001-11-051-11/+32
* ENH: change to work with nmakeBill Hoffman2001-11-051-80/+56
* ENH: clean up interface and change build in current directory to build the de...Bill Hoffman2001-11-011-60/+154
* ENH: allow -framework as a complete entry in the link line for Mac OSXBerk Geveci2001-10-241-1/+1
* BUG: get correct library nameBill Hoffman2001-09-281-2/+2
* BUG: use realpath instead of cd/pwdBill Hoffman2001-09-271-2/+2
* remove memory leaksBill Hoffman2001-09-141-0/+5
* ENH: Generate compile lines for .m, .M, and .mm files (ObjC and ObjC++)Yves Starreveld2001-09-011-1/+2
* ENH: Proper dependencies between shared libraries now exist in the generated ...Brad King2001-08-291-69/+118
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-281-7/+46
* BUG: fix for broken apple mkdir and general clean up of MakeDirectory commandBill Hoffman2001-08-281-11/+27
* ENH: change expand variables to use GetDefinitionBill Hoffman2001-08-271-21/+25
* *** empty log message ***Bill Hoffman2001-08-271-2/+2
* BUG: set CXX and CC when running configure from cmakeBill Hoffman2001-08-271-0/+10
* better ctest supportKen Martin2001-08-231-5/+14
* added test driver for make test targetKen Martin2001-08-231-0/+5
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-221-7/+7
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-7/+7
* 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