regenerated makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-22 21:02:44 +00:00
parent 16aa9c84bc
commit e8f60bac1a
137 changed files with 2233 additions and 2623 deletions

View File

@@ -13,7 +13,6 @@ INSTALL = @INSTALL@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
EXEEXT = @EXEEXT@
EXTRALIBS = @EXTRALIBS@
EXTRALIBS_GUI = @EXTRALIBS_GUI@
HOST_SUFFIX = @HOST_SUFFIX@
@@ -47,8 +46,6 @@ WX_VERSION = 2.5.0
### Conditionally set variables: ###
@COND_DEPS_TRACKING_0@CXXC = $(CXX)
@COND_DEPS_TRACKING_1@CXXC = $(top_builddir)./bk-deps $(CXX)
@COND_USE_GUI_0@PORTNAME = base
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
@@ -79,7 +76,7 @@ WX_VERSION = 2.5.0
COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(RESCOMP) -d __DARWIN__ -t APPL -d \
__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) -i $(top_srcdir)/include -i $(srcdir) \
$(__DLLFLAG_p_1) -i $(srcdir)/../../../../samples -i \
$(srcdir)/../../../include -o ogledit$(EXEEXT) Carbon.r \
$(srcdir)/../../../include -o ogledit Carbon.r \
$(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.r sample.r
@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
@COND_MONOLITHIC_0@__WXLIB_BASE_p = \
@@ -94,19 +91,18 @@ COND_MONOLITHIC_1___WXLIB_MONO_p = \
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
@COND_PLATFORM_MAC_1@__ogledit___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
@COND_PLATFORM_MAC_1@__ogledit___mac_setfilecmd = \
@COND_PLATFORM_MAC_1@ $(SETFILE) -a C ogledit$(EXEEXT)
@COND_PLATFORM_MAC_1@__ogledit___mac_setfilecmd = $(SETFILE) -a C ogledit
@COND_PLATFORM_WIN32_1@__ogledit___win32rc = ogledit_ogledit_rc.o
@COND_PLATFORM_MACOSX_1@__ogledit_bundle___depname = ogledit_bundle
### Targets: ###
all: ogledit$(EXEEXT) $(__ogledit_bundle___depname)
all: ogledit $(__ogledit_bundle___depname)
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
rm -f ogledit$(EXEEXT)
rm -f ogledit
rm -rf ogledit.app
distclean: clean
@@ -116,13 +112,13 @@ install: all
install-strip: install
ogledit$(EXEEXT): $(OGLEDIT_OBJECTS) $(__ogledit___win32rc)
ogledit: $(OGLEDIT_OBJECTS) $(__ogledit___win32rc)
$(CXX) -o $@ $(OGLEDIT_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl-2.5$(HOST_SUFFIX) -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated-2.5$(HOST_SUFFIX) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS) $(EXTRALIBS_GUI)
$(__ogledit___mac_rezcmd)
$(__ogledit___mac_setfilecmd)
$(SAMPLES_RPATH_POSTLINK)
ogledit.app/Contents: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
ogledit.app/Contents: ogledit $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
mkdir -p ogledit.app/Contents
mkdir -p ogledit.app/Contents/MacOS
mkdir -p ogledit.app/Contents/Resources
@@ -137,7 +133,7 @@ ogledit.app/Contents: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
echo -n "APPL????" >ogledit.app/Contents/PkgInfo
ln -f ogledit$(EXEEXT) ogledit.app/Contents/MacOS/ogledit
ln -f ogledit ogledit.app/Contents/MacOS/ogledit
ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc ogledit.app/Contents/Resources/ogledit.rsrc
@@ -146,19 +142,19 @@ ogledit.app/Contents: ogledit$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
@COND_PLATFORM_MACOSX_1@ogledit_bundle: ogledit.app/Contents
ogledit_doc.o: $(srcdir)/doc.cpp
$(CXXC) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
$(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
ogledit_ogledit.o: $(srcdir)/ogledit.cpp
$(CXXC) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
$(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
ogledit_ogledit_rc.o: $(srcdir)/ogledit.rc
$(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) --include-dir $(top_srcdir)/include --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../../samples --include-dir $(srcdir)/../../../include
ogledit_palette.o: $(srcdir)/palette.cpp
$(CXXC) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
$(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
ogledit_view.o: $(srcdir)/view.cpp
$(CXXC) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
$(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
uninstall: