only update stc.h when USE_STC==1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-21 13:40:41 +00:00
parent 9425b04cfd
commit d2eb1696ce
2 changed files with 99 additions and 99 deletions

View File

@@ -32887,14 +32887,14 @@ sound_sdl_sound_sdl.o: $(srcdir)/src/unix/sound_sdl.cpp
$(CXXC) -c -o $@ $(SOUND_SDL_CXXFLAGS) $(srcdir)/src/unix/sound_sdl.cpp
$(srcdir)/include/wx/stc/stc.h: \
$(srcdir)/src/stc/scintilla/include/Scintilla.iface \
$(srcdir)/src/stc/stc.cpp.in \
$(srcdir)/src/stc/stc.h.in \
$(srcdir)/src/stc/gen_iface.py
cd $(srcdir)/src/stc && ./gen_iface.py
monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \
$(srcdir)/include/wx/stc/stc.h
@COND_USE_STC_1@$(srcdir)/include/wx/stc/stc.h: \
@COND_USE_STC_1@$(srcdir)/src/stc/scintilla/include/Scintilla.iface \
@COND_USE_STC_1@$(srcdir)/src/stc/stc.cpp.in \
@COND_USE_STC_1@$(srcdir)/src/stc/stc.h.in \
@COND_USE_STC_1@$(srcdir)/src/stc/gen_iface.py
@COND_USE_STC_1@ cd $(srcdir)/src/stc && ./gen_iface.py
@COND_USE_STC_1@monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \
@COND_USE_STC_1@ $(srcdir)/include/wx/stc/stc.h
#
# "make dist" target implementation:

View File

@@ -17,14 +17,14 @@
<!-- automatically update generated files -->
<fragment format='autoconf'>
$(srcdir)/include/wx/stc/stc.h: \
$(srcdir)/src/stc/scintilla/include/Scintilla.iface \
$(srcdir)/src/stc/stc.cpp.in \
$(srcdir)/src/stc/stc.h.in \
$(srcdir)/src/stc/gen_iface.py
cd $(srcdir)/src/stc &amp;&amp; ./gen_iface.py
monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \
$(srcdir)/include/wx/stc/stc.h
@COND_USE_STC_1@$(srcdir)/include/wx/stc/stc.h: \
@COND_USE_STC_1@$(srcdir)/src/stc/scintilla/include/Scintilla.iface \
@COND_USE_STC_1@$(srcdir)/src/stc/stc.cpp.in \
@COND_USE_STC_1@$(srcdir)/src/stc/stc.h.in \
@COND_USE_STC_1@$(srcdir)/src/stc/gen_iface.py
@COND_USE_STC_1@ cd $(srcdir)/src/stc &amp;&amp; ./gen_iface.py
@COND_USE_STC_1@monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \
@COND_USE_STC_1@ $(srcdir)/include/wx/stc/stc.h
</fragment>
<lib id="wxscintilla" template="3rdparty_lib"