summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c6449f1c..b0dfb329f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.7 1998/10/21 17:15:44 mike Exp $"
+# "$Id: Makefile,v 1.8 1998/10/21 17:20:08 mike Exp $"
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
@@ -49,12 +49,16 @@ include ../makeinclude
${ALL} : ../lib/$(LIBNAME)
-.SUFFIXES : .C .c .o .do
+.SUFFIXES : .C .c .o .fl .H
.C:
@echo $@:
@$(CXX) -I.. $(CXXFLAGS) $< -L../lib -lfltk ${LDLIBS} -o $@
+.fl.C .fl.H :
+ @echo $@:
+ @../fluid/fluid -c $<
+
# Programs needing the OpenGL libraries:
cube: cube.C
@echo $@:
@@ -102,5 +106,5 @@ clean:
-@ rm -f ${ALL} jpeg_image *.o core *~
#
-# End of "$Id: Makefile,v 1.7 1998/10/21 17:15:44 mike Exp $".
+# End of "$Id: Makefile,v 1.8 1998/10/21 17:20:08 mike Exp $".
#