From 35c7c2f14cfbeec7d7e995859c7561b2696751ea Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 28 Jan 2011 16:11:45 +0000 Subject: Makefile modified to demonstrate use of fltk-config. FLTK settings defined in a separate Makefile.FLTK which users can nab for their own use. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8324 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index e5029b39e..250b951d5 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,10 @@ -include ../makeinclude +include Makefile.FLTK +RM = rm -f +SHELL = /bin/sh +.SILENT: + +# Executables ALL = howto-add_fd-and-popen$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ howto-parse-args$(EXEEXT) \ @@ -25,3 +30,4 @@ clean: $(RM) $(ALL) $(RM) *.o $(RM) core + -- cgit v1.2.3