summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-23 20:04:31 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-23 20:04:31 +0000
commit06113fb95ec0e4336e4a8f541c831d06e69a85ae (patch)
tree557e1d7e5f917f87394b520a91f891a0e75e4ec0 /test/Makefile
parentbc5737461d964026a9c8895dc0538f266274f831 (diff)
Added new editor example application.
git-svn-id: file:///fltk/svn/fltk/trunk@168 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 $".
#