From 7363c4bdd683d99ea514c5bbcc9ffdd523d380fd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 5 Sep 2003 12:24:31 +0000 Subject: Dump the non-working shiny demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3091 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index b3d1e7885..66f411058 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.39 2003/01/30 21:44:46 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.40 2003/09/05 12:24:31 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -80,7 +80,6 @@ CPPFILES =\ resize.cxx \ scroll.cxx \ shape.cxx \ - shiny.cxx \ subwindow.cxx \ symbols.cxx \ tabs.cxx \ @@ -151,8 +150,7 @@ GLALL = \ fullscreen$(EXEEXT) \ gl_overlay$(EXEEXT) \ glpuzzle$(EXEEXT) \ - shape$(EXEEXT) \ - shiny$(EXEEXT) + shape$(EXEEXT) all: $(ALL) $(GLDEMOS) @@ -367,13 +365,6 @@ gl_overlay$(EXEEXT): gl_overlay.o echo Linking $@... $(CXX) -I.. $(CXXFLAGS) -o $@ gl_overlay.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS) $(POSTBUILD) $@ ../FL/mac.r -shiny$(EXEEXT): shiny_panel.o shiny.o - echo Linking $@... - $(CXX) -I.. $(CXXFLAGS) -o $@ shiny.o shiny_panel.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS) - $(POSTBUILD) $@ ../FL/mac.r -shiny_panel.o: shiny_panel.h -shiny_panel.cxx: shiny_panel.fl - shape$(EXEEXT): shape.o echo Linking $@... $(CXX) -I.. $(CXXFLAGS) -o $@ shape.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS) @@ -381,5 +372,5 @@ shape$(EXEEXT): shape.o # -# End of "$Id: Makefile,v 1.19.2.7.2.39 2003/01/30 21:44:46 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.40 2003/09/05 12:24:31 easysw Exp $". # -- cgit v1.2.3