summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-281-3/+9
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-271-4/+14
* ENH: Support for FLTK Fluid tool added.Luis Ibanez2001-11-271-2/+5
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-2/+0
* NMake with spaces in directoriesBill Hoffman2001-11-211-35/+50
* ENH: look for cmake test with .exe if nmakeBill Hoffman2001-11-161-0/+1
* Added a make depend in the clean rule to refresh the dependenciesFranck Bettinger2001-11-161-1/+2
* undo the last change because of problem with some versions of makeFranck Bettinger2001-11-161-1/+1
* added the deletion of cmake.depends in the cleaning so that it is recomputed ...Franck Bettinger2001-11-161-2/+2
* closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used...Bill Hoffman2001-11-151-4/+21
* BUG: wrong shortname usedBill Hoffman2001-11-151-1/+1
* BUG: avoid .cxx.o names...Bill Hoffman2001-11-151-2/+3
* Closer to nmake buildBill Hoffman2001-11-141-23/+41
* nmake supportBill Hoffman2001-11-141-5/+13
* ENH: remove debug statementsBill Hoffman2001-11-141-6/+0
* start work on nmake generatorBill Hoffman2001-11-131-12/+35
* clean up object file build rule, and do not attempt to remove link_directorie...Bill Hoffman2001-11-131-48/+58
* ENH: clean up warningsBill Hoffman2001-11-131-1/+4
* 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