summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:20:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-21 17:20:18 +0000
commit3b8193c002d8fb21be51b5a48ca224eed5fcac23 (patch)
treebf1763be53b73cad97b16936beba1884a1dd9cd7 /fluid
parent23a2b82ace580e60de84c4959d43c6ec9b2d5f1a (diff)
Removed demo source files that are generated via Fluid.
Added fluid build rule to test Makefile. Removed fluid build rules from fluid Makefile. git-svn-id: file:///fltk/svn/fltk/trunk@37 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/fluid/Makefile b/fluid/Makefile
index 04d3814e1..cd4703988 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.3 1998/10/21 14:19:53 mike Exp $"
+# "$Id: Makefile,v 1.4 1998/10/21 17:20:07 mike Exp $"
#
# Fluid makefile for the Fast Light Tool Kit (FLTK).
#
@@ -49,7 +49,7 @@ OBJECTS = $(CPPFILES:.C=.o)
include ../makeinclude
-.SUFFIXES : .C .c .o .do .fl .H
+.SUFFIXES : .C .c .o
.C.o :
@echo $<:
@@ -61,13 +61,6 @@ include ../makeinclude
@echo $@:
@$(CXX) -I.. $(CXXFLAGS) -o $@ $< -L../lib -lfltk $(LDLIBS)
-.fl.C .fl.H :
- -fluid -c $<
-
-# better way to do this for gnu make:
-# %.H %.C: %.fl
-# fluid -c $<
-
$(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME)
@echo linking $@:
@$(CXX) $(CXXFLAGS) -o $(PROGRAM) $(OBJECTS) -L../lib -lfltk $(LDLIBS)
@@ -90,5 +83,5 @@ uninstall:
-@ rm -f $(bindir)/$(PROGRAM)
#
-# End of "$Id: Makefile,v 1.3 1998/10/21 14:19:53 mike Exp $".
+# End of "$Id: Makefile,v 1.4 1998/10/21 17:20:07 mike Exp $".
#