regenerated makefiles after fixing files.bkl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-17 11:17:34 +00:00
parent f75d778149
commit 187cf772fa
18 changed files with 687 additions and 187 deletions

View File

@@ -56,6 +56,7 @@ DEPRECATEDDLL_OBJECTS = \
deprecateddll_propform.o \
deprecateddll_proplist.o \
deprecateddll_resource.o \
deprecateddll_tbarsmpl.o \
deprecateddll_treelay.o \
deprecateddll_wxexpr.o \
deprecateddll_dosyacc.o
@@ -70,6 +71,7 @@ DEPRECATEDLIB_OBJECTS = \
deprecatedlib_propform.o \
deprecatedlib_proplist.o \
deprecatedlib_resource.o \
deprecatedlib_tbarsmpl.o \
deprecatedlib_treelay.o \
deprecatedlib_wxexpr.o \
deprecatedlib_dosyacc.o
@@ -222,6 +224,9 @@ deprecateddll_proplist.o: $(srcdir)/proplist.cpp
deprecateddll_resource.o: $(srcdir)/resource.cpp
$(CXXC) -c -o $@ $(DEPRECATEDDLL_CXXFLAGS) $<
deprecateddll_tbarsmpl.o: $(srcdir)/tbarsmpl.cpp
$(CXXC) -c -o $@ $(DEPRECATEDDLL_CXXFLAGS) $<
deprecateddll_treelay.o: $(srcdir)/treelay.cpp
$(CXXC) -c -o $@ $(DEPRECATEDDLL_CXXFLAGS) $<
@@ -248,6 +253,9 @@ deprecatedlib_proplist.o: $(srcdir)/proplist.cpp
deprecatedlib_resource.o: $(srcdir)/resource.cpp
$(CXXC) -c -o $@ $(DEPRECATEDLIB_CXXFLAGS) $<
deprecatedlib_tbarsmpl.o: $(srcdir)/tbarsmpl.cpp
$(CXXC) -c -o $@ $(DEPRECATEDLIB_CXXFLAGS) $<
deprecatedlib_treelay.o: $(srcdir)/treelay.cpp
$(CXXC) -c -o $@ $(DEPRECATEDLIB_CXXFLAGS) $<
@@ -259,7 +267,7 @@ distclean: clean
install: all $(__install_deprecateddll___depname) $(__install_deprecatedlib___depname)
$(INSTALL_DIR) $(includedir)
for f in wx/deprecated/expr.h wx/deprecated/prop.h wx/deprecated/propform.h wx/deprecated/proplist.h wx/deprecated/resource.h wx/deprecated/setup.h wx/deprecated/treelay.h wx/deprecated/wxexpr.h; do \
for f in wx/deprecated/expr.h wx/deprecated/prop.h wx/deprecated/propform.h wx/deprecated/proplist.h wx/deprecated/resource.h wx/deprecated/setup.h wx/deprecated/tbarsmpl.h wx/deprecated/treelay.h wx/deprecated/wxexpr.h; do \
if test ! -d $(includedir)/`dirname $$f` ; then \
$(INSTALL_DIR) $(includedir)/`dirname $$f`; \
fi; \