From 6842a43a3170c6f7a852186d5688baebdac16e2c Mon Sep 17 00:00:00 2001 From: erco77 Date: Tue, 14 Nov 2023 07:01:52 -0800 Subject: Fl_Terminal widget (#800) Pull Fl_Terminal widget from Greg's fork --- test/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index e69b8a9fd..fd6fddf93 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ CPPUNITTEST = \ unittest_viewport.cxx \ unittest_scrollbarsize.cxx \ unittest_schemes.cxx \ - unittest_simple_terminal.cxx \ + unittest_terminal.cxx \ unittest_core.cxx OBJUNITTEST = \ @@ -125,6 +125,7 @@ CPPFILES =\ symbols.cxx \ table.cxx \ tabs.cxx \ + terminal.cxx \ threads.cxx \ tile.cxx \ tiled_image.cxx \ @@ -206,6 +207,7 @@ ALL = \ sudoku$(EXEEXT) \ symbols$(EXEEXT) \ table$(EXEEXT) \ + terminal$(EXEEXT) \ $(THREADS) \ tile$(EXEEXT) \ tiled_image$(EXEEXT) \ @@ -268,6 +270,7 @@ clean: $(RM) radio.cxx radio.h $(RM) resize.cxx resize.h $(RM) tabs.cxx tabs.h + $(RM) terminal.cxx terminal.h $(RM) tree.cxx tree.h $(RM) valuators.cxx valuators.h @@ -618,6 +621,9 @@ table$(EXEEXT): table.o tabs$(EXEEXT): tabs.o tabs.cxx: tabs.fl ../fluid/fluid$(EXEEXT) +terminal$(EXEEXT): terminal.o +terminal.cxx: terminal.fl ../fluid/fluid$(EXEEXT) + threads$(EXEEXT): threads.o # This ensures that we have this dependency even if threads are not # enabled in the current tree... -- cgit v1.2.3