summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2019-06-22 23:42:39 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2019-06-22 23:42:39 +0200
commit44b2b7126c121d425d0856a4528db8ae5721bbbf (patch)
tree96f32027b751ad382ade7f4630a1807c2e99ddc4 /test
parentd31b89798fb6afc9fe677a4ec7a4fe89c7ab89a0 (diff)
Update dependency system
Try to make `make depend' independent of locale.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
-rw-r--r--test/makedepend46
2 files changed, 45 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index a987180cc..0320489cd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -189,7 +189,7 @@ depend: $(CPPFILES)
makedepend -Y -I.. -f makedepend -w 20 $(CPPFILES)
echo "# DO NOT DELETE THIS LINE -- make depend depends on it." > makedepend.tmp
echo "" >> makedepend.tmp
- grep '^[a-zA-Z]' makedepend | sort -u >> makedepend.tmp
+ grep '^[a-zA-Z]' makedepend | ( LC_ALL=C sort -u >> makedepend.tmp; )
mv makedepend.tmp makedepend
# Automatically generated dependencies...
diff --git a/test/makedepend b/test/makedepend
index da7957c11..06bf148d6 100644
--- a/test/makedepend
+++ b/test/makedepend
@@ -2,12 +2,27 @@
CubeMain.o: ../FL/Enumerations.H
CubeMain.o: ../FL/Fl.H
+CubeMain.o: ../FL/Fl_Bitmap.H
+CubeMain.o: ../FL/Fl_Box.H
+CubeMain.o: ../FL/Fl_Double_Window.H
CubeMain.o: ../FL/Fl_Export.H
+CubeMain.o: ../FL/Fl_Gl_Window.H
+CubeMain.o: ../FL/Fl_Group.H
+CubeMain.o: ../FL/Fl_Image.H
+CubeMain.o: ../FL/Fl_Roller.H
+CubeMain.o: ../FL/Fl_Slider.H
+CubeMain.o: ../FL/Fl_Valuator.H
+CubeMain.o: ../FL/Fl_Value_Slider.H
+CubeMain.o: ../FL/Fl_Widget.H
+CubeMain.o: ../FL/Fl_Window.H
CubeMain.o: ../FL/abi-version.h
CubeMain.o: ../FL/fl_types.h
CubeMain.o: ../FL/fl_utf8.h
+CubeMain.o: ../FL/gl.h
CubeMain.o: ../FL/platform_types.h
CubeMain.o: ../config.h
+CubeMain.o: CubeView.h
+CubeMain.o: CubeViewUI.h
CubeView.o: ../FL/Enumerations.H
CubeView.o: ../FL/Fl.H
CubeView.o: ../FL/Fl_Bitmap.H
@@ -1070,6 +1085,26 @@ input_choice.o: ../FL/fl_draw.H
input_choice.o: ../FL/fl_types.h
input_choice.o: ../FL/fl_utf8.h
input_choice.o: ../FL/platform_types.h
+keyboard.o: ../FL/Enumerations.H
+keyboard.o: ../FL/Fl.H
+keyboard.o: ../FL/Fl_Bitmap.H
+keyboard.o: ../FL/Fl_Box.H
+keyboard.o: ../FL/Fl_Button.H
+keyboard.o: ../FL/Fl_Dial.H
+keyboard.o: ../FL/Fl_Export.H
+keyboard.o: ../FL/Fl_Group.H
+keyboard.o: ../FL/Fl_Image.H
+keyboard.o: ../FL/Fl_Input.H
+keyboard.o: ../FL/Fl_Input_.H
+keyboard.o: ../FL/Fl_Output.H
+keyboard.o: ../FL/Fl_Widget.H
+keyboard.o: ../FL/Fl_Window.H
+keyboard.o: ../FL/abi-version.h
+keyboard.o: ../FL/fl_types.h
+keyboard.o: ../FL/fl_utf8.h
+keyboard.o: ../FL/platform_types.h
+keyboard.o: keyboard.h
+keyboard.o: keyboard_ui.h
label.o: ../FL/Enumerations.H
label.o: ../FL/Fl.H
label.o: ../FL/Fl_Bitmap.H
@@ -1137,18 +1172,25 @@ list_visuals.o: ../config.h
mandelbrot.o: ../FL/Enumerations.H
mandelbrot.o: ../FL/Fl.H
mandelbrot.o: ../FL/Fl_Bitmap.H
+mandelbrot.o: ../FL/Fl_Box.H
mandelbrot.o: ../FL/Fl_Button.H
mandelbrot.o: ../FL/Fl_Device.H
+mandelbrot.o: ../FL/Fl_Double_Window.H
mandelbrot.o: ../FL/Fl_Export.H
+mandelbrot.o: ../FL/Fl_Float_Input.H
mandelbrot.o: ../FL/Fl_Graphics_Driver.H
mandelbrot.o: ../FL/Fl_Group.H
mandelbrot.o: ../FL/Fl_Image.H
+mandelbrot.o: ../FL/Fl_Input.H
+mandelbrot.o: ../FL/Fl_Input_.H
mandelbrot.o: ../FL/Fl_Paged_Device.H
mandelbrot.o: ../FL/Fl_Pixmap.H
mandelbrot.o: ../FL/Fl_Plugin.H
mandelbrot.o: ../FL/Fl_Preferences.H
mandelbrot.o: ../FL/Fl_Printer.H
mandelbrot.o: ../FL/Fl_RGB_Image.H
+mandelbrot.o: ../FL/Fl_Slider.H
+mandelbrot.o: ../FL/Fl_Valuator.H
mandelbrot.o: ../FL/Fl_Widget.H
mandelbrot.o: ../FL/Fl_Widget_Surface.H
mandelbrot.o: ../FL/Fl_Window.H
@@ -1157,6 +1199,8 @@ mandelbrot.o: ../FL/fl_draw.H
mandelbrot.o: ../FL/fl_types.h
mandelbrot.o: ../FL/fl_utf8.h
mandelbrot.o: ../FL/platform_types.h
+mandelbrot.o: mandelbrot.h
+mandelbrot.o: mandelbrot_ui.h
menubar.o: ../FL/Enumerations.H
menubar.o: ../FL/Fl.H
menubar.o: ../FL/Fl_Bitmap.H
@@ -1279,7 +1323,6 @@ native-filechooser.o: ../FL/platform_types.h
navigation.o: ../FL/Enumerations.H
navigation.o: ../FL/Fl.H
navigation.o: ../FL/Fl_Bitmap.H
-navigation.o: ../FL/Fl_Button.H
navigation.o: ../FL/Fl_Export.H
navigation.o: ../FL/Fl_Group.H
navigation.o: ../FL/Fl_Image.H
@@ -1582,7 +1625,6 @@ scroll.o: ../FL/Enumerations.H
scroll.o: ../FL/Fl.H
scroll.o: ../FL/Fl_Bitmap.H
scroll.o: ../FL/Fl_Box.H
-scroll.o: ../FL/Fl_Button.H
scroll.o: ../FL/Fl_Choice.H
scroll.o: ../FL/Fl_Device.H
scroll.o: ../FL/Fl_Double_Window.H