summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/Makefile b/test/Makefile
index 870d82f19..8d48b308e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.13 1998/12/06 14:59:14 mike Exp $"
+# "$Id: Makefile,v 1.14 1998/12/23 20:04:31 mike Exp $"
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
@@ -25,21 +25,21 @@
CPPFILES =\
adjuster.cxx arc.cxx ask.cxx bitmap.cxx boxtype.cxx browser.cxx button.cxx \
- buttons.cxx checkers.cxx clock.cxx colbrowser.cxx color_chooser.cxx \
- cube.cxx cursor.cxx curve.cxx demo.cxx doublebuffer.cxx file_chooser.cxx \
- fonts.cxx forms.cxx fractals.cxx fullscreen.cxx gl_overlay.cxx \
- glpuzzle.cxx hello.cxx iconize.cxx image.cxx input.cxx keyboard.cxx \
- label.cxx list_visuals.cxx mandelbrot.cxx menubar.cxx message.cxx \
- minimum.cxx navigation.cxx output.cxx overlay.cxx pixmap.cxx \
+ buttons.cxx checkers.cxx clock.cxx colbrowser.cxx color_chooser.cxx \
+ cube.cxx cursor.cxx curve.cxx demo.cxx doublebuffer.cxx editor.cxx \
+ file_chooser.cxx fonts.cxx forms.cxx fractals.cxx fullscreen.cxx \
+ gl_overlay.cxx glpuzzle.cxx hello.cxx iconize.cxx image.cxx input.cxx \
+ keyboard.cxx label.cxx list_visuals.cxx mandelbrot.cxx menubar.cxx \
+ message.cxx minimum.cxx navigation.cxx output.cxx overlay.cxx pixmap.cxx \
pixmap_browser.cxx radio.cxx resizebox.cxx scroll.cxx shape.cxx shiny.cxx \
- subwindow.cxx symbols.cxx tabs.cxx tile.cxx valuators.cxx fast_slow.cxx \
+ subwindow.cxx symbols.cxx tabs.cxx tile.cxx valuators.cxx fast_slow.cxx \
resize.cxx pack.cxx inactive.cxx
ALL = adjuster arc ask bitmap boxtype browser button buttons checkers \
clock colbrowser color_chooser cube cursor curve demo doublebuffer \
- file_chooser fonts forms fractals fullscreen gl_overlay glpuzzle \
- hello iconize image input keyboard label list_visuals mandelbrot \
- menubar message minimum navigation output overlay pixmap \
+ editor file_chooser fonts forms fractals fullscreen gl_overlay \
+ glpuzzle hello iconize image input keyboard label list_visuals \
+ mandelbrot menubar message minimum navigation output overlay pixmap \
pixmap_browser radio resizebox scroll shape shiny subwindow \
symbols tabs tile valuators fast_slow resize pack inactive
@@ -111,5 +111,5 @@ install:
@echo Nothing to install in test directory.
#
-# End of "$Id: Makefile,v 1.13 1998/12/06 14:59:14 mike Exp $".
+# End of "$Id: Makefile,v 1.14 1998/12/23 20:04:31 mike Exp $".
#