r1029@mlap: muntyan | 2006-02-10 01:49:50 -0600
r1028@mlap: muntyan | 2006-02-10 01:48:49 -0600 Don't build editor stuff if not asked tomaster
parent
2059c81f16
commit
fb61c021f7
|
@ -268,16 +268,16 @@
|
|||
</kdevdoctreeview>
|
||||
<kdevfilecreate>
|
||||
<filetypes>
|
||||
<type icon="source" ext="g" name="GAP source" create="template" >
|
||||
<type icon="source" ext="g" create="template" name="GAP source" >
|
||||
<descr>A new empty GAP source file</descr>
|
||||
</type>
|
||||
<type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
|
||||
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" >
|
||||
<descr>A new empty C++ file.</descr>
|
||||
</type>
|
||||
<type icon="source_h" ext="h" name="C/C++ Header" create="template" >
|
||||
<type icon="source_h" ext="h" create="template" name="C/C++ Header" >
|
||||
<descr>A new empty header file for C/C++.</descr>
|
||||
</type>
|
||||
<type icon="source_c" ext="c" name="C Source" create="template" >
|
||||
<type icon="source_c" ext="c" create="template" name="C Source" >
|
||||
<descr>A new empty C file.</descr>
|
||||
</type>
|
||||
</filetypes>
|
||||
|
|
|
@ -121,6 +121,7 @@ $(mooedit)/mooeditsavemultiple-glade.h: $(mooedit_srcdir)/glade/mooeditsavemult.
|
|||
sh $(XML2H) MOO_EDIT_SAVE_MULTIPLE_GLADE_UI $(mooedit_srcdir)/glade/mooeditsavemult.glade \
|
||||
> $(mooedit)/mooeditsavemultiple-glade.h
|
||||
|
||||
|
||||
if MOO_BUILD_EDIT
|
||||
moo_sources += $(mooedit_sources)
|
||||
moo_built_sources += $(mooedit_built_sources)
|
||||
endif
|
||||
|
|
|
@ -36,7 +36,9 @@ endif
|
|||
mooedit_plugins_sources = \
|
||||
$(mooedit_plugins)/mooeditplugins.h
|
||||
|
||||
if MOO_BUILD_EDIT
|
||||
moo_sources += $(mooedit_plugins_sources)
|
||||
moo_unix_sources += $(mooedit_plugins_unix_sources)
|
||||
moo_built_sources += $(mooedit_plugins_built_sources)
|
||||
moo_extra_dist += $(mooedit_plugins_extra_dist)
|
||||
endif
|
||||
|
|
|
@ -36,6 +36,8 @@ astrings_built_sources = \
|
|||
$(astrings)/as-script-yacc.c \
|
||||
$(astrings)/as-script-yacc.h
|
||||
|
||||
if MOO_BUILD_EDIT
|
||||
moo_sources += $(astrings_sources)
|
||||
moo_built_sources += $(astrings_built_sources)
|
||||
moo_extra_dist += $(astrings_extra_dist)
|
||||
endif
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</ignoreparts>
|
||||
<projectdirectory>.</projectdirectory>
|
||||
<absoluteprojectpath>false</absoluteprojectpath>
|
||||
<description/>
|
||||
<description></description>
|
||||
<secondaryLanguages>
|
||||
<language>C</language>
|
||||
</secondaryLanguages>
|
||||
|
@ -36,17 +36,17 @@
|
|||
<useconfiguration>debug</useconfiguration>
|
||||
</general>
|
||||
<run>
|
||||
<mainprogram>tests/mterm</mainprogram>
|
||||
<mainprogram>./mterm</mainprogram>
|
||||
<directoryradio>executable</directoryradio>
|
||||
<customdirectory>/</customdirectory>
|
||||
<programargs/>
|
||||
<programargs></programargs>
|
||||
<terminal>false</terminal>
|
||||
<autocompile>true</autocompile>
|
||||
<envvars/>
|
||||
</run>
|
||||
<configurations>
|
||||
<debug>
|
||||
<configargs>--enable-debug=full --enable-all-gcc-warnings=fatal --enable-developer-mode --without-mooedit --without-mooapp --disable-moo-module --without-python</configargs>
|
||||
<configargs>--enable-debug=full --enable-all-gcc-warnings=fatal --without-mooedit --without-mooapp --disable-moo-module --without-python</configargs>
|
||||
<builddir>build/mooterm-debug</builddir>
|
||||
<ccompiler>kdevgccoptions</ccompiler>
|
||||
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||||
|
@ -54,13 +54,13 @@
|
|||
<cflags>-O0 -g3 -pg</cflags>
|
||||
<cxxflags>-O0 -g3 -pg</cxxflags>
|
||||
<envvars/>
|
||||
<topsourcedir/>
|
||||
<cppflags/>
|
||||
<ldflags/>
|
||||
<ccompilerbinary/>
|
||||
<cxxcompilerbinary/>
|
||||
<f77compilerbinary/>
|
||||
<f77flags/>
|
||||
<topsourcedir></topsourcedir>
|
||||
<cppflags></cppflags>
|
||||
<ldflags></ldflags>
|
||||
<ccompilerbinary></ccompilerbinary>
|
||||
<cxxcompilerbinary></cxxcompilerbinary>
|
||||
<f77compilerbinary></f77compilerbinary>
|
||||
<f77flags></f77flags>
|
||||
</debug>
|
||||
<gcc-4.0>
|
||||
<configargs>--enable-debug=full --enable-all-gcc-warnings=fatal --enable-developer-mode --without-mooedit --without-mooapp --without-python</configargs>
|
||||
|
@ -168,10 +168,10 @@
|
|||
<general>
|
||||
<dbgshell>libtool</dbgshell>
|
||||
<programargs>--gdk-debug bash</programargs>
|
||||
<gdbpath/>
|
||||
<configGdbScript/>
|
||||
<runShellScript/>
|
||||
<runGdbScript/>
|
||||
<gdbpath></gdbpath>
|
||||
<configGdbScript></configGdbScript>
|
||||
<runShellScript></runShellScript>
|
||||
<runGdbScript></runGdbScript>
|
||||
<breakonloadinglibs>true</breakonloadinglibs>
|
||||
<separatetty>false</separatetty>
|
||||
<floatingtoolbar>true</floatingtoolbar>
|
||||
|
@ -236,16 +236,16 @@
|
|||
</kdevdoctreeview>
|
||||
<kdevfilecreate>
|
||||
<filetypes>
|
||||
<type icon="source" ext="g" create="template" name="GAP source" >
|
||||
<type icon="source" ext="g" name="GAP source" create="template" >
|
||||
<descr>A new empty GAP source file</descr>
|
||||
</type>
|
||||
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" >
|
||||
<type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
|
||||
<descr>A new empty C++ file.</descr>
|
||||
</type>
|
||||
<type icon="source_h" ext="h" create="template" name="C/C++ Header" >
|
||||
<type icon="source_h" ext="h" name="C/C++ Header" create="template" >
|
||||
<descr>A new empty header file for C/C++.</descr>
|
||||
</type>
|
||||
<type icon="source_c" ext="c" create="template" name="C Source" >
|
||||
<type icon="source_c" ext="c" name="C Source" create="template" >
|
||||
<descr>A new empty C file.</descr>
|
||||
</type>
|
||||
</filetypes>
|
||||
|
@ -272,7 +272,7 @@
|
|||
</codecompletion>
|
||||
<references/>
|
||||
<creategettersetter>
|
||||
<prefixGet/>
|
||||
<prefixGet></prefixGet>
|
||||
<prefixSet>set</prefixSet>
|
||||
<prefixVariable>m_,_</prefixVariable>
|
||||
<parameterName>theValue</parameterName>
|
||||
|
|
|
@ -24,7 +24,9 @@ medit = medit
|
|||
endif
|
||||
if MOO_BUILD_TERM
|
||||
if !MOO_OS_CYGWIN
|
||||
#noinst_PROGRAMS += mterm #termbuffer
|
||||
if !MOO_BUILD_APP
|
||||
noinst_PROGRAMS += mterm #termbuffer
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
if MOO_BUILD_UTILS
|
||||
|
|
Loading…
Reference in New Issue