mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
+3
-10
@@ -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 $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user