Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as
it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
Makefile.in
11
Makefile.in
@@ -216,7 +216,7 @@ WXEXPAT_OBJECTS = \
|
||||
wxexpat_xmlrole.o \
|
||||
wxexpat_xmltok.o
|
||||
PLUGINS_INST_DIR = $(libdir)/wx/$(PLUGIN_VERSION0)
|
||||
ALL_HEADERS = \
|
||||
ALL_BASE_HEADERS = \
|
||||
wx/afterstd.h \
|
||||
wx/app.h \
|
||||
wx/apptrait.h \
|
||||
@@ -339,9 +339,11 @@ ALL_HEADERS = \
|
||||
wx/xtixml.h \
|
||||
wx/db.h \
|
||||
wx/dbkeyg.h \
|
||||
wx/dbtable.h \
|
||||
wx/dbtable.h
|
||||
ALL_HEADERS = \
|
||||
$(ALL_BASE_HEADERS) \
|
||||
$(ALL_GUI_HEADERS)
|
||||
ALL_BASE_HEADERS = \
|
||||
ALL_PORTS_BASE_HEADERS = \
|
||||
wx/afterstd.h \
|
||||
wx/app.h \
|
||||
wx/apptrait.h \
|
||||
@@ -2714,6 +2716,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
||||
wx/xrc/xh_tglbtn.h \
|
||||
wx/xrc/xh_toolb.h \
|
||||
wx/xrc/xh_tree.h \
|
||||
wx/xrc/xh_treebk.h \
|
||||
wx/xrc/xh_unkwn.h \
|
||||
wx/xrc/xh_wizrd.h \
|
||||
wx/xrc/xmlres.h
|
||||
@@ -24599,7 +24602,7 @@ BASE_DIST: ALL_DIST
|
||||
ln -sf $(DOCDIR)/base/readme.txt $(DISTDIR)/README.txt
|
||||
ln -sf $(WXDIR)/src/common/*.inc $(DISTDIR)/src/common
|
||||
ln -sf $(WXDIR)/src/common/base.rc $(DISTDIR)/src/common
|
||||
list='$(ALL_BASE_HEADERS)'; for p in $$list; do \
|
||||
list='$(ALL_PORTS_BASE_HEADERS)'; for p in $$list; do \
|
||||
ln -sf $(WXDIR)/include/$$p $(DISTDIR)/include/$$p; \
|
||||
done
|
||||
list='$(ALL_BASE_SOURCES)'; for p in $$list; do \
|
||||
|
@@ -2969,16 +2969,18 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
</set>
|
||||
|
||||
<!-- for 'make install', only the headers needed for the installed port -->
|
||||
<set var="ALL_HEADERS" make_var="1" hints="files">
|
||||
<set var="ALL_BASE_HEADERS" make_var="1" hints="files">
|
||||
$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
|
||||
$(NET_CMN_HDR) $(NET_PLATFORM_HDR)
|
||||
$(XML_HDR) $(ODBC_HDR)
|
||||
$(ALL_GUI_HEADERS)
|
||||
</set>
|
||||
<set var="ALL_HEADERS" make_var="1" hints="files">
|
||||
$(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
|
||||
</set>
|
||||
|
||||
|
||||
<!-- used by 'make dist', should include wxBase headers for all ports -->
|
||||
<set var="ALL_BASE_HEADERS" make_var="1" hints="files">
|
||||
<set var="ALL_PORTS_BASE_HEADERS" make_var="1" hints="files">
|
||||
$(BASE_CMN_HDR)
|
||||
$(BASE_UNIX_HDR)
|
||||
$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
|
||||
|
@@ -223,7 +223,7 @@ BASE_DIST: ALL_DIST
|
||||
ln -sf $(DOCDIR)/base/readme.txt $(DISTDIR)/README.txt
|
||||
ln -sf $(WXDIR)/src/common/*.inc $(DISTDIR)/src/common
|
||||
ln -sf $(WXDIR)/src/common/base.rc $(DISTDIR)/src/common
|
||||
list='$(ALL_BASE_HEADERS)'; for p in $$list; do \
|
||||
list='$(ALL_PORTS_BASE_HEADERS)'; for p in $$list; do \
|
||||
ln -sf $(WXDIR)/include/$$p $(DISTDIR)/include/$$p; \
|
||||
done
|
||||
list='$(ALL_BASE_SOURCES)'; for p in $$list; do \
|
||||
|
@@ -218,7 +218,7 @@
|
||||
|
||||
<!-- add "make dist" target to autoconf: -->
|
||||
<set var="VARS_DONT_ELIMINATE" append="1">
|
||||
ALL_BASE_HEADERS ALL_BASE_SOURCES WX_VERSION
|
||||
ALL_PORTS_BASE_HEADERS ALL_BASE_SOURCES WX_VERSION
|
||||
</set>
|
||||
<fragment format="autoconf" file="make_dist.mk"/>
|
||||
|
||||
|
@@ -3207,6 +3207,10 @@ SOURCE=..\include\wx\xrc\xh_tree.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\wx\xrc\xh_treebk.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\include\wx\xrc\xh_unkwn.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
35
wxGTK.spec
35
wxGTK.spec
@@ -347,37 +347,6 @@ wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/msw/apptrait.h
|
||||
wx/msw/apptbase.h
|
||||
wx/msw/chkconf.h
|
||||
wx/msw/crashrpt.h
|
||||
wx/msw/dde.h
|
||||
wx/msw/debughlp.h
|
||||
wx/msw/gccpriv.h
|
||||
wx/msw/mimetype.h
|
||||
wx/msw/stackwalk.h
|
||||
wx/msw/stdpaths.h
|
||||
wx/msw/winundef.h
|
||||
wx/msw/wrapcctl.h
|
||||
wx/msw/wrapcdlg.h
|
||||
wx/msw/wrapwin.h
|
||||
wx/unix/apptbase.h
|
||||
wx/unix/apptrait.h
|
||||
wx/unix/execute.h
|
||||
wx/unix/mimetype.h
|
||||
wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/mac/corefoundation/cfstring.h
|
||||
wx/mac/corefoundation/hid.h
|
||||
wx/mac/corefoundation/stdpaths.h
|
||||
wx/palmos/apptbase.h
|
||||
wx/palmos/apptrait.h
|
||||
wx/palmos/chkconf.h
|
||||
wx/palmos/mimetype.h
|
||||
wx/palmos/stdpaths.h
|
||||
wx/msdos/mimetype.h
|
||||
wx/fs_inet.h
|
||||
wx/gsocket.h
|
||||
wx/protocol/file.h
|
||||
@@ -390,10 +359,6 @@ wx/sckstrm.h
|
||||
wx/socket.h
|
||||
wx/url.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/msw/gsockmsw.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/mac/carbon/gsockmac.h
|
||||
wx/xml/xml.h
|
||||
wx/xtixml.h
|
||||
wx/db.h
|
||||
|
35
wxMotif.spec
35
wxMotif.spec
@@ -223,37 +223,6 @@ wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/msw/apptrait.h
|
||||
wx/msw/apptbase.h
|
||||
wx/msw/chkconf.h
|
||||
wx/msw/crashrpt.h
|
||||
wx/msw/dde.h
|
||||
wx/msw/debughlp.h
|
||||
wx/msw/gccpriv.h
|
||||
wx/msw/mimetype.h
|
||||
wx/msw/stackwalk.h
|
||||
wx/msw/stdpaths.h
|
||||
wx/msw/winundef.h
|
||||
wx/msw/wrapcctl.h
|
||||
wx/msw/wrapcdlg.h
|
||||
wx/msw/wrapwin.h
|
||||
wx/unix/apptbase.h
|
||||
wx/unix/apptrait.h
|
||||
wx/unix/execute.h
|
||||
wx/unix/mimetype.h
|
||||
wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/mac/corefoundation/cfstring.h
|
||||
wx/mac/corefoundation/hid.h
|
||||
wx/mac/corefoundation/stdpaths.h
|
||||
wx/palmos/apptbase.h
|
||||
wx/palmos/apptrait.h
|
||||
wx/palmos/chkconf.h
|
||||
wx/palmos/mimetype.h
|
||||
wx/palmos/stdpaths.h
|
||||
wx/msdos/mimetype.h
|
||||
wx/fs_inet.h
|
||||
wx/gsocket.h
|
||||
wx/protocol/file.h
|
||||
@@ -266,10 +235,6 @@ wx/sckstrm.h
|
||||
wx/socket.h
|
||||
wx/url.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/msw/gsockmsw.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/mac/carbon/gsockmac.h
|
||||
wx/xml/xml.h
|
||||
wx/xtixml.h
|
||||
wx/db.h
|
||||
|
35
wxX11.spec
35
wxX11.spec
@@ -248,37 +248,6 @@ wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/msw/apptrait.h
|
||||
wx/msw/apptbase.h
|
||||
wx/msw/chkconf.h
|
||||
wx/msw/crashrpt.h
|
||||
wx/msw/dde.h
|
||||
wx/msw/debughlp.h
|
||||
wx/msw/gccpriv.h
|
||||
wx/msw/mimetype.h
|
||||
wx/msw/stackwalk.h
|
||||
wx/msw/stdpaths.h
|
||||
wx/msw/winundef.h
|
||||
wx/msw/wrapcctl.h
|
||||
wx/msw/wrapcdlg.h
|
||||
wx/msw/wrapwin.h
|
||||
wx/unix/apptbase.h
|
||||
wx/unix/apptrait.h
|
||||
wx/unix/execute.h
|
||||
wx/unix/mimetype.h
|
||||
wx/unix/pipe.h
|
||||
wx/unix/private.h
|
||||
wx/unix/stackwalk.h
|
||||
wx/unix/stdpaths.h
|
||||
wx/mac/corefoundation/cfstring.h
|
||||
wx/mac/corefoundation/hid.h
|
||||
wx/mac/corefoundation/stdpaths.h
|
||||
wx/palmos/apptbase.h
|
||||
wx/palmos/apptrait.h
|
||||
wx/palmos/chkconf.h
|
||||
wx/palmos/mimetype.h
|
||||
wx/palmos/stdpaths.h
|
||||
wx/msdos/mimetype.h
|
||||
wx/fs_inet.h
|
||||
wx/gsocket.h
|
||||
wx/protocol/file.h
|
||||
@@ -291,10 +260,6 @@ wx/sckstrm.h
|
||||
wx/socket.h
|
||||
wx/url.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/msw/gsockmsw.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/unix/gsockunx.h
|
||||
wx/mac/carbon/gsockmac.h
|
||||
wx/xml/xml.h
|
||||
wx/xtixml.h
|
||||
wx/db.h
|
||||
|
Reference in New Issue
Block a user