From: Václav Slavík Date: Sat, 5 Apr 2003 22:30:39 +0000 (+0000) Subject: regenerated makefiles X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/842f5c94c94099dee89d919d8a24765098652fd5 regenerated makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/files.lst b/src/cocoa/files.lst index 7f45cb96e0..873d3faa7d 100644 --- a/src/cocoa/files.lst +++ b/src/cocoa/files.lst @@ -156,6 +156,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -231,6 +232,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -580,6 +582,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -709,6 +712,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -836,6 +840,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 749c0a0457..0bc3f919de 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -152,6 +152,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -244,6 +245,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -611,6 +613,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -739,6 +742,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -951,6 +955,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 749c0a0457..0bc3f919de 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -152,6 +152,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -244,6 +245,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -611,6 +613,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -739,6 +742,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -951,6 +955,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index d22a0f2c04..57feaa0e94 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -149,6 +149,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -636,6 +637,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -764,6 +766,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/mac/files.lst b/src/mac/files.lst index d22a0f2c04..57feaa0e94 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -149,6 +149,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -636,6 +637,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -764,6 +766,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 08258a4a1d..23ea9e577b 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -153,6 +153,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -531,6 +532,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -660,6 +662,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/mgl/makefile.wat b/src/mgl/makefile.wat index 131475352d..1783db3cc5 100644 --- a/src/mgl/makefile.wat +++ b/src/mgl/makefile.wat @@ -195,6 +195,7 @@ COMMONOBJS = & stream.obj & string.obj & sysopt.obj & + taskbarcmn.obj & tbarbase.obj & textbuf.obj & textcmn.obj & @@ -857,6 +858,9 @@ string.obj: $(COMMDIR)\string.cpp sysopt.obj: $(COMMDIR)\sysopt.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +taskbarcmn.obj: $(COMMDIR)\taskbarcmn.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + tbarbase.obj: $(COMMDIR)\tbarbase.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< diff --git a/src/microwin/files.lst b/src/microwin/files.lst index cc753bcbc4..a53cb0db62 100644 --- a/src/microwin/files.lst +++ b/src/microwin/files.lst @@ -150,6 +150,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -602,6 +603,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -731,6 +733,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/motif/files.lst b/src/motif/files.lst index 66ceb1c044..f16c5df062 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -153,6 +153,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -239,6 +240,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -601,6 +603,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -732,6 +735,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -868,6 +872,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o diff --git a/src/msw/files.lst b/src/msw/files.lst index 62bafbb4a1..4956c7b66a 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -136,6 +136,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -672,6 +673,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -800,6 +802,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/msw/makefile.b32 b/src/msw/makefile.b32 index d18a607872..f17fd7b4ae 100644 --- a/src/msw/makefile.b32 +++ b/src/msw/makefile.b32 @@ -483,6 +483,7 @@ COMMONOBJS = \ $(MSWDIR)\stream.obj \ $(MSWDIR)\string.obj \ $(MSWDIR)\sysopt.obj \ + $(MSWDIR)\taskbarcmn.obj \ $(MSWDIR)\tbarbase.obj \ $(MSWDIR)\textbuf.obj \ $(MSWDIR)\textcmn.obj \ @@ -1227,6 +1228,8 @@ $(MSWDIR)\string.obj: $(COMMDIR)\string.$(SRCSUFF) $(MSWDIR)\sysopt.obj: $(COMMDIR)\sysopt.$(SRCSUFF) +$(MSWDIR)\taskbarcmn.obj: $(COMMDIR)\taskbarcmn.$(SRCSUFF) + $(MSWDIR)\tbarbase.obj: $(COMMDIR)\tbarbase.$(SRCSUFF) $(MSWDIR)\textbuf.obj: $(COMMDIR)\textbuf.$(SRCSUFF) diff --git a/src/msw/makefile.bcc b/src/msw/makefile.bcc index 7886cdd29e..48d8368c2f 100644 --- a/src/msw/makefile.bcc +++ b/src/msw/makefile.bcc @@ -192,6 +192,7 @@ COMMONOBJS = \ $(MSWDIR)\stream.obj \ $(MSWDIR)\string.obj \ $(MSWDIR)\sysopt.obj \ + $(MSWDIR)\taskbarcmn.obj \ $(MSWDIR)\tbarbase.obj \ $(MSWDIR)\textbuf.obj \ $(MSWDIR)\textcmn.obj \ @@ -676,6 +677,8 @@ $(MSWDIR)\string.obj: $(COMMDIR)\string.$(SRCSUFF) $(MSWDIR)\sysopt.obj: $(COMMDIR)\sysopt.$(SRCSUFF) +$(MSWDIR)\taskbarcmn.obj: $(COMMDIR)\taskbarcmn.$(SRCSUFF) + $(MSWDIR)\tbarbase.obj: $(COMMDIR)\tbarbase.$(SRCSUFF) $(MSWDIR)\textbuf.obj: $(COMMDIR)\textbuf.$(SRCSUFF) diff --git a/src/msw/makefile.dos b/src/msw/makefile.dos index 9a8dd5e954..baaa40eae1 100644 --- a/src/msw/makefile.dos +++ b/src/msw/makefile.dos @@ -179,6 +179,7 @@ COMMONOBJS2 = \ $(COMMDIR)\stream.obj \ $(COMMDIR)\string.obj \ $(COMMDIR)\sysopt.obj \ + $(COMMDIR)\taskbarcmn.obj \ $(COMMDIR)\tbarbase.obj \ $(COMMDIR)\textbuf.obj \ $(COMMDIR)\textcmn.obj \ @@ -1240,6 +1241,11 @@ $(COMMDIR)/sysopt.obj: $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) << +$(COMMDIR)/taskbarcmn.obj: $*.$(SRCSUFF) + cl @<< +$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) +<< + $(COMMDIR)/tbarbase.obj: $*.$(SRCSUFF) cl @<< $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index e7982f8b92..f991c8be9a 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -233,6 +233,7 @@ COMMONOBJS = \ $(COMMDIR)/settcmn.$(OBJSUFF) \ $(COMMDIR)/sizer.$(OBJSUFF) \ $(COMMDIR)/statbar.$(OBJSUFF) \ + $(COMMDIR)/taskbarcmn.$(OBJSUFF) \ $(COMMDIR)/tbarbase.$(OBJSUFF) \ $(COMMDIR)/textcmn.$(OBJSUFF) \ $(COMMDIR)/toplvcmn.$(OBJSUFF) \ diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc index 33c2e01354..0ba2770acd 100644 --- a/src/msw/makefile.sc +++ b/src/msw/makefile.sc @@ -163,6 +163,7 @@ COMMONOBJS = \ $(COMMDIR)\stream.obj \ $(COMMDIR)\string.obj \ $(COMMDIR)\sysopt.obj \ + $(COMMDIR)\taskbarcmn.obj \ $(COMMDIR)\tbarbase.obj \ $(COMMDIR)\textbuf.obj \ $(COMMDIR)\textcmn.obj \ diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index b5015ab57a..666cfd7a63 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -241,6 +241,7 @@ COMMONOBJS = \ $(COMMDIR)\$D\stream.obj \ $(COMMDIR)\$D\string.obj \ $(COMMDIR)\$D\sysopt.obj \ + $(COMMDIR)\$D\taskbarcmn.obj \ $(COMMDIR)\$D\tbarbase.obj \ $(COMMDIR)\$D\textbuf.obj \ $(COMMDIR)\$D\textcmn.obj \ diff --git a/src/msw/makefile.wat b/src/msw/makefile.wat index 6bd6b83bad..7c1808e07c 100644 --- a/src/msw/makefile.wat +++ b/src/msw/makefile.wat @@ -185,6 +185,7 @@ COMMONOBJS = & $(OUTPUTDIR)\stream.obj & $(OUTPUTDIR)\string.obj & $(OUTPUTDIR)\sysopt.obj & + $(OUTPUTDIR)\taskbarcmn.obj & $(OUTPUTDIR)\tbarbase.obj & $(OUTPUTDIR)\textbuf.obj & $(OUTPUTDIR)\textcmn.obj & @@ -1033,6 +1034,9 @@ $(OUTPUTDIR)\string.obj: $(COMMDIR)\string.cpp $(OUTPUTDIR)\sysopt.obj: $(COMMDIR)\sysopt.cpp *$(CXX) $(CXXFLAGS) $< +$(OUTPUTDIR)\taskbarcmn.obj: $(COMMDIR)\taskbarcmn.cpp + *$(CXX) $(CXXFLAGS) $< + $(OUTPUTDIR)\tbarbase.obj: $(COMMDIR)\tbarbase.cpp *$(CXX) $(CXXFLAGS) $< diff --git a/src/os2/files.lst b/src/os2/files.lst index f69f4447b7..95ae7bdc5a 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -147,6 +147,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -741,6 +742,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ diff --git a/src/wxUniv.dsp b/src/wxUniv.dsp index cad8dfa5b3..5ab5924fd9 100644 --- a/src/wxUniv.dsp +++ b/src/wxUniv.dsp @@ -517,6 +517,10 @@ SOURCE=.\common\sysopt.cpp # End Source File # Begin Source File +SOURCE=.\common\taskbarcmn.cpp +# End Source File +# Begin Source File + SOURCE=.\common\tbarbase.cpp # End Source File # Begin Source File diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index 13b9b44ff2..0a4110ba81 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -676,6 +676,10 @@ SOURCE=.\common\sysopt.cpp # End Source File # Begin Source File +SOURCE=.\common\taskbarcmn.cpp +# End Source File +# Begin Source File + SOURCE=.\common\tbarbase.cpp # End Source File # Begin Source File diff --git a/src/x11/files.lst b/src/x11/files.lst index 5ba30be401..beb49099b6 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -184,6 +184,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -213,6 +214,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -587,6 +589,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -749,6 +752,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -825,6 +829,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o