Started "make dist"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-13 10:33:08 +00:00
parent e4b4d60e56
commit a4aad9613a
7 changed files with 341 additions and 5 deletions

View File

@@ -1399,10 +1399,11 @@ if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
TOOLKIT=MSW
GUIOBJS=MSW_GUIOBJS
GUIHEADERS=
GUIHEADERS=MSW_HEADERS
COMMONOBJS=MSW_COMMONOBJS
GENERICOBJS=MSW_GENERICOBJS
UNIXOBJS=
GUIDIST=MSW_DIST
fi
if test "$wxUSE_GTK" = 1; then
@@ -1422,6 +1423,7 @@ if test "$wxUSE_GTK" = 1; then
COMMONOBJS=GTK_COMMONOBJS
GENERICOBJS=GTK_GENERICOBJS
UNIXOBJS=UNIXOBJS
GUIDIST=GTK_DIST
fi
if test "$wxUSE_WINE" = 1; then
@@ -1465,10 +1467,11 @@ if test "$wxUSE_WINE" = 1; then
TOOLKIT=MSW
GUIOBJS=MSW_GUIOBJS
GUIHEADERS=
GUIHEADERS=MSW_HEADERS
COMMONOBJS=MSW_COMMONOBJS
GENERICOBJS=MSW_GENERICOBJS
UNIXOBJS=UNIXOBJS
GUIDIST=MSW_DIST
fi
if test "$wxUSE_MOTIF" = 1; then
@@ -1540,6 +1543,7 @@ if test "$wxUSE_MOTIF" = 1; then
COMMONOBJS=MOTIF_COMMONOBJS
GENERICOBJS=MOTIF_GENERICOBJS
UNIXOBJS=UNIXOBJS
GUIDIST=MOTIF_DIST
fi
dnl the name of the directory where the files for this toolkit live
@@ -2661,6 +2665,7 @@ AC_SUBST(GUIHEADERS)
AC_SUBST(COMMONOBJS)
AC_SUBST(GENERICOBJS)
AC_SUBST(UNIXOBJS)
AC_SUBST(GUIDIST)
dnl additional subdirectories where we will build
AC_SUBST(SRC_SUBDIRS)