summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-15 14:09:40 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-15 14:09:50 +0100
commit1fbcae13bdd0d7cbca12baaadc2a10864ea1aeb6 (patch)
treedcf9bc6730ea534fcfb3ca5d3a271084f3d1b9ae /src/Makefile
parenta3cb4af739f88e8470fe5d201ba6ddcebafe7657 (diff)
Create class Fl_Cairo_Graphics_Driver.
That class is extracted from inside Fl_PostScript_Graphics_Driver and might become handy in the future.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 00e02c0a8..1415be133 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -283,7 +283,8 @@ XLIBFONTFILES = \
# These C++ files are used under condition: BUILD_X11 AND BUILD_XFT
XLIBXFTFILES = \
- drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx
+ drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx \
+ drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx
# These C++ files are used under condition: BUILD_GDI
GDICPPFILES = \
@@ -601,6 +602,7 @@ rebuild:
clean:
-$(RM) *.o xutf8/*.o *.dll.a core.* *~ *.bak *.bck
+ -$(RM) drivers/Cairo/*.o
-$(RM) drivers/Cocoa/*.o
-$(RM) drivers/Darwin/*.o
-$(RM) drivers/GDI/*.o