From 036971cc8c5282769c60b3c5afed80ccb50e8a14 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 27 Aug 2003 21:27:25 +0000 Subject: [PATCH] Copy some missing samples, and contrib for Motif/Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9373d2c3dd..de5065e319 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17376,6 +17376,8 @@ MOTIF_DIST: ALL_GUI_DIST cp $(X11INC)/pen.h $(X11INC)/brush.h $(X11INC)/privx.h \ $(X11INC)/bitmap.h $(X11INC)/private.h $(X11INC)/region.h \ $(DISTDIR)/include/wx/x11 + mkdir $(DISTDIR)/contrib + cp -R $(WXDIR)/contrib $(DISTDIR) MACX_DIST: ALL_GUI_DIST cp $(INCDIR)/*.* $(DISTDIR)/include @@ -17389,6 +17391,8 @@ MACX_DIST: ALL_GUI_DIST cp $(MACDIR)/morefile/*.c $(DISTDIR)/src/mac/morefile mkdir $(DISTDIR)/src/mac/macsock cp $(MACDIR)/macsock/*.lib $(DISTDIR)/src/mac/macsock + mkdir $(DISTDIR)/contrib + cp -R $(WXDIR)/contrib $(DISTDIR) # TODO: Distribute some files COCOA_DIST: ALL_GUI_DIST @@ -17581,6 +17585,11 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs cp $(SAMPDIR)/dialogs/*.mms $(DISTDIR)/samples/dialogs + mkdir $(DISTDIR)/samples/dialup + cp $(SAMPDIR)/dialup/Makefile.in $(DISTDIR)/samples/dialup + cp $(SAMPDIR)/dialup/makefile.unx $(DISTDIR)/samples/dialup + cp $(SAMPDIR)/dialup/*.cpp $(DISTDIR)/samples/dialup + mkdir $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd @@ -17658,6 +17667,12 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc + mkdir $(DISTDIR)/samples/htlbox + cp $(SAMPDIR)/htlbox/Makefile.in $(DISTDIR)/samples/htlbox + cp $(SAMPDIR)/htlbox/makefile.unx $(DISTDIR)/samples/htlbox + cp $(SAMPDIR)/htlbox/*.cpp $(DISTDIR)/samples/htlbox + cp $(SAMPDIR)/htlbox/*.xpm $(DISTDIR)/samples/htlbox + mkdir $(DISTDIR)/samples/html cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html mkdir $(DISTDIR)/samples/html/about @@ -17811,10 +17826,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/mobile/styles/*.h $(DISTDIR)/samples/mobile/styles cp $(SAMPDIR)/mobile/styles/*.jpg $(DISTDIR)/samples/mobile/styles - mkdir $(DISTDIR)/samples/dialup - cp $(SAMPDIR)/dialup/Makefile.in $(DISTDIR)/samples/dialup - cp $(SAMPDIR)/dialup/makefile.unx $(DISTDIR)/samples/dialup - cp $(SAMPDIR)/dialup/*.cpp $(DISTDIR)/samples/dialup + mkdir $(DISTDIR)/samples/multimon + cp $(SAMPDIR)/multimon/Makefile.in $(DISTDIR)/samples/multimon + cp $(SAMPDIR)/multimon/makefile.unx $(DISTDIR)/samples/multimon + cp $(SAMPDIR)/multimon/*.cpp $(DISTDIR)/samples/multimon mkdir $(DISTDIR)/samples/notebook cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook @@ -17865,6 +17880,11 @@ SAMPLES_DIST: ALL_GUI_DIST # cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource # cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource + mkdir $(DISTDIR)/samples/render + cp $(SAMPDIR)/render/Makefile.in $(DISTDIR)/samples/render + cp $(SAMPDIR)/render/makefile.unx $(DISTDIR)/samples/render + cp $(SAMPDIR)/render/*.cpp $(DISTDIR)/samples/render + mkdir $(DISTDIR)/samples/rotate cp $(SAMPDIR)/rotate/Makefile.in $(DISTDIR)/samples/rotate cp $(SAMPDIR)/rotate/makefile.unx $(DISTDIR)/samples/rotate -- 2.47.2