Re: [fltk.development] Makefile and .phony

2011-01-06 Thread Duncan Gibson
greg: Yes, I've had good luck with that. I've found I can use 'FORCE' in place of .PHONY and it works just as well, eg: foo: FORCE stuff FORCE: ..and I include an extra blank line after the FORCE: because I think old make's would complain. hence the reason

Re: [fltk.development] Makefile and .phony

2011-01-06 Thread Albrecht Schlosser
On 06.01.2011 07:58, Michael Sweet wrote: .PHONY: foo bar is a GNU extension, but fortunately is silently/safely ignored by make programs that do not support it. Thanks to you and all the others that replied. I got some ideas to improve the Makefile. Let's see... Albrecht

Re: [fltk.development] [fltk.commit] [Library] r8206 - branches/branch-1.3/src

2011-01-06 Thread Matthias Melcher
On 07.01.2011, at 02:33, fltk-dev@easysw.com wrote: Author: matt Date: 2011-01-06 17:33:29 -0800 (Thu, 06 Jan 2011) New Revision: 8206 Log: DPI fixed for Xinerama? I don't have Xinerama on any of my machines. Would someone please verify this? ___