1998-10-20 21:06:19 +00:00
|
|
|
#
|
2016-04-05 23:33:04 +00:00
|
|
|
# Library Makefile for the Fast Light Tool Kit (FLTK).
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
2020-01-13 21:40:20 +00:00
|
|
|
# Copyright 1998-2020 by Bill Spitzak and others.
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
2011-07-19 04:49:30 +00:00
|
|
|
# This library is free software. Distribution and use rights are outlined in
|
|
|
|
|
# the file "COPYING" which should have been included with this file. If this
|
|
|
|
|
# file is missing or damaged, see the license at:
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
2020-07-01 16:03:10 +00:00
|
|
|
# https://www.fltk.org/COPYING.php
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
2020-07-01 16:03:10 +00:00
|
|
|
# Please see the following page on how to report bugs and issues:
|
2005-04-16 00:13:17 +00:00
|
|
|
#
|
2020-07-01 16:03:10 +00:00
|
|
|
# https://www.fltk.org/bugs.php
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
|
|
|
|
|
2020-06-13 13:19:27 +00:00
|
|
|
# Note: see ../configure.ac and/or ../makeinclude for definition of
|
2015-03-25 20:06:54 +00:00
|
|
|
# FL_VERSION (x.y.z), FL_ABI_VERSION (x.y.0), and FL_DSO_VERSION (x.y)
|
2015-03-07 18:37:56 +00:00
|
|
|
|
1998-10-06 18:21:25 +00:00
|
|
|
CPPFILES = \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl.cxx \
|
|
|
|
|
Fl_Adjuster.cxx \
|
|
|
|
|
Fl_Bitmap.cxx \
|
|
|
|
|
Fl_Browser.cxx \
|
|
|
|
|
Fl_Browser_.cxx \
|
|
|
|
|
Fl_Browser_load.cxx \
|
|
|
|
|
Fl_Box.cxx \
|
|
|
|
|
Fl_Button.cxx \
|
|
|
|
|
Fl_Chart.cxx \
|
2001-08-11 14:49:51 +00:00
|
|
|
Fl_Check_Browser.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Check_Button.cxx \
|
|
|
|
|
Fl_Choice.cxx \
|
|
|
|
|
Fl_Clock.cxx \
|
|
|
|
|
Fl_Color_Chooser.cxx \
|
2014-05-23 16:47:21 +00:00
|
|
|
Fl_Copy_Surface.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Counter.cxx \
|
|
|
|
|
Fl_Dial.cxx \
|
2010-03-14 18:07:24 +00:00
|
|
|
Fl_Device.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Double_Window.cxx \
|
2001-09-29 14:38:59 +00:00
|
|
|
Fl_File_Browser.cxx \
|
|
|
|
|
Fl_File_Chooser.cxx \
|
|
|
|
|
Fl_File_Chooser2.cxx \
|
|
|
|
|
Fl_File_Icon.cxx \
|
2002-04-30 21:50:16 +00:00
|
|
|
Fl_File_Input.cxx \
|
2016-02-10 10:38:03 +00:00
|
|
|
Fl_Graphics_Driver.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Group.cxx \
|
2001-09-29 14:38:59 +00:00
|
|
|
Fl_Help_View.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Image.cxx \
|
2014-05-23 16:47:21 +00:00
|
|
|
Fl_Image_Surface.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Input.cxx \
|
|
|
|
|
Fl_Input_.cxx \
|
2017-03-11 23:26:32 +00:00
|
|
|
Fl_Input_Choice.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Light_Button.cxx \
|
|
|
|
|
Fl_Menu.cxx \
|
|
|
|
|
Fl_Menu_.cxx \
|
|
|
|
|
Fl_Menu_Bar.cxx \
|
|
|
|
|
Fl_Menu_Button.cxx \
|
|
|
|
|
Fl_Menu_Window.cxx \
|
|
|
|
|
Fl_Menu_add.cxx \
|
|
|
|
|
Fl_Menu_global.cxx \
|
|
|
|
|
Fl_Multi_Label.cxx \
|
2010-01-13 23:13:59 +00:00
|
|
|
Fl_Native_File_Chooser.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Overlay_Window.cxx \
|
|
|
|
|
Fl_Pack.cxx \
|
2010-05-27 17:24:21 +00:00
|
|
|
Fl_Paged_Device.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Pixmap.cxx \
|
|
|
|
|
Fl_Positioner.cxx \
|
2002-04-28 16:41:17 +00:00
|
|
|
Fl_Preferences.cxx \
|
2010-03-14 18:07:24 +00:00
|
|
|
Fl_Printer.cxx \
|
2001-08-11 14:49:51 +00:00
|
|
|
Fl_Progress.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Repeat_Button.cxx \
|
|
|
|
|
Fl_Return_Button.cxx \
|
|
|
|
|
Fl_Roller.cxx \
|
|
|
|
|
Fl_Round_Button.cxx \
|
2016-02-10 19:49:35 +00:00
|
|
|
Fl_Screen_Driver.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Scroll.cxx \
|
|
|
|
|
Fl_Scrollbar.cxx \
|
2001-11-24 02:46:19 +00:00
|
|
|
Fl_Shared_Image.cxx \
|
2017-10-17 00:28:56 +00:00
|
|
|
Fl_Simple_Terminal.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Single_Window.cxx \
|
|
|
|
|
Fl_Slider.cxx \
|
2017-03-09 22:08:29 +00:00
|
|
|
Fl_Spinner.cxx \
|
2018-04-30 08:36:52 +00:00
|
|
|
Fl_Sys_Menu_Bar.cxx \
|
2016-03-28 09:35:44 +00:00
|
|
|
Fl_System_Driver.cxx \
|
2009-11-14 13:05:37 +00:00
|
|
|
Fl_Table.cxx \
|
|
|
|
|
Fl_Table_Row.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Tabs.cxx \
|
2001-08-04 12:21:34 +00:00
|
|
|
Fl_Text_Buffer.cxx \
|
|
|
|
|
Fl_Text_Display.cxx \
|
|
|
|
|
Fl_Text_Editor.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Tile.cxx \
|
2001-11-24 18:07:58 +00:00
|
|
|
Fl_Tiled_Image.cxx \
|
2009-11-14 15:49:12 +00:00
|
|
|
Fl_Tree.cxx \
|
|
|
|
|
Fl_Tree_Item.cxx \
|
|
|
|
|
Fl_Tree_Item_Array.cxx \
|
|
|
|
|
Fl_Tree_Prefs.cxx \
|
2001-08-01 21:24:49 +00:00
|
|
|
Fl_Tooltip.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Valuator.cxx \
|
|
|
|
|
Fl_Value_Input.cxx \
|
|
|
|
|
Fl_Value_Output.cxx \
|
|
|
|
|
Fl_Value_Slider.cxx \
|
|
|
|
|
Fl_Widget.cxx \
|
2016-02-26 12:51:47 +00:00
|
|
|
Fl_Widget_Surface.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Window.cxx \
|
2016-02-19 21:41:02 +00:00
|
|
|
Fl_Window_Driver.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_Window_fullscreen.cxx \
|
|
|
|
|
Fl_Window_hotspot.cxx \
|
|
|
|
|
Fl_Window_iconize.cxx \
|
2001-08-02 18:39:01 +00:00
|
|
|
Fl_Wizard.cxx \
|
2001-11-24 18:07:58 +00:00
|
|
|
Fl_XBM_Image.cxx \
|
|
|
|
|
Fl_XPM_Image.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_abort.cxx \
|
|
|
|
|
Fl_add_idle.cxx \
|
|
|
|
|
Fl_arg.cxx \
|
2000-02-21 10:30:00 +00:00
|
|
|
Fl_compose.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_display.cxx \
|
|
|
|
|
Fl_get_system_colors.cxx \
|
1999-02-03 08:43:35 +00:00
|
|
|
Fl_grab.cxx \
|
2001-12-06 22:16:49 +00:00
|
|
|
Fl_lock.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
Fl_own_colormap.cxx \
|
|
|
|
|
Fl_visual.cxx \
|
|
|
|
|
filename_absolute.cxx \
|
|
|
|
|
filename_expand.cxx \
|
|
|
|
|
filename_ext.cxx \
|
|
|
|
|
filename_isdir.cxx \
|
|
|
|
|
filename_list.cxx \
|
|
|
|
|
filename_match.cxx \
|
|
|
|
|
filename_setext.cxx \
|
|
|
|
|
fl_arc.cxx \
|
|
|
|
|
fl_ask.cxx \
|
|
|
|
|
fl_boxtype.cxx \
|
|
|
|
|
fl_color.cxx \
|
|
|
|
|
fl_cursor.cxx \
|
|
|
|
|
fl_curve.cxx \
|
|
|
|
|
fl_diamond_box.cxx \
|
|
|
|
|
fl_draw.cxx \
|
|
|
|
|
fl_draw_pixmap.cxx \
|
2006-04-18 13:07:42 +00:00
|
|
|
fl_encoding_latin1.cxx \
|
|
|
|
|
fl_encoding_mac_roman.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
fl_engraved_label.cxx \
|
2001-09-30 12:30:13 +00:00
|
|
|
fl_file_dir.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
fl_font.cxx \
|
2014-02-25 04:24:41 +00:00
|
|
|
fl_gleam.cxx \
|
2006-09-17 14:58:25 +00:00
|
|
|
fl_gtk.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
fl_labeltype.cxx \
|
2007-01-04 14:53:54 +00:00
|
|
|
fl_open_uri.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
fl_oval_box.cxx \
|
|
|
|
|
fl_overlay.cxx \
|
|
|
|
|
fl_overlay_visual.cxx \
|
2001-11-28 21:37:35 +00:00
|
|
|
fl_plastic.cxx \
|
2002-05-30 15:09:03 +00:00
|
|
|
fl_read_image.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
fl_rect.cxx \
|
|
|
|
|
fl_round_box.cxx \
|
|
|
|
|
fl_rounded_box.cxx \
|
|
|
|
|
fl_set_font.cxx \
|
|
|
|
|
fl_scroll_area.cxx \
|
|
|
|
|
fl_shadow_box.cxx \
|
|
|
|
|
fl_shortcut.cxx \
|
|
|
|
|
fl_show_colormap.cxx \
|
|
|
|
|
fl_symbols.cxx \
|
2005-03-31 16:01:24 +00:00
|
|
|
fl_vertex.cxx \
|
2008-09-10 23:56:49 +00:00
|
|
|
screen_xywh.cxx \
|
2020-07-22 03:15:41 +00:00
|
|
|
fl_utf8.cxx \
|
|
|
|
|
fl_string.cxx
|
2014-05-21 04:10:12 +00:00
|
|
|
|
2010-12-17 10:43:41 +00:00
|
|
|
OBJCPPFILES = \
|
2016-02-19 21:41:02 +00:00
|
|
|
Fl_cocoa.mm \
|
2016-03-19 21:15:34 +00:00
|
|
|
drivers/Cocoa/Fl_Cocoa_Printer_Driver.mm \
|
2016-02-19 21:41:02 +00:00
|
|
|
Fl_Native_File_Chooser_MAC.mm \
|
2017-12-02 16:20:30 +00:00
|
|
|
Fl_MacOS_Sys_Menu_Bar.mm
|
2014-05-21 04:10:12 +00:00
|
|
|
|
2002-03-25 21:39:01 +00:00
|
|
|
FLCPPFILES = \
|
2016-11-12 13:28:53 +00:00
|
|
|
forms_compatibility.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
forms_bitmap.cxx \
|
|
|
|
|
forms_free.cxx \
|
|
|
|
|
forms_fselect.cxx \
|
|
|
|
|
forms_pixmap.cxx \
|
2001-08-02 18:08:36 +00:00
|
|
|
forms_timer.cxx
|
|
|
|
|
|
|
|
|
|
GLCPPFILES = \
|
|
|
|
|
Fl_Gl_Choice.cxx \
|
|
|
|
|
Fl_Gl_Overlay.cxx \
|
2010-03-17 14:40:31 +00:00
|
|
|
Fl_Gl_Device_Plugin.cxx \
|
2001-08-02 18:08:36 +00:00
|
|
|
Fl_Gl_Window.cxx \
|
2007-02-01 18:10:07 +00:00
|
|
|
freeglut_geometry.cxx \
|
|
|
|
|
freeglut_stroke_mono_roman.cxx \
|
|
|
|
|
freeglut_stroke_roman.cxx \
|
|
|
|
|
freeglut_teapot.cxx \
|
1998-12-06 14:59:14 +00:00
|
|
|
gl_draw.cxx \
|
|
|
|
|
gl_start.cxx \
|
2016-11-12 13:28:53 +00:00
|
|
|
glut_compatibility.cxx \
|
2016-01-31 00:39:57 +00:00
|
|
|
glut_font.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Display_Device.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx \
|
|
|
|
|
drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2017-08-14 17:10:26 +00:00
|
|
|
# the following file currently doesn't contribute code to GLCPPFILES
|
|
|
|
|
# drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx
|
|
|
|
|
|
2002-06-28 21:04:37 +00:00
|
|
|
IMGCPPFILES = \
|
|
|
|
|
fl_images_core.cxx \
|
2002-08-09 01:09:49 +00:00
|
|
|
Fl_BMP_Image.cxx \
|
2002-06-28 21:04:37 +00:00
|
|
|
Fl_File_Icon2.cxx \
|
2002-08-09 01:09:49 +00:00
|
|
|
Fl_GIF_Image.cxx \
|
2002-09-16 01:35:34 +00:00
|
|
|
Fl_Help_Dialog.cxx \
|
2002-06-28 21:04:37 +00:00
|
|
|
Fl_JPEG_Image.cxx \
|
2002-08-09 01:09:49 +00:00
|
|
|
Fl_PNG_Image.cxx \
|
2017-09-03 13:14:25 +00:00
|
|
|
Fl_PNM_Image.cxx \
|
2020-04-07 08:43:55 +00:00
|
|
|
Fl_Image_Reader.cxx \
|
2020-06-29 09:35:58 +00:00
|
|
|
Fl_SVG_Image.cxx \
|
|
|
|
|
drivers/SVG/Fl_SVG_File_Surface.cxx
|
2002-06-28 21:04:37 +00:00
|
|
|
|
2016-04-07 15:10:30 +00:00
|
|
|
CFILES = fl_call_main.c flstring.c numericsort.c vsnprintf.c
|
2008-09-10 23:56:49 +00:00
|
|
|
|
|
|
|
|
UTF8CFILES = \
|
|
|
|
|
xutf8/case.c \
|
|
|
|
|
xutf8/is_right2left.c \
|
2016-04-05 11:25:35 +00:00
|
|
|
xutf8/is_spacing.c
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2016-01-27 22:59:58 +00:00
|
|
|
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_Graphics_Driver_arci.cxx \
|
2016-02-10 19:49:35 +00:00
|
|
|
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx \
|
2016-03-19 22:22:19 +00:00
|
|
|
drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx \
|
|
|
|
|
drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx \
|
2016-02-10 19:49:35 +00:00
|
|
|
drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx \
|
|
|
|
|
drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \
|
2016-04-11 19:14:47 +00:00
|
|
|
drivers/Posix/Fl_Posix_System_Driver.cxx \
|
2016-04-06 20:30:28 +00:00
|
|
|
drivers/Darwin/Fl_Darwin_System_Driver.cxx \
|
|
|
|
|
Fl_get_key_mac.cxx
|
2016-01-27 22:59:58 +00:00
|
|
|
|
2016-04-05 23:33:04 +00:00
|
|
|
# These C++ files are used under condition: BUILD_X11
|
2016-01-28 00:21:34 +00:00
|
|
|
XLIBCPPFILES = \
|
2016-02-10 10:38:03 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx \
|
2016-01-29 01:05:18 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx \
|
2016-01-28 00:21:34 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx \
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx \
|
2016-01-29 01:05:18 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_line_style.cxx \
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx \
|
2016-02-10 19:49:35 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx \
|
2016-03-19 22:22:19 +00:00
|
|
|
drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx \
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx \
|
2016-02-19 21:41:02 +00:00
|
|
|
drivers/X11/Fl_X11_Window_Driver.cxx \
|
|
|
|
|
drivers/X11/Fl_X11_Screen_Driver.cxx \
|
2016-03-19 21:55:10 +00:00
|
|
|
drivers/Posix/Fl_Posix_System_Driver.cxx \
|
2016-04-11 19:14:47 +00:00
|
|
|
drivers/X11/Fl_X11_System_Driver.cxx \
|
2016-03-25 13:08:48 +00:00
|
|
|
drivers/Posix/Fl_Posix_Printer_Driver.cxx \
|
2016-03-28 17:36:07 +00:00
|
|
|
Fl_x.cxx \
|
2016-04-05 11:25:35 +00:00
|
|
|
fl_dnd_x.cxx \
|
|
|
|
|
Fl_Native_File_Chooser_FLTK.cxx \
|
2016-04-06 20:30:28 +00:00
|
|
|
Fl_Native_File_Chooser_GTK.cxx \
|
|
|
|
|
Fl_get_key.cxx
|
2016-04-05 11:25:35 +00:00
|
|
|
|
2016-04-05 23:33:04 +00:00
|
|
|
# This C file is used under condition: BUILD_X11
|
2016-04-05 11:25:35 +00:00
|
|
|
XLIBCFILES = \
|
2016-04-07 15:10:30 +00:00
|
|
|
xutf8/keysym2Ucs.c \
|
|
|
|
|
scandir_posix.c
|
2016-04-05 23:33:04 +00:00
|
|
|
|
|
|
|
|
# These C files are used under condition: BUILD_X11 AND NOT BUILD_XFT
|
|
|
|
|
XLIBXCFILES = \
|
2016-04-05 11:25:35 +00:00
|
|
|
xutf8/utf8Utils.c \
|
|
|
|
|
xutf8/utf8Wrap.c
|
2016-01-29 01:05:18 +00:00
|
|
|
|
2016-04-05 23:33:04 +00:00
|
|
|
# These C++ files are used under condition: BUILD_X11 AND NOT BUILD_XFT
|
2016-01-29 01:05:18 +00:00
|
|
|
XLIBFONTFILES = \
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx
|
2016-01-28 00:21:34 +00:00
|
|
|
|
2016-04-05 23:33:04 +00:00
|
|
|
# These C++ files are used under condition: BUILD_X11 AND BUILD_XFT
|
2016-01-29 01:05:18 +00:00
|
|
|
XLIBXFTFILES = \
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx
|
|
|
|
|
|
2016-04-05 23:33:04 +00:00
|
|
|
# These C++ files are used under condition: BUILD_GDI
|
2016-01-29 01:05:18 +00:00
|
|
|
GDICPPFILES = \
|
2016-02-10 10:38:03 +00:00
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver.cxx \
|
2016-01-29 01:05:18 +00:00
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx \
|
2016-02-10 19:49:35 +00:00
|
|
|
drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx \
|
2016-03-19 22:22:19 +00:00
|
|
|
drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx \
|
|
|
|
|
drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx \
|
2016-02-19 21:41:02 +00:00
|
|
|
drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx \
|
|
|
|
|
drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \
|
2016-03-18 18:20:11 +00:00
|
|
|
drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \
|
2016-03-25 13:08:48 +00:00
|
|
|
drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx \
|
2016-03-28 17:36:07 +00:00
|
|
|
Fl_win32.cxx \
|
2016-04-05 11:25:35 +00:00
|
|
|
fl_dnd_win32.cxx \
|
2016-04-06 20:30:28 +00:00
|
|
|
Fl_Native_File_Chooser_WIN32.cxx \
|
|
|
|
|
Fl_get_key_win32.cxx
|
2016-01-27 22:59:58 +00:00
|
|
|
|
2016-04-07 15:10:30 +00:00
|
|
|
# These C files are used under condition: BUILD_GDI
|
|
|
|
|
GDICFILES = \
|
|
|
|
|
scandir_win32.c
|
|
|
|
|
|
2016-02-26 15:24:08 +00:00
|
|
|
PSCPPFILES = \
|
|
|
|
|
drivers/PostScript/Fl_PostScript.cxx \
|
2020-06-29 09:35:58 +00:00
|
|
|
drivers/PostScript/Fl_PostScript_image.cxx
|
2016-02-26 15:24:08 +00:00
|
|
|
|
1998-10-06 18:21:25 +00:00
|
|
|
################################################################
|
2010-12-23 14:24:29 +00:00
|
|
|
FLTKFLAGS = -DFL_LIBRARY
|
1998-10-06 18:21:25 +00:00
|
|
|
include ../makeinclude
|
|
|
|
|
|
2016-08-12 16:59:06 +00:00
|
|
|
# makeinclude has set this variable:
|
|
|
|
|
# BUILD = {WIN|X11|XFT|OSX}
|
|
|
|
|
|
|
|
|
|
MMFILES_OSX = $(OBJCPPFILES)
|
|
|
|
|
MMFILES = $(MMFILES_$(BUILD))
|
|
|
|
|
|
2016-02-26 15:24:08 +00:00
|
|
|
CPPFILES += $(PSCPPFILES)
|
2016-08-12 16:59:06 +00:00
|
|
|
CPPFILES_OSX = $(QUARTZCPPFILES)
|
|
|
|
|
|
|
|
|
|
CPPFILES_XFT = $(XLIBCPPFILES) $(XLIBXFTFILES)
|
|
|
|
|
CPPFILES_X11 = $(XLIBCPPFILES) $(XLIBFONTFILES)
|
|
|
|
|
|
|
|
|
|
CPPFILES_WIN = $(GDICPPFILES)
|
|
|
|
|
|
|
|
|
|
CPPFILES += $(CPPFILES_$(BUILD))
|
|
|
|
|
|
2016-01-29 01:05:18 +00:00
|
|
|
|
2016-08-12 16:59:06 +00:00
|
|
|
CFILES_X11 = $(XLIBCFILES) $(XLIBXCFILES)
|
|
|
|
|
CFILES_XFT = $(XLIBCFILES)
|
2016-01-29 01:05:18 +00:00
|
|
|
|
2016-08-12 16:59:06 +00:00
|
|
|
CFILES_WIN = $(GDICFILES)
|
2016-01-29 01:05:18 +00:00
|
|
|
|
2016-08-12 16:59:06 +00:00
|
|
|
CFILES += $(CFILES_$(BUILD))
|
2010-12-17 10:43:41 +00:00
|
|
|
|
2016-04-07 15:10:30 +00:00
|
|
|
|
2010-12-17 10:43:41 +00:00
|
|
|
OBJECTS = $(MMFILES:.mm=.o) $(CPPFILES:.cxx=.o) $(CFILES:.c=.o) $(UTF8CFILES:.c=.o)
|
2001-08-02 18:08:36 +00:00
|
|
|
GLOBJECTS = $(GLCPPFILES:.cxx=.o)
|
2002-03-25 21:39:01 +00:00
|
|
|
FLOBJECTS = $(FLCPPFILES:.cxx=.o)
|
2002-06-28 21:04:37 +00:00
|
|
|
IMGOBJECTS = $(IMGCPPFILES:.cxx=.o)
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2002-06-28 21:04:37 +00:00
|
|
|
all: $(LIBNAME) $(DSONAME) \
|
|
|
|
|
$(FLLIBNAME) $(FLDSONAME) \
|
|
|
|
|
$(GLLIBNAME) $(GLDSONAME) \
|
2016-03-19 21:55:10 +00:00
|
|
|
$(IMGLIBNAME) $(IMGDSONAME)
|
1999-03-09 18:32:44 +00:00
|
|
|
|
2001-08-02 18:08:36 +00:00
|
|
|
$(LIBNAME): $(OBJECTS)
|
2000-04-25 22:17:00 +00:00
|
|
|
echo $(LIBCOMMAND) $@ ...
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2000-04-25 22:17:00 +00:00
|
|
|
$(LIBCOMMAND) $@ $(OBJECTS)
|
|
|
|
|
$(RANLIB) $@
|
1999-03-09 18:32:44 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk.so.$(FL_DSO_VERSION): $(OBJECTS)
|
2000-04-25 22:17:00 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2014-08-21 14:24:19 +00:00
|
|
|
$(DSOCOMMAND) $@ $(OBJECTS) $(LDLIBS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk.so
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk.so.$(FL_DSO_VERSION) libfltk.so
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk.sl.$(FL_DSO_VERSION): $(OBJECTS)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-06-15 05:37:32 +00:00
|
|
|
$(DSOCOMMAND) $@ $(OBJECTS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk.sl
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk.sl.$(FL_DSO_VERSION) libfltk.sl
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk.$(FL_DSO_VERSION).dylib: $(OBJECTS)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-06-15 05:37:32 +00:00
|
|
|
$(DSOCOMMAND) $@ \
|
|
|
|
|
-install_name $(libdir)/$@ \
|
2015-03-07 18:37:56 +00:00
|
|
|
-current_version $(FL_VERSION) \
|
2015-03-25 20:06:54 +00:00
|
|
|
-compatibility_version $(FL_DSO_VERSION).0 \
|
2003-06-15 05:37:32 +00:00
|
|
|
$(OBJECTS) $(LDLIBS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk.dylib
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk.$(FL_DSO_VERSION).dylib libfltk.dylib
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2001-08-02 18:08:36 +00:00
|
|
|
libfltk_s.a: $(OBJECTS)
|
|
|
|
|
echo $(DSOCOMMAND) libfltk_s.o ...
|
2001-08-02 19:43:49 +00:00
|
|
|
$(DSOCOMMAND) libfltk_s.o $(OBJECTS) $(IMAGELIBS)
|
2001-08-02 18:08:36 +00:00
|
|
|
echo $(LIBCOMMAND) libfltk_s.a libfltk_s.o
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2001-08-02 18:08:36 +00:00
|
|
|
$(LIBCOMMAND) libfltk_s.a libfltk_s.o
|
2002-07-14 17:03:31 +00:00
|
|
|
$(CHMOD) +x libfltk_s.a
|
2001-08-02 18:08:36 +00:00
|
|
|
|
2002-03-25 21:39:01 +00:00
|
|
|
$(FLLIBNAME): $(FLOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) $@ ...
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2002-03-25 21:39:01 +00:00
|
|
|
$(LIBCOMMAND) $@ $(FLOBJECTS)
|
|
|
|
|
$(RANLIB) $@
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_forms.so.$(FL_DSO_VERSION): $(FLOBJECTS) libfltk.so.$(FL_DSO_VERSION)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2014-08-21 14:24:19 +00:00
|
|
|
$(DSOCOMMAND) $@ $(FLOBJECTS) -L. -lfltk $(LDLIBS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_forms.so
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_forms.so.$(FL_DSO_VERSION) libfltk_forms.so
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_forms.sl.$(FL_DSO_VERSION): $(FLOBJECTS) libfltk.sl.$(FL_DSO_VERSION)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-08-24 13:09:06 +00:00
|
|
|
$(DSOCOMMAND) $@ $(FLOBJECTS) -L. -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_forms.sl
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_forms.sl.$(FL_DSO_VERSION) libfltk_forms.sl
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_forms.$(FL_DSO_VERSION).dylib: $(FLOBJECTS) libfltk.$(FL_DSO_VERSION).dylib
|
2002-03-25 21:39:01 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-06-15 05:37:32 +00:00
|
|
|
$(DSOCOMMAND) $@ \
|
|
|
|
|
-install_name $(libdir)/$@ \
|
2015-03-07 18:37:56 +00:00
|
|
|
-current_version $(FL_VERSION) \
|
|
|
|
|
-compatibility_version $(FL_ABI_VERSION) \
|
2004-11-20 03:19:59 +00:00
|
|
|
$(FLOBJECTS) -L. $(LDLIBS) -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_forms.dylib
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_forms.$(FL_DSO_VERSION).dylib libfltk_forms.dylib
|
2002-03-25 21:39:01 +00:00
|
|
|
|
|
|
|
|
libfltk_forms_s.a: $(FLOBJECTS)
|
|
|
|
|
echo $(DSOCOMMAND) libfltk_forms_s.o ...
|
|
|
|
|
$(DSOCOMMAND) libfltk_forms_s.o $(FLOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) libfltk_forms_s.a libfltk_forms_s.o
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2002-03-25 21:39:01 +00:00
|
|
|
$(LIBCOMMAND) libfltk_forms_s.a libfltk_forms_s.o
|
2002-07-14 17:03:31 +00:00
|
|
|
$(CHMOD) +x libfltk_forms_s.a
|
2002-03-25 21:39:01 +00:00
|
|
|
|
2001-08-02 18:08:36 +00:00
|
|
|
$(GLLIBNAME): $(GLOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) $@ ...
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2001-08-02 18:08:36 +00:00
|
|
|
$(LIBCOMMAND) $@ $(GLOBJECTS)
|
|
|
|
|
$(RANLIB) $@
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_gl.so.$(FL_DSO_VERSION): $(GLOBJECTS) libfltk.so.$(FL_DSO_VERSION)
|
2001-08-02 18:08:36 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2014-08-21 14:24:19 +00:00
|
|
|
$(DSOCOMMAND) $@ $(GLOBJECTS) -L. -lfltk $(LDLIBS) $(GLDLIBS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_gl.so
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_gl.so.$(FL_DSO_VERSION) libfltk_gl.so
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_gl.sl.$(FL_DSO_VERSION): $(GLOBJECTS) libfltk.sl.$(FL_DSO_VERSION)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-08-24 13:09:06 +00:00
|
|
|
$(DSOCOMMAND) $@ $(GLOBJECTS) -L. -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_gl.sl
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_gl.sl.$(FL_DSO_VERSION) libfltk_gl.sl
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_gl.$(FL_DSO_VERSION).dylib: $(GLOBJECTS) libfltk.$(FL_DSO_VERSION).dylib
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-06-15 05:37:32 +00:00
|
|
|
$(DSOCOMMAND) $@ \
|
|
|
|
|
-install_name $(libdir)/$@ \
|
2015-03-07 18:37:56 +00:00
|
|
|
-current_version $(FL_VERSION) \
|
|
|
|
|
-compatibility_version $(FL_ABI_VERSION) \
|
2004-11-20 03:19:59 +00:00
|
|
|
$(GLOBJECTS) -L. $(GLDLIBS) -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_gl.dylib
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_gl.$(FL_DSO_VERSION).dylib libfltk_gl.dylib
|
2001-08-02 18:08:36 +00:00
|
|
|
|
2001-09-29 15:57:32 +00:00
|
|
|
libfltk_gl_s.a: $(GLOBJECTS)
|
|
|
|
|
echo $(DSOCOMMAND) libfltk_gl_s.o ...
|
|
|
|
|
$(DSOCOMMAND) libfltk_gl_s.o $(GLOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) libfltk_gl_s.a libfltk_gl_s.o
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2001-09-29 15:57:32 +00:00
|
|
|
$(LIBCOMMAND) libfltk_gl_s.a libfltk_gl_s.o
|
2002-07-14 17:03:31 +00:00
|
|
|
$(CHMOD) +x libfltk_gl_s.a
|
2001-08-02 18:08:36 +00:00
|
|
|
|
2002-06-28 21:04:37 +00:00
|
|
|
$(IMGLIBNAME): $(IMGOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) $@ ...
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2002-06-28 21:04:37 +00:00
|
|
|
$(LIBCOMMAND) $@ $(IMGOBJECTS)
|
|
|
|
|
$(RANLIB) $@
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_images.so.$(FL_DSO_VERSION): $(IMGOBJECTS) libfltk.so.$(FL_DSO_VERSION)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2014-08-21 14:24:19 +00:00
|
|
|
$(DSOCOMMAND) $@ $(IMGOBJECTS) -L. $(IMAGELIBS) -lfltk $(LDLIBS)
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_images.so
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_images.so.$(FL_DSO_VERSION) libfltk_images.so
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_images.sl.$(FL_DSO_VERSION): $(IMGOBJECTS) libfltk.sl.$(FL_DSO_VERSION)
|
2002-07-14 17:03:31 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2005-08-08 00:44:38 +00:00
|
|
|
$(DSOCOMMAND) $@ $(IMGOBJECTS) -L. $(IMAGELIBS) -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_images.sl
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_images.sl.$(FL_DSO_VERSION) libfltk_images.sl
|
2002-07-14 17:03:31 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
libfltk_images.$(FL_DSO_VERSION).dylib: $(IMGOBJECTS) libfltk.$(FL_DSO_VERSION).dylib
|
2002-06-28 21:04:37 +00:00
|
|
|
echo $(DSOCOMMAND) $@ ...
|
2003-06-15 05:37:32 +00:00
|
|
|
$(DSOCOMMAND) $@ \
|
|
|
|
|
-install_name $(libdir)/$@ \
|
2015-03-07 18:37:56 +00:00
|
|
|
-current_version $(FL_VERSION) \
|
|
|
|
|
-compatibility_version $(FL_ABI_VERSION) \
|
2006-08-12 11:05:04 +00:00
|
|
|
$(IMGOBJECTS) -L. $(LDLIBS) $(IMAGELIBS) -lfltk
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) libfltk_images.dylib
|
2015-03-25 20:06:54 +00:00
|
|
|
$(LN) libfltk_images.$(FL_DSO_VERSION).dylib libfltk_images.dylib
|
2002-06-28 21:04:37 +00:00
|
|
|
|
|
|
|
|
libfltk_images_s.a: $(IMGOBJECTS)
|
|
|
|
|
echo $(DSOCOMMAND) libfltk_images_s.o ...
|
|
|
|
|
$(DSOCOMMAND) libfltk_images_s.o $(IMGOBJECTS)
|
|
|
|
|
echo $(LIBCOMMAND) libfltk_images_s.a libfltk_images_s.o
|
2004-07-23 19:26:27 +00:00
|
|
|
$(RM) $@
|
2002-06-28 21:04:37 +00:00
|
|
|
$(LIBCOMMAND) libfltk_images_s.a libfltk_images_s.o
|
2002-07-14 17:03:31 +00:00
|
|
|
$(CHMOD) +x libfltk_images_s.a
|
2002-06-28 21:04:37 +00:00
|
|
|
|
2007-02-02 20:23:31 +00:00
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
# - the import libraries libfltk*.dll.a and the .dll files
|
|
|
|
|
# are created from the libfltk*.a files. They are built
|
|
|
|
|
# into the src dir.
|
|
|
|
|
# - The _images, _gl, _forms and dlls must be linked
|
|
|
|
|
# against the import libraries in the src dir.
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
|
2009-02-14 14:34:32 +00:00
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
# cygwin GDI shared libraries
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltknox-$(FL_DSO_VERSION).dll: $(LIBNAME)
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(LIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(LIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk.dll.a $(LDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltknox_forms-$(FL_DSO_VERSION).dll: $(FLLIBNAME) cygfltknox-$(FL_DSO_VERSION).dll
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(FLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(FLLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_forms.dll.a \
|
2007-02-02 20:23:31 +00:00
|
|
|
-L. -lfltk $(LDLIBS)
|
2005-08-08 00:54:30 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltknox_gl-$(FL_DSO_VERSION).dll: $(GLLIBNAME) cygfltknox-$(FL_DSO_VERSION).dll
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(GLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(GLLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_gl.dll.a \
|
2007-02-02 20:23:31 +00:00
|
|
|
-L. -lfltk $(GLDLIBS)
|
2005-08-08 00:54:30 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltknox_images-$(FL_DSO_VERSION).dll: $(IMGLIBNAME) cygfltknox-$(FL_DSO_VERSION).dll
|
2007-02-08 21:22:32 +00:00
|
|
|
echo $(DSOCOMMAND) $(IMGLIBNAME) ...
|
2007-02-02 20:23:31 +00:00
|
|
|
$(DSOCOMMAND) $(IMGLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_images.dll.a \
|
2007-02-08 21:22:32 +00:00
|
|
|
-L. -lfltk -Wl,--exclude-libs -Wl,libfltk_png.a \
|
|
|
|
|
$(IMAGELIBS) $(LDLIBS)
|
2005-08-08 00:54:30 +00:00
|
|
|
|
2009-02-14 14:34:32 +00:00
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
# cygwin X11 shared libraries
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltk-$(FL_DSO_VERSION).dll: $(LIBNAME)
|
2009-02-14 14:34:32 +00:00
|
|
|
echo $(DSOCOMMAND) $(LIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(LIBNAME) -Wl,--no-whole-archive \
|
|
|
|
|
-Wl,--out-implib=libfltk.dll.a $(LDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltk_forms-$(FL_DSO_VERSION).dll: $(FLLIBNAME) cygfltk-$(FL_DSO_VERSION).dll
|
2009-02-14 14:34:32 +00:00
|
|
|
echo $(DSOCOMMAND) $(FLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(FLLIBNAME) -Wl,--no-whole-archive \
|
|
|
|
|
-Wl,--out-implib=libfltk_forms.dll.a \
|
|
|
|
|
-L. -lfltk $(LDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltk_gl-$(FL_DSO_VERSION).dll: $(GLLIBNAME) cygfltk-$(FL_DSO_VERSION).dll
|
2009-02-14 14:34:32 +00:00
|
|
|
echo $(DSOCOMMAND) $(GLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(GLLIBNAME) -Wl,--no-whole-archive \
|
|
|
|
|
-Wl,--out-implib=libfltk_gl.dll.a \
|
|
|
|
|
-L. -lfltk $(GLDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
cygfltk_images-$(FL_DSO_VERSION).dll: $(IMGLIBNAME) cygfltk-$(FL_DSO_VERSION).dll
|
2009-02-14 14:34:32 +00:00
|
|
|
echo $(DSOCOMMAND) $(IMGLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(IMGLIBNAME) -Wl,--no-whole-archive \
|
|
|
|
|
-Wl,--out-implib=libfltk_images.dll.a \
|
|
|
|
|
-L. -lfltk -Wl,--exclude-libs -Wl,libfltk_png.a \
|
|
|
|
|
$(IMAGELIBS) $(LDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
mgwfltknox-$(FL_DSO_VERSION).dll: $(LIBNAME)
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(LIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(LIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk.dll.a $(LDLIBS)
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
mgwfltknox_forms-$(FL_DSO_VERSION).dll: $(FLLIBNAME) mgwfltknox-$(FL_DSO_VERSION).dll
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(FLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(FLLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_forms.dll.a \
|
2007-02-02 20:23:31 +00:00
|
|
|
-L. -lfltk $(LDLIBS)
|
2005-08-08 00:54:30 +00:00
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
mgwfltknox_gl-$(FL_DSO_VERSION).dll: $(GLLIBNAME) mgwfltknox-$(FL_DSO_VERSION).dll
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(GLLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(GLLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_gl.dll.a \
|
2007-02-02 20:23:31 +00:00
|
|
|
-L. -lfltk $(GLDLIBS)
|
2005-08-08 00:54:30 +00:00
|
|
|
|
2007-02-08 21:22:32 +00:00
|
|
|
#-----------------------------------------------------
|
|
|
|
|
# See STR #1585 for --exclude-libs
|
|
|
|
|
#-----------------------------------------------------
|
|
|
|
|
|
2015-03-25 20:06:54 +00:00
|
|
|
mgwfltknox_images-$(FL_DSO_VERSION).dll: $(IMGLIBNAME) mgwfltknox-$(FL_DSO_VERSION).dll
|
2007-02-02 20:23:31 +00:00
|
|
|
echo $(DSOCOMMAND) $(IMGLIBNAME) ...
|
|
|
|
|
$(DSOCOMMAND) $(IMGLIBNAME) -Wl,--no-whole-archive \
|
2005-08-08 00:54:30 +00:00
|
|
|
-Wl,--out-implib=libfltk_images.dll.a \
|
2007-02-08 21:22:32 +00:00
|
|
|
-L. -lfltk -Wl,--exclude-libs -Wl,libfltk_png.a \
|
|
|
|
|
$(IMAGELIBS) $(LDLIBS)
|
2002-06-28 21:04:37 +00:00
|
|
|
|
2020-09-16 10:14:22 +00:00
|
|
|
# Note: The rebuild target can only be used if you have the original .fl
|
|
|
|
|
# files. This is normally only used by the FLTK maintainers...
|
|
|
|
|
# It *must* be executed *after* fluid has been built and
|
|
|
|
|
# the libs must be rebuilt if any {.fl|.cxx|.h} files were changed.
|
|
|
|
|
|
|
|
|
|
rebuild:
|
|
|
|
|
echo 'Rebuilding fluid (.fl) and .cxx/.h files from .fl files ...'
|
|
|
|
|
../fluid/fluid$(EXEEXT) -u -c Fl_File_Chooser.fl
|
|
|
|
|
../fluid/fluid$(EXEEXT) -u -c Fl_Help_Dialog.fl
|
|
|
|
|
|
2005-04-16 00:01:49 +00:00
|
|
|
clean:
|
2016-02-27 01:24:32 +00:00
|
|
|
-$(RM) *.o xutf8/*.o *.dll.a core.* *~ *.bak *.bck
|
|
|
|
|
-$(RM) drivers/Cocoa/*.o
|
|
|
|
|
-$(RM) drivers/Darwin/*.o
|
|
|
|
|
-$(RM) drivers/GDI/*.o
|
|
|
|
|
-$(RM) drivers/OpenGL/*.o
|
|
|
|
|
-$(RM) drivers/Posix/*.o
|
2016-02-27 01:28:02 +00:00
|
|
|
-$(RM) drivers/PostScript/*.o
|
2016-02-27 01:24:32 +00:00
|
|
|
-$(RM) drivers/Quartz/*.o
|
2020-07-20 12:23:17 +00:00
|
|
|
-$(RM) drivers/SVG/*.o
|
2016-02-27 01:24:32 +00:00
|
|
|
-$(RM) drivers/WinAPI/*.o
|
|
|
|
|
-$(RM) drivers/X11/*.o
|
|
|
|
|
-$(RM) drivers/Xlib/*.o
|
|
|
|
|
-$(RM) $(DSONAME) $(FLDSONAME) $(GLDSONAME) $(IMGDSONAME) \
|
2008-02-27 15:00:31 +00:00
|
|
|
$(LIBNAME) $(FLLIBNAME) $(GLLIBNAME) \
|
|
|
|
|
$(IMGLIBNAME) \
|
2002-06-28 21:04:37 +00:00
|
|
|
libfltk.so libfltk_forms.so libfltk_gl.so libfltk_images.so \
|
|
|
|
|
libfltk.sl libfltk_forms.sl libfltk_gl.sl libfltk_images.sl \
|
2002-07-14 17:03:31 +00:00
|
|
|
libfltk.dylib libfltk_forms.dylib \
|
|
|
|
|
libfltk_gl.dylib libfltk_images.dylib \
|
2005-04-16 00:01:49 +00:00
|
|
|
cmap core
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2016-04-05 11:25:35 +00:00
|
|
|
depend: $(CPPFILES) $(MMFILES) $(FLCPPFILES) $(GLCPPFILES) $(IMGCPPFILES) $(CFILES) $(UTF8CFILES) $(XLIBCFILES)
|
2019-01-18 14:44:24 +00:00
|
|
|
makedepend -Y -I.. -f makedepend -w 20 $(CPPFILES) $(MMFILES) $(FLCPPFILES) \
|
2016-04-05 11:25:35 +00:00
|
|
|
$(GLCPPFILES) $(IMGCPPFILES) $(CFILES) $(UTF8CFILES) $(XLIBCFILES)
|
2019-01-18 14:44:24 +00:00
|
|
|
echo "# DO NOT DELETE THIS LINE -- make depend depends on it." > makedepend.tmp
|
|
|
|
|
echo "" >> makedepend.tmp
|
2020-06-13 10:50:06 +00:00
|
|
|
grep '^[a-zA-Z]' makedepend | ( LC_ALL=C sort -u -f >> makedepend.tmp; )
|
2019-01-18 14:44:24 +00:00
|
|
|
mv makedepend.tmp makedepend
|
2000-04-25 22:17:00 +00:00
|
|
|
|
2010-01-27 20:16:38 +00:00
|
|
|
# Automatically generated dependencies... generated on a Linux/Unix host !
|
1998-10-06 18:21:25 +00:00
|
|
|
include makedepend
|
|
|
|
|
|
2001-11-27 17:44:08 +00:00
|
|
|
# These dependencies aren't part of the makedepend file since
|
2018-02-09 14:39:42 +00:00
|
|
|
# they are part of the Windows and MacOS code base...
|
2010-01-27 20:16:38 +00:00
|
|
|
# Please add only non-Linux/Unix files or such that are optional
|
2019-03-28 11:03:42 +00:00
|
|
|
# (like "*non-Xft*") here:
|
2016-04-06 20:30:28 +00:00
|
|
|
Fl_get_key_mac.o: Fl_get_key_mac.cxx
|
|
|
|
|
Fl_get_key_win32.o: Fl_get_key_win32.cxx
|
2016-04-07 15:16:16 +00:00
|
|
|
scandir_win32.o: scandir_win32.c
|
2019-03-28 11:03:42 +00:00
|
|
|
Fl_Native_File_Chooser_WIN32.o: Fl_Native_File_Chooser_WIN32.cxx
|
2010-12-17 10:43:41 +00:00
|
|
|
Fl_Native_File_Chooser_MAC.o: Fl_Native_File_Chooser_MAC.mm
|
2016-04-05 11:25:35 +00:00
|
|
|
Fl_Native_File_Chooser_FLTK.o: Fl_Native_File_Chooser_FLTK.cxx
|
|
|
|
|
Fl_Native_File_Chooser_GTK.o: Fl_Native_File_Chooser_GTK.cxx
|
2016-03-25 13:08:48 +00:00
|
|
|
Fl_win32.o: Fl_win32.cxx
|
2010-12-17 10:43:41 +00:00
|
|
|
Fl_cocoa.o: Fl_cocoa.mm
|
2016-03-19 21:55:10 +00:00
|
|
|
fl_color.o:
|
2016-04-05 11:25:35 +00:00
|
|
|
fl_dnd_win32.o: fl_dnd_win32.cxx
|
|
|
|
|
fl_dnd_x.o: fl_dnd_x.cxx
|
2016-03-19 21:55:10 +00:00
|
|
|
Fl_Printer.o: ../src/drivers/PostScript/Fl_PostScript.cxx
|
2010-12-17 10:43:41 +00:00
|
|
|
Fl_Quartz_Printer.o: Fl_Quartz_Printer.mm
|
2001-12-09 20:26:24 +00:00
|
|
|
fl_arci.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_arg.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_ask.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Bitmap.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_color.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_cursor.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Double_Window.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_draw_image.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_draw_pixmap.o: ../FL/mac.H ../FL/win32.H
|
2006-04-18 13:07:42 +00:00
|
|
|
fl_encoding_latin1.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_encoding_mac_roman.o: ../FL/mac.H ../FL/win32.H
|
2001-12-09 20:26:24 +00:00
|
|
|
Fl_File_Chooser2.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_font.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_get_system_colors.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Gl_Choice.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Gl_Overlay.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Gl_Window.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_grab.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Image.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_line_style.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Menu_Window.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_overlay.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_overlay_visual.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Overlay_Window.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_own_colormap.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Pixmap.o: ../FL/mac.H ../FL/win32.H
|
2010-03-14 18:07:24 +00:00
|
|
|
Fl_Printer.o: ../FL/mac.H ../FL/win32.H
|
2001-12-09 20:26:24 +00:00
|
|
|
fl_rect.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_scroll_area.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_set_font.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_set_fonts.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_shortcut.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
fl_vertex.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_visual.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Window_fullscreen.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
Fl_Window_iconize.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
gl_draw.o: ../FL/mac.H ../FL/win32.H
|
|
|
|
|
gl_start.o: ../FL/mac.H ../FL/win32.H
|
2019-03-28 11:03:42 +00:00
|
|
|
# these additional dependencies are for non-Xft builds on Linux/Unix
|
|
|
|
|
drivers/X11/Fl_X11_Screen_Driver.o: Xutf8.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../config.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: drivers/Xlib/Fl_Font.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: drivers/Xlib/Fl_Xlib_Graphics_Driver.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/abi-version.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Enumerations.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Bitmap.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Device.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/fl_draw.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Export.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Graphics_Driver.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Image.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Pixmap.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Plugin.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Preferences.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_RGB_Image.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/fl_types.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/fl_utf8.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/Fl_Widget.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/platform.H
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: ../FL/platform_types.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: flstring.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.o: Xutf8.h
|
|
|
|
|
drivers/Xlib/Fl_Xlib_Graphics_Driver.o: Xutf8.h
|
|
|
|
|
gl_draw.o: Xutf8.h
|
|
|
|
|
xutf8/utf8Utils.o: ../FL/Fl_Export.H
|
|
|
|
|
xutf8/utf8Utils.o: Xutf8.h
|
|
|
|
|
xutf8/utf8Wrap.o: ../FL/Fl_Export.H
|
|
|
|
|
xutf8/utf8Wrap.o: utf8_internal.h
|
|
|
|
|
xutf8/utf8Wrap.o: Xutf8.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/headers/dingbats_.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/headers/symbol_.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/big5.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/cp1251.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/cp936ext.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/gb2312.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_10.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_11.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_13.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_14.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_15.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_2.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_3.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_4.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_5.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_6.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_7.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_8.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/iso8859_9.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/jisx0201.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/jisx0208.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/jisx0212.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/koi8_r.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/koi8_u.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/lcUniConv/ksc5601.h
|
|
|
|
|
xutf8/utf8Wrap.o: xutf8/ucs2fontmap.c
|
2001-11-27 17:44:08 +00:00
|
|
|
|
1998-10-06 18:21:25 +00:00
|
|
|
################################################################
|
|
|
|
|
|
2002-06-28 21:04:37 +00:00
|
|
|
install: $(LIBNAME) $(DSONAME) \
|
|
|
|
|
$(FLLIBNAME) $(FLDSONAME) \
|
|
|
|
|
$(GLLIBNAME) $(GLDSONAME) \
|
2016-03-19 21:55:10 +00:00
|
|
|
$(IMGLIBNAME) $(IMGDSONAME)
|
2004-10-18 20:22:25 +00:00
|
|
|
echo "Installing libraries in $(DESTDIR)$(libdir)..."
|
2007-02-06 19:35:28 +00:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(libdir)
|
|
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(bindir)
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/$(LIBBASENAME)
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(LIBNAME) $(DESTDIR)$(libdir)
|
|
|
|
|
$(INSTALL_LIB) $(FLLIBNAME) $(DESTDIR)$(libdir)
|
|
|
|
|
$(INSTALL_LIB) $(IMGLIBNAME) $(DESTDIR)$(libdir)
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RANLIB) $(DESTDIR)$(libdir)/$(LIBBASENAME)
|
|
|
|
|
$(RANLIB) $(DESTDIR)$(libdir)/$(FLLIBBASENAME)
|
2002-01-17 23:43:49 +00:00
|
|
|
if test x$(GLLIBNAME) != x; then \
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(GLLIBNAME) $(DESTDIR)$(libdir); \
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RANLIB) $(DESTDIR)$(libdir)/$(GLLIBBASENAME); \
|
2002-01-17 23:43:49 +00:00
|
|
|
fi
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RANLIB) $(DESTDIR)$(libdir)/$(IMGLIBBASENAME)
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.so*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk.so;\
|
1999-02-22 18:05:20 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.sl*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk.sl;\
|
2001-08-02 18:08:36 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.*dylib;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir)/libfltk.dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2001-08-02 18:08:36 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_s.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_s.a $(DESTDIR)$(libdir); \
|
2001-08-02 18:08:36 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xcygfltknox-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(DSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(DSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xmgwfltknox-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(DSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(DSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.so*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_forms.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_forms.so;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.sl*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_forms.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_forms.sl;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.*dylib;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_forms.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir)/libfltk_forms.dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
|
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms_s.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms_s.a $(DESTDIR)$(libdir); \
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xcygfltknox_forms-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(FLDSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(FLDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xmgwfltknox_forms-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(FLDSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(FLDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_forms.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.so*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_gl.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_gl.so;\
|
2001-08-02 18:08:36 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.sl*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_gl.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_gl.sl;\
|
2001-08-02 18:08:36 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.*dylib;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_gl.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir)/libfltk_gl.dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2001-09-29 15:57:32 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl_s.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl_s.a $(DESTDIR)$(libdir); \
|
1999-02-22 18:05:20 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xcygfltknox_gl-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(GLDSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(GLDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xmgwfltknox_gl-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(GLDSONAME);\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(GLDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_gl.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.so*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_images.so.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_images.so;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.sl*;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_images.sl.$(FL_DSO_VERSION) $(DESTDIR)$(libdir)/libfltk_images.sl;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.*dylib;\
|
2015-03-25 20:06:54 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir); \
|
|
|
|
|
$(LN) libfltk_images.$(FL_DSO_VERSION).dylib $(DESTDIR)$(libdir)/libfltk_images.dylib;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
|
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images_s.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images_s.a $(DESTDIR)$(libdir); \
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xcygfltknox_images-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(IMGDSONAME); \
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(IMGDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xmgwfltknox_images-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(IMGDSONAME); \
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) $(IMGDSONAME) $(DESTDIR)$(bindir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.dll.a;\
|
2007-02-06 19:35:28 +00:00
|
|
|
$(INSTALL_LIB) libfltk_images.dll.a $(DESTDIR)$(libdir); \
|
2005-08-08 00:54:30 +00:00
|
|
|
fi
|
2001-11-19 21:25:35 +00:00
|
|
|
|
Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib
+ added new USE_CAIRO config preprocessor def.
to differentiate from HAVE_CAIRO so that we can use the cairo lib
without forcing the full fltk lib to be linked against it.
In that case, cairo autolink context functionality which needs fltk lib
instrumentation is disabled.
+ added new --enable-cairoext, which correspond to previous --enable-cairo.
now, --enable-cairo only adds HAVE_CAIRO def. and keeps fltk lib
from referencing cairo.
In both cases (--enable-cairo & --enable-cairoext), a new fltk_cairo lib is
created. This lib, similarly to local versions of png,jpeg and zlib,
is not generated if cairo is not enabled.
+ added cairo to fltk-config : now new --use-cairo flag is available
+ modified all unix like makefiles to now generate minimum cairo deps and also
new libfltk_cairo lib.
+ added new cairo subdir to permit conditional fltk_cairo lib generation.
+ vc2005 project minimum update to compile without be broken, but still needs
to create a similar fltk_cairo independent lib. For now, it works as before
with a dedicated cairo env. similar to --enable-cairoext context in unix.
+ regression tested ok with cairo disabled on win32, mac osx, mingw.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6462 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2008-10-19 01:42:35 +00:00
|
|
|
|
2001-11-19 21:25:35 +00:00
|
|
|
uninstall:
|
|
|
|
|
echo "Uninstalling libraries..."
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/$(LIBBASENAME)
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.so*;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.sl*;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.*dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2001-11-19 21:25:35 +00:00
|
|
|
if test x$(DSONAME) = xlibfltk_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_s.a;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xcygfltknox-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(DSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xcygfltk-$(FL_DSO_VERSION).dll; then\
|
2009-02-14 14:34:32 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(DSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(DSONAME) = xmgwfltknox-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(DSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk.dll.a;\
|
|
|
|
|
fi
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/$(FLLIBBASENAME);
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.so*;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.sl*;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.*dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
|
|
|
|
if test x$(FLDSONAME) = xlibfltk_forms_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms_s.a;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xcygfltknox_forms-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(FLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xcygfltk_forms-$(FL_DSO_VERSION).dll; then\
|
2009-02-14 14:34:32 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(FLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(FLDSONAME) = xmgwfltknox_forms-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(FLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_forms.dll.a;\
|
|
|
|
|
fi
|
2001-12-10 14:46:04 +00:00
|
|
|
if test x$(GLLIBNAME) != x; then\
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/$(GLLIBBASENAME);\
|
2001-12-10 14:46:04 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.so*;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.sl*;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.*dylib;\
|
2002-03-25 21:39:01 +00:00
|
|
|
fi
|
2001-11-19 21:25:35 +00:00
|
|
|
if test x$(GLDSONAME) = xlibfltk_gl_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl_s.a;\
|
2001-11-19 21:25:35 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xcygfltknox_gl-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(GLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xcygfltk_gl-$(FL_DSO_VERSION).dll; then\
|
2009-02-14 14:34:32 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(GLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(GLDSONAME) = xmgwfltknox_gl-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(GLDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_gl.dll.a;\
|
|
|
|
|
fi
|
2002-06-28 21:04:37 +00:00
|
|
|
if test x$(IMGLIBNAME) != x; then\
|
2008-12-29 19:45:46 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/$(IMGLIBBASENAME);\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.so.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.so*;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.sl.$(FL_DSO_VERSION); then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.sl*;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images.$(FL_DSO_VERSION).dylib; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.*dylib;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
|
|
|
|
if test x$(IMGDSONAME) = xlibfltk_images_s.a; then\
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images_s.a;\
|
2002-06-28 21:04:37 +00:00
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xcygfltknox_images-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(IMGDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xcygfltk_images-$(FL_DSO_VERSION).dll; then\
|
2009-02-14 14:34:32 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(IMGDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.dll.a;\
|
|
|
|
|
fi
|
2015-03-25 20:06:54 +00:00
|
|
|
if test x$(IMGDSONAME) = xmgwfltknox_images-$(FL_DSO_VERSION).dll; then\
|
2005-08-08 00:54:30 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/$(IMGDSONAME); \
|
|
|
|
|
$(RM) $(DESTDIR)$(libdir)/libfltk_images.dll.a;\
|
|
|
|
|
fi
|