From 6fe1ac09f45c8d2c389c3761cedaadc43e7cc4e3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 27 Jan 2010 20:16:38 +0000 Subject: makedepend updates for all source directories (except src/xutf8). src/Makefile: adjusted WIN32 and Mac dependencies test/Makefile: dto. Todo: src/xutf8/makedepend needs to be checked. There are obviously functions and headers that are included in a platform dependent way. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 89aea556c..ae70b4389 100644 --- a/test/Makefile +++ b/test/Makefile @@ -383,6 +383,8 @@ native-filechooser$(EXEEXT): native-filechooser.o $(IMGLIBNAME) echo Linking $@... $(CXX) $(ARCHFLAGS) $(LDFLAGS) native-filechooser.o -o $@ $(LINKFLTKIMG) $(LDLIBS) +native-filechooser.o: ../FL/Fl_Native_File_Chooser_WIN32.H ../FL/Fl_Native_File_Chooser_MAC.H + navigation$(EXEEXT): navigation.o output$(EXEEXT): output.o $(FLLIBNAME) -- cgit v1.2.3