fixed velocity math mistake, updated gravtiy well force to look better
[libbear.git] / Makefile
2009-12-12 Patrik GorniczWIP: makefile command changes
2009-09-18 Patrik Gorniczremoved unnecessary clean logic due to changes with...
2009-09-02 Patrik Gorniczphysics no longer option in Makefile
2009-09-01 Patrik GorniczMerge branch 'physics'
2009-09-01 Patrik Gorniczremoved trailing / from directories (given in files.mk)
2009-08-01 Patrik Gorniczremoved old Makefile, use the one in libbear now
2009-07-01 Patrik Gorniczcreated function include varibles F_
2009-07-01 Patrik Gorniczcreate B_ varibles for build types
2009-07-01 Patrik Gorniczsetup physics to be a local project
2009-06-20 Patrik Gorniczfixed makefile hack to get tests depending on libs
2009-06-20 Patrik Gorniczfixed global clean commands still creating deps files
2009-06-20 Patrik Gorniczmoved mkdir cmd to root
2009-06-20 Patrik Gorniczcreated some cmd varibles
2009-06-20 Patrik Gorniczadded packages file to describe items in packages that...
2009-06-17 Patrik Gorniczcleaned up the make files, added missing all target
2009-06-13 Patrik Gorniczadded DIRNAME to each directory, tests now have there...
2009-06-13 Patrik Gorniczupdated target to use only suffixies
2009-06-13 Patrik Gornicztests now depend on the lib binary, printTrace setup
2009-06-13 Patrik Gorniczadded prefixes to tests
2009-06-13 Patrik Gorniczadded varible prefixes to lib
2009-06-12 Patrik Gorniczadded $P to tests, fixed some bugs with mixing
2009-06-08 Patrik Gorniczadded a targets file to describe general targets
2009-06-07 Patrik Gorniczworked on getting tests directory part of the grand...
2009-06-07 Patrik GorniczMoved library files into a lib directory
2009-06-07 Patrik Gorniczcleaned up internal makefile paths
2009-06-05 Patrik Gorniczremoved DIRS varible, setup CXXFLAGS to be target specific
2009-06-04 Patrik Gorniczmake system divided into *.mk files
2009-05-31 Patrik Gorniczfixed include of stdlib.h, and incressed the warning...
2009-05-31 Patrik Gorniczsimple test system setup
2009-05-28 Patrik Gorniczrenamed libpg to libbear
2009-05-28 Patrik Gorniczrenamed libpg to libbear
2009-05-24 Patrik Gorniczcleaned up how dir.mk files work
2009-05-24 Patrik Gorniczfixed redolent clean rule
2009-05-24 Patrik Gorniczcleaned the make file, regrouped varibles
2009-05-18 Patrik Gorniczsmall change to directory handling in Makefile
2009-05-16 Patrik GorniczMakefile cleaning
2009-05-16 Patrik GorniczMakefile cleaning
2009-05-02 Patrik Gorniczadded some standard make varibles, such as prefix
2009-05-02 Patrik Gorniczadded pg.dll
2009-05-02 Patrik Gorniczcreate rules for win32 and final builds
2009-05-02 Patrik Gorniczchanged else ifeq so a lesser make can handle it
2009-05-02 Patrik Gorniczchanged install to use the install program
2009-05-01 Patrik GorniczMerge branch 'master' into libpg
2009-05-01 Patrik Gorniczreworked how Makefile works wrt to win32 and final...
2009-05-01 Patrik Gorniczfixed up clean making deps files first
2009-05-01 Patrik Gorniczname spaced library
2009-04-29 Patrik Gorniczchanged names, linking, and installing
2009-04-29 Patrik Gorniczthe local libraries found in libs are now used
2009-04-28 Patrik Gorniczinstall/uninstall
2009-04-28 Patrik Gorniczchanges to soname of lib
2009-04-28 Patrik Gorniczfixed bug in make file wrt INCDIRS
2009-04-28 Patrik Gorniczpublic headers move to a inc directory
2009-04-27 Patrik Gorniczremoved files that have been moved to libpg
2009-04-27 Patrik Gorniczadded more files to library so it can compile
2009-04-27 Patrik Gorniczchanged make files for the library, added gitignore
2009-04-27 Patrik Gorniczmoved files into src, copied dir.mk and Makefile
2009-04-21 Patrik Gorniczchanged cleaning logic again, added copying of COPYING
2009-04-21 Patrik Gorniczfixed libscpy for mingw32, changed special cleaning bug
2009-04-21 Patrik Gorniczchanged Makefile to copy more file to bin directories
2009-01-22 Patrik Gorniczchange how Make triggers cleans
2009-01-21 Patrik Gorniczfixed polygon penitration due to CoR
2009-01-19 Patrik Gorniczremoved tags creation ... broken system, no real point
2009-01-19 Patrik Gorniczoff loaded including of subdirectories to dir.mk files...
2009-01-19 Patrik Gorniczremoved all ../ entries and made a basic inc path ...
2009-01-19 Patrik Gorniczfixed up directory creation
2009-01-19 Patrik Gorniczprof update and cleaning
2009-01-19 Patrik Gorniczgiving more control to dir.mk files
2009-01-19 Patrik Gorniczrenamed to dir.mk files
2009-01-19 Patrik Gorniczreworked print formating
2009-01-19 Patrik Gorniczmore makefile changes due t move
2009-01-19 Patrik Gorniczmoved makefile up to root