From 64f2cc0635008f63a97601035618c40c75482b6a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 8 Dec 2001 16:23:51 +0000 Subject: Fix threading test. Add threading demo from 2.0, with minor improvements to make the prime number generation faster/more realistic. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 9373ca8da..12054e4a9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.16 2001/12/06 02:20:36 matthiaswm Exp $" +# "$Id: Makefile,v 1.19.2.7.2.17 2001/12/08 16:23:51 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -83,6 +83,7 @@ CPPFILES =\ subwindow.cxx \ symbols.cxx \ tabs.cxx \ + threads.cxx \ tile.cxx \ tiled_image.cxx \ valuators.cxx @@ -135,6 +136,7 @@ ALL = \ subwindow$(EXEEXT) \ symbols$(EXEEXT) \ tabs$(EXEEXT) \ + threads$(EXEEXT) \ tile$(EXEEXT) \ tiled_image$(EXEEXT) \ valuators$(EXEEXT) @@ -245,5 +247,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.16 2001/12/06 02:20:36 matthiaswm Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.17 2001/12/08 16:23:51 easysw Exp $". # -- cgit v1.2.3