diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-28 00:21:34 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-28 00:21:34 +0000 |
| commit | bbbb477581a4a088f0fa04eeaa6e390b71c4582d (patch) | |
| tree | 5f9e77d937dc566bac442493bf2e0f7ebd5fbf01 /src | |
| parent | 9a376a61da4356f47020418274fbd238a2537ca6 (diff) | |
Prepare src/Makefile to compile Xlib driver files.
We need something simple to decide which files to include in the
compilation. Maybe configure should write some of the well-known
variables like USE_X11 and USE_XFT into the 'makeinclude' file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11070 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 624af5929..a4ed6e2bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -226,6 +226,25 @@ QUARTZCPPFILES = \ drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx \ drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx +# FIXME: +# ------ +# Prepared, but not yet used: Xlib graphics driver files. These files +# are (still) #included, but should be compiled directly. We need to +# take care of ...font_x.cxx and ...font_xft.cxx - only one of these +# files must be compiled and linked. +# +XLIBCPPFILES = \ + drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx \ + drivers/Xlib/Fl_Xlib_Printer_Graphics_Driver.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx \ + drivers/Xlib/Fl_Xlib_Graphics_Driver_line_style.cxx + ################################################################ FLTKFLAGS = -DFL_LIBRARY |
