removed rpmfiles.lst

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-11-20 23:54:06 +00:00
parent 81edbb3f00
commit 8065aebc48
3 changed files with 307 additions and 333 deletions

629
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2264,9 +2264,6 @@ equivalent variable and GTK+ is version 1.2.3 or above.
ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
fi
RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
RPM_SPEC="wx\$(TOOLKIT).spec"
dnl distribute samples/demos/utils with GUI versions
GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
DISTDIR="wx\$(TOOLKIT)"
@ -2291,8 +2288,6 @@ else
fi
PORT_FILES="\${top_srcdir}/src/files.lst"
RPM_FILES="src/rpmfiles.lst"
RPM_SPEC="wxBase.spec"
dnl distribute only wxBase sources/headers
GUIDIST="BASE_DIST"
@ -4773,8 +4768,6 @@ dnl distribution vars
AC_SUBST(GUIDIST)
AC_SUBST(PORT_FILES)
AC_SUBST(DISTDIR)
AC_SUBST(RPM_SPEC)
AC_SUBST(RPM_FILES)
dnl additional subdirectories where we will build
AC_SUBST(SAMPLES_SUBDIRS)

View File

@ -63,10 +63,6 @@ do
echo "Generating $topdir/src/files.lst for Configure..."
tmake -t base wxwin.pro -o $topdir/src/files.lst ;;
baserpm.t)
echo "Generating $topdir/src/rpmfiles.lst for wxBase RPM..."
tmake -t baserpm wxwin.pro -o $topdir/src/rpmfiles.lst ;;
gtk.t)
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;