mirror of https://github.com/fltk/fltk
Update dependencies
Note: these dependencies are not complete and will likely never be because they depend on different configurations.
This commit is contained in:
parent
d018aca37c
commit
f78ef314aa
|
@ -1,3 +1,17 @@
|
|||
# DO NOT DELETE
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
Fl_Cairo.o: ../config.h ../FL/Fl_Export.H
|
||||
Fl_Cairo.o: ../config.h
|
||||
Fl_Cairo.o: ../FL/abi-version.h
|
||||
Fl_Cairo.o: ../FL/Enumerations.H
|
||||
Fl_Cairo.o: ../FL/Fl_Bitmap.H
|
||||
Fl_Cairo.o: ../FL/Fl_Cairo.H
|
||||
Fl_Cairo.o: ../FL/Fl_Export.H
|
||||
Fl_Cairo.o: ../FL/Fl_Group.H
|
||||
Fl_Cairo.o: ../FL/Fl.H
|
||||
Fl_Cairo.o: ../FL/Fl_Image.H
|
||||
Fl_Cairo.o: ../FL/fl_types.h
|
||||
Fl_Cairo.o: ../FL/fl_utf8.h
|
||||
Fl_Cairo.o: ../FL/Fl_Widget.H
|
||||
Fl_Cairo.o: ../FL/Fl_Window.H
|
||||
Fl_Cairo.o: ../FL/platform.H
|
||||
Fl_Cairo.o: ../FL/platform_types.h
|
||||
|
|
|
@ -2504,7 +2504,6 @@ Fl_Screen_Driver.o: ../FL/Fl_Valuator.H
|
|||
Fl_Screen_Driver.o: ../FL/Fl_Widget.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Widget_Surface.H
|
||||
Fl_Screen_Driver.o: ../FL/Fl_Window.H
|
||||
Fl_Screen_Driver.o: ../FL/platform.H
|
||||
Fl_Screen_Driver.o: ../FL/platform_types.h
|
||||
Fl_Screen_Driver.o: Fl_Screen_Driver.H
|
||||
Fl_Screen_Driver.o: Fl_Window_Driver.H
|
||||
|
@ -3188,21 +3187,33 @@ Fl_Window.o: ../config.h
|
|||
Fl_Window.o: ../FL/abi-version.h
|
||||
Fl_Window.o: ../FL/Enumerations.H
|
||||
Fl_Window.o: ../FL/Fl_Bitmap.H
|
||||
Fl_Window.o: ../FL/Fl_Device.H
|
||||
Fl_Window.o: ../FL/Fl_Double_Window.H
|
||||
Fl_Window.o: ../FL/fl_draw.H
|
||||
Fl_Window.o: ../FL/Fl_Export.H
|
||||
Fl_Window.o: ../FL/Fl_Graphics_Driver.H
|
||||
Fl_Window.o: ../FL/Fl_Group.H
|
||||
Fl_Window.o: ../FL/Fl.H
|
||||
Fl_Window.o: ../FL/Fl_Image.H
|
||||
Fl_Window.o: ../FL/Fl_Overlay_Window.H
|
||||
Fl_Window.o: ../FL/Fl_Pixmap.H
|
||||
Fl_Window.o: ../FL/Fl_Plugin.H
|
||||
Fl_Window.o: ../FL/Fl_Preferences.H
|
||||
Fl_Window.o: ../FL/Fl_RGB_Image.H
|
||||
Fl_Window.o: ../FL/Fl_Scrollbar.H
|
||||
Fl_Window.o: ../FL/Fl_Slider.H
|
||||
Fl_Window.o: ../FL/Fl_Text_Buffer.H
|
||||
Fl_Window.o: ../FL/Fl_Text_Display.H
|
||||
Fl_Window.o: ../FL/Fl_Text_Editor.H
|
||||
Fl_Window.o: ../FL/Fl_Tooltip.H
|
||||
Fl_Window.o: ../FL/fl_types.h
|
||||
Fl_Window.o: ../FL/fl_utf8.h
|
||||
Fl_Window.o: ../FL/Fl_Valuator.H
|
||||
Fl_Window.o: ../FL/Fl_Widget.H
|
||||
Fl_Window.o: ../FL/Fl_Window.H
|
||||
Fl_Window.o: ../FL/platform.H
|
||||
Fl_Window.o: ../FL/platform_types.h
|
||||
Fl_Window.o: Fl_Screen_Driver.H
|
||||
Fl_Window.o: flstring.h
|
||||
Fl_Window.o: Fl_Window_Driver.H
|
||||
Fl_Wizard.o: ../FL/abi-version.h
|
||||
|
|
|
@ -195,6 +195,27 @@ depend: $(CPPFILES)
|
|||
# Automatically generated dependencies...
|
||||
include makedepend
|
||||
|
||||
# Additional dependencies...
|
||||
cairo_test.o: ../FL/Fl_Bitmap.H
|
||||
cairo_test.o: ../FL/Fl_Box.H
|
||||
cairo_test.o: ../FL/Fl_Cairo_Window.H
|
||||
cairo_test.o: ../FL/Fl_Device.H
|
||||
cairo_test.o: ../FL/Fl_Double_Window.H
|
||||
cairo_test.o: ../FL/fl_draw.H
|
||||
cairo_test.o: ../FL/Fl_Graphics_Driver.H
|
||||
cairo_test.o: ../FL/Fl_Group.H
|
||||
cairo_test.o: ../FL/Fl.H
|
||||
cairo_test.o: ../FL/Fl_Image.H
|
||||
cairo_test.o: ../FL/Fl_Pixmap.H
|
||||
cairo_test.o: ../FL/Fl_Plugin.H
|
||||
cairo_test.o: ../FL/Fl_Preferences.H
|
||||
cairo_test.o: ../FL/Fl_RGB_Image.H
|
||||
cairo_test.o: ../FL/fl_utf8.h
|
||||
cairo_test.o: ../FL/Fl_Widget.H
|
||||
cairo_test.o: ../FL/Fl_Window.H
|
||||
cairo_test.o: ../FL/math.h
|
||||
cairo_test.o: ../FL/platform.H
|
||||
|
||||
clean:
|
||||
$(RM) $(ALL) $(GLALL) core
|
||||
for file in $(ALL) $(GLALL); do \
|
||||
|
|
Loading…
Reference in New Issue