summaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2007-05-01STR #1641: fixing 'make clean'Matthias Melcher
2007-03-06STR #1623: restored the unloved POSTBUILD command because the reulting execut...Matthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-06Use INSTALL_BIN instead of CP for Mac OS bundles...Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2006-10-07Fix install-linux target in test directory.Michael R Sweet
2006-09-19STR 1424: attempt to make test/Makefile more roboust for time shifts in fluid...Matthias Melcher
2006-09-17Decluttered Fluid Widget Bin to look good w/Mike new GTK+ scheme. Thanks Mike!Matthias Melcher
2006-08-25Fixed installation of pixmap s to reflect new pixmaps directory.Matthias Melcher
2006-08-25Do some rearranging of image and desktop support files.Michael R Sweet
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-07-25Fix use of LDFLAGS and make install depend on all target...Michael R Sweet
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-04-28STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packagesMatthias Melcher
2006-01-15More packaging fun.Michael R Sweet
2006-01-15More packaging fun (games package to "advertise" FLTK...)Michael R Sweet
2006-01-08Make sure that threads.o depends on threads.h - it wasn't included in theMichael R Sweet
2005-12-14Workaround Solaris make problems...Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-12-04Separate WIN32 and normal build rules so we can create a resource objectMichael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael R Sweet
2004-08-26FLTK1.1 Quartz support:Matthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-05Dump the non-working shiny demo.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-12Add missing header to tabs program.Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-03Tweek the order of -o foo and foo.o in the test makefile, since puttingMichael R Sweet
2002-05-01Added preferences.fl, removed preferences.cxx and .hMatthias Melcher
2002-04-29Add preferences demo.Michael R Sweet
2002-04-29Updated credits file.Michael R Sweet
2002-03-28Test makefile didn't include makedepend file...Michael R Sweet
2002-03-26OS/2 update from Alexander Mai.Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet
2002-01-13Remove unused and obsolete JPEG image demo.Michael R Sweet
2002-01-03Fixup fractals demo so it doesn't get way ahead of display - some LinuxMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-30Fix build problems in test directory - no more recursive dependencies forMichael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-14Disable threading by default.Michael R Sweet