Messed up Makefiles in order to compile on OS X with carved out Graphics Driver

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11066 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2016-01-27 22:59:58 +00:00
parent 780f43a4f1
commit 411e73fe24
10 changed files with 22 additions and 9 deletions

View File

@ -215,10 +215,23 @@ UTF8CFILES = \
xutf8/utf8Utils.c \
xutf8/utf8Wrap.c
QUARTZCPPFILES = \
drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx \
drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
################################################################
FLTKFLAGS = -DFL_LIBRARY
include ../makeinclude
CPPFILES += $(shell if test $(USEMMFILES) = Yes; then echo $(QUARTZCPPFILES); fi)
MMFILES = $(shell if test $(USEMMFILES) = Yes; then echo $(OBJCPPFILES); fi)
OBJECTS = $(MMFILES:.mm=.o) $(CPPFILES:.cxx=.o) $(CFILES:.c=.o) $(UTF8CFILES:.c=.o)

View File

@ -22,7 +22,7 @@
\brief Definition of Apple Quartz graphics driver.
*/
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#ifndef FL_QUARTZ_GRAPHICS_DRIVER_H

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include "Fl_Quartz_Graphics_Driver.h"

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
// The fltk "colormap". This allows ui colors to be stored in 8-bit

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include "Fl_Quartz_Graphics_Driver.h"

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include "Fl_Quartz_Graphics_Driver.h"

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include <FL/fl_draw.h>

View File

@ -17,7 +17,7 @@
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include <FL/Fl.H>

View File

@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
/**

View File

@ -17,7 +17,7 @@
//
#include "config_lib.h"
#include "../../config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include "Fl_Quartz_Printer_Graphics_Driver.h"