summaryrefslogtreecommitdiff
path: root/makeinclude.in
AgeCommit message (Expand)Author
2007-05-03STR #1632: restored files to the original settings. I a no expert with build ...Matthias Melcher
2007-05-03Second aproach at solving the 'install -d' issue. I added a public domain scr...Matthias Melcher
2007-05-02Remove the 'verbose' flag for directory creation.Matthias Melcher
2007-05-02STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' i...Matthias Melcher
2007-03-06STR #1623: restored the unloved POSTBUILD command because the reulting execut...Matthias Melcher
2007-02-08Newer autoconf defines "datarootdir", which "datadir" depends on. I stillMichael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-05Update pthreads configure test to work on more platforms.Michael R Sweet
2006-09-12Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other optionsMichael R Sweet
2006-08-29Add missing man.6 rule...Michael 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-01-15More packaging fun.Michael R Sweet
2006-01-15Work on Linux and OSX desktop integration stuff via make install andMichael R Sweet
2005-12-14Workaround Solaris make problems...Michael R Sweet
2005-12-14FLTK now enables large file support when available (STR #1087)Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-08-08Fix local image library link bug...Michael R Sweet
2005-08-08Compilation could fail if a previous installation of FLTK was inMichael R Sweet
2005-04-21Move docdir definition to makeinclude.in (STR #824)Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-07-23Fix local image library build bug.Michael R Sweet
2004-07-06Makefile and configure script support for image libs.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-12-19Use DSOLINK in the LINKSHARED definition.Michael R Sweet
2002-08-05Add EXEEXT to end of FLUID name.Michael R Sweet
2002-07-26BMP image loader fixes.Michael R Sweet
2002-07-15Don't put LDFLAGS_MIPSPRO in makeinclude files (where the hell did theyMichael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-01-15LINKFLTK and LINKFLTKGL needed to point to ../lib.Michael R Sweet
2002-01-15Doco and makefile updates from SGI.Michael R Sweet
2002-01-13Revise configure script and makeinclude file to use OPTIM variable,Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-14Disable threading by default.Michael R Sweet
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet
2001-12-12Fix .c.o and .cxx.o rules ($< instead of $@)Michael R Sweet
2001-12-06FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch...Matthias Melcher
2001-11-29Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exeMichael R Sweet
2001-11-20Don't use -lm unless required.Michael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet
2001-11-18More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.Michael R Sweet
2001-11-17Update configure script to support non-X platforms; currently justMichael R Sweet
2001-10-27Put "RM" back in makeincludes, so we can remove the library archiveMichael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Don't build OpenGL demos if OpenGL is not available or disabled.Michael R Sweet