From 411e73fe242f66b26e98d8689ceb6f9b686c19f9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 27 Jan 2016 22:59:58 +0000 Subject: 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 --- src/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 57a5bae14..624af5929 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) -- cgit v1.2.3