From fea9a2db450f8ecb0a5a2846b42c3b115821be4f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 22 Feb 1999 21:50:16 +0000 Subject: Makefile didn't have a .cxx to .o rule. git-svn-id: file:///fltk/svn/fltk/trunk@323 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 7a7be305b..65f7a1e32 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.17 1999/02/22 21:33:54 mike Exp $" +# "$Id: Makefile,v 1.18 1999/02/22 21:50:16 mike Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -55,6 +55,9 @@ $(ALL): ../lib/$(LIBNAME) .cxx: $(CXX) -I.. $(CXXFLAGS) $< -L../lib -lfltk $(LDLIBS) -o $@ +.cxx.o: + $(CXX) -I.. $(CXXFLAGS) $< -c + .fl.cxx: ../fluid/fluid -c $< @@ -88,5 +91,5 @@ install: @echo Nothing to install in test directory. # -# End of "$Id: Makefile,v 1.17 1999/02/22 21:33:54 mike Exp $". +# End of "$Id: Makefile,v 1.18 1999/02/22 21:50:16 mike Exp $". # -- cgit v1.2.3