FLTK logo

[master] ff4288f - Add new resize examples to Makefile, update dependencies

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] ff4288f - Add new resize examples to Makefile, update dependencies "Albrecht Schlosser" Nov 08, 2021  
 
commit ff4288fc2be5d1418e078171ca3d795d25152f6b
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Mon Nov 8 17:48:57 2021 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Mon Nov 8 17:48:57 2021 +0100

    Add new resize examples to Makefile, update dependencies

 test/Makefile   | 21 +++++++++++++++++++++
 test/makedepend |  3 +++
 2 files changed, 24 insertions(+)

diff --git test/Makefile test/Makefile
index e7f71af..b222b6b 100644
--- test/Makefile
+++ test/Makefile
@@ -86,6 +86,9 @@ CPPFILES =\
 	resize-example3c.cxx \
 	resize-example4a.cxx \
 	resize-example4b.cxx \
+	resize-example5a.cxx \
+	resize-example5b.cxx \
+	resize-example5c.cxx \
 	rotated_text.cxx \
 	scroll.cxx \
 	shape.cxx \
@@ -168,6 +171,9 @@ ALL =	\
 	resize-example3c$(EXEEXT) \
 	resize-example4a$(EXEEXT) \
 	resize-example4b$(EXEEXT) \
+	resize-example5a$(EXEEXT) \
+	resize-example5b$(EXEEXT) \
+	resize-example5c$(EXEEXT) \
 	rotated_text$(EXEEXT) \
 	scroll$(EXEEXT) \
 	subwindow$(EXEEXT) \
@@ -514,6 +520,21 @@ resize-example4b$(EXEEXT): resize-example4b.o resize-arrows.o
 	$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) resize-example4b.o resize-arrows.o -o $@ $(LINKFLTK) $(LDLIBS)
 	$(OSX_ONLY) ../fltk-config --post $@
 
+resize-example5a$(EXEEXT): resize-example5a.o resize-arrows.o
+	echo Linking $@...
+	$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) resize-example5a.o resize-arrows.o -o $@ $(LINKFLTK) $(LDLIBS)
+	$(OSX_ONLY) ../fltk-config --post $@
+
+resize-example5b$(EXEEXT): resize-example5b.o resize-arrows.o
+	echo Linking $@...
+	$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) resize-example5b.o resize-arrows.o -o $@ $(LINKFLTK) $(LDLIBS)
+	$(OSX_ONLY) ../fltk-config --post $@
+
+resize-example5c$(EXEEXT): resize-example5c.o resize-arrows.o
+	echo Linking $@...
+	$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) resize-example5c.o resize-arrows.o -o $@ $(LINKFLTK) $(LDLIBS)
+	$(OSX_ONLY) ../fltk-config --post $@
+
 rotated_text$(EXEEXT): rotated_text.o
 
 scroll$(EXEEXT): scroll.o
diff --git test/makedepend test/makedepend
index 3eac520..4876c8e 100644
--- test/makedepend
+++ test/makedepend
@@ -1799,6 +1799,7 @@ resize-example5a.o: ../FL/Enumerations.H
 resize-example5a.o: ../FL/Fl.H
 resize-example5a.o: ../FL/Fl_Bitmap.H
 resize-example5a.o: ../FL/Fl_Box.H
+resize-example5a.o: ../FL/fl_casts.H
 resize-example5a.o: ../FL/Fl_Double_Window.H
 resize-example5a.o: ../FL/Fl_Export.H
 resize-example5a.o: ../FL/Fl_Group.H
@@ -1814,6 +1815,7 @@ resize-example5b.o: ../FL/Enumerations.H
 resize-example5b.o: ../FL/Fl.H
 resize-example5b.o: ../FL/Fl_Bitmap.H
 resize-example5b.o: ../FL/Fl_Box.H
+resize-example5b.o: ../FL/fl_casts.H
 resize-example5b.o: ../FL/Fl_Double_Window.H
 resize-example5b.o: ../FL/Fl_Export.H
 resize-example5b.o: ../FL/Fl_Group.H
@@ -1829,6 +1831,7 @@ resize-example5c.o: ../FL/Enumerations.H
 resize-example5c.o: ../FL/Fl.H
 resize-example5c.o: ../FL/Fl_Bitmap.H
 resize-example5c.o: ../FL/Fl_Box.H
+resize-example5c.o: ../FL/fl_casts.H
 resize-example5c.o: ../FL/Fl_Double_Window.H
 resize-example5c.o: ../FL/Fl_Export.H
 resize-example5c.o: ../FL/Fl_Group.H
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.