|
From: Christian P. <cp...@us...> - 2004-12-24 17:49:07
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14247 Modified Files: configure pclasses2.kdevelop Log Message: Rollback changes Index: pclasses2.kdevelop =================================================================== RCS file: /cvsroot/pclasses/pclasses2/pclasses2.kdevelop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pclasses2.kdevelop 24 Dec 2004 17:15:49 -0000 1.3 +++ pclasses2.kdevelop 24 Dec 2004 17:48:51 -0000 1.4 @@ -1,24 +1,84 @@ <?xml version = '1.0'?> <kdevelop> <general> - <author>pclasses</author> - <email>ark...@lo...</email> + <author>Christian Prochnow</author> + <email>cp...@se...</email> <version>$VERSION$</version> - <projectmanagement>KDevCustomProject</projectmanagement> + <projectmanagement>KDevAutoProject</projectmanagement> <primarylanguage>C++</primarylanguage> - <ignoreparts/> + <keywords> + <keyword>C++</keyword> + <keyword>Code</keyword> + </keywords> + <projectdirectory>.</projectdirectory> + <absoluteprojectpath>false</absoluteprojectpath> + <description/> + <ignoreparts> + <part>Unterstützung für ClearCase (KDevelop)</part> + <part>Unterstützung für Perforce (KDevelop)</part> + </ignoreparts> + <secondaryLanguages/> </general> - <kdevcustomproject> + <kdevautoproject> + <general> + <activetarget>src/net/libpclasses_net.la</activetarget> + <useconfiguration>debug</useconfiguration> + </general> <run> - <mainprogram>pclasses2</mainprogram> + <mainprogram>test/ThreadTest</mainprogram> + <terminal>true</terminal> <directoryradio>executable</directoryradio> + <runarguments> + <PtrTest/> + <QueueTest/> + <StackTest/> + <IntTypeTest/> + <ListTest/> + <ThreadTest/> + </runarguments> + <customdirectory>/</customdirectory> + <programargs/> + <autocompile>true</autocompile> + <envvars/> </run> - </kdevcustomproject> - <kdevdebugger> - <general> - <dbgshell/> - </general> - </kdevdebugger> + <configurations> + <optimized> + <builddir>optimized</builddir> + <ccompiler>kdevgccoptions</ccompiler> + <cxxcompiler>kdevgppoptions</cxxcompiler> + <f77compiler>kdevg77options</f77compiler> + <cxxflags>-O2 -g0</cxxflags> + </optimized> + <debug> + <configargs>--with-stl --enable-debug=full</configargs> + <builddir>debug</builddir> + <ccompiler>kdevgccoptions</ccompiler> + <cxxcompiler>kdevgppoptions</cxxcompiler> + <f77compiler>kdevg77options</f77compiler> + <cxxflags>-O0 -g3</cxxflags> + <envvars/> + <topsourcedir/> + <cppflags/> + <ldflags/> + <ccompilerbinary/> + <cxxcompilerbinary/> + <f77compilerbinary/> + <cflags/> + <f77flags/> + </debug> + </configurations> + <make> + <envvars> + <envvar value="1" name="WANT_AUTOCONF_2_5" /> + <envvar value="1" name="WANT_AUTOMAKE_1_6" /> + </envvars> + <abortonerror>true</abortonerror> + <numberofjobs>1</numberofjobs> + <dontact>false</dontact> + <makebin/> + <prio>0</prio> + </make> + </kdevautoproject> <kdevdoctreeview> <ignoretocs> <toc>ada</toc> @@ -26,6 +86,7 @@ <toc>bash</toc> <toc>bash_bugs</toc> <toc>clanlib</toc> + <toc>w3c-dom-level2-html</toc> <toc>fortran_bugs_gcc</toc> <toc>gnome1</toc> <toc>gnustep</toc> @@ -48,11 +109,10 @@ <toc>ruby</toc> <toc>ruby_bugs</toc> <toc>sdl</toc> - <toc>sw</toc> - <toc>w3c-dom-level2-html</toc> <toc>w3c-svg</toc> + <toc>sw</toc> <toc>w3c-uaag10</toc> - <toc>wxwidgets_bugs</toc> + <toc>wxwindows_bugs</toc> </ignoretocs> <ignoreqt_xml> <toc>Guide to the Qt Translation Tools</toc> @@ -64,22 +124,39 @@ <ignoredoxygen> <toc>KDE Libraries (Doxygen)</toc> </ignoredoxygen> + <projectdoc> + <userdocDir>html/</userdocDir> + <apidocDir>html/</apidocDir> + </projectdoc> + <ignorekdocs/> + <ignoredevhelp/> </kdevdoctreeview> <kdevfilecreate> <filetypes/> <useglobaltypes> - <type ext="ui" /> <type ext="cpp" /> <type ext="h" /> </useglobaltypes> </kdevfilecreate> + <kdevfileview> + <groups> + <group pattern="*.h" name="Header files" /> + <group pattern="*.cpp" name="Source files" /> + <hidenonprojectfiles>false</hidenonprojectfiles> + <hidenonlocation>false</hidenonlocation> + </groups> + <tree> + <hidepatterns>*.o,*.lo,CVS</hidepatterns> + <hidenonprojectfiles>false</hidenonprojectfiles> + </tree> + </kdevfileview> <kdevcppsupport> <references/> <codecompletion> <includeGlobalFunctions>true</includeGlobalFunctions> <includeTypes>true</includeTypes> <includeEnums>true</includeEnums> - <includeTypedefs>false</includeTypedefs> + <includeTypedefs>true</includeTypedefs> <automaticCodeCompletion>true</automaticCodeCompletion> <automaticArgumentsHint>true</automaticArgumentsHint> <automaticHeaderCompletion>true</automaticHeaderCompletion> @@ -88,6 +165,37 @@ <headerCompletionDelay>250</headerCompletionDelay> </codecompletion> </kdevcppsupport> + <cppsupportpart> + <filetemplates> + <interfacesuffix>.h</interfacesuffix> + <implementationsuffix>.cpp</implementationsuffix> + </filetemplates> + </cppsupportpart> + <kdevdebugger> + <general> + <programargs/> + <gdbpath/> + <dbgshell>libtool</dbgshell> + <configGdbScript/> + <runShellScript/> + <runGdbScript/> + <breakonloadinglibs>true</breakonloadinglibs> + <separatetty>false</separatetty> + <floatingtoolbar>false</floatingtoolbar> + </general> + <display> + <staticmembers>false</staticmembers> + <demanglenames>true</demanglenames> + <outputradix>10</outputradix> + </display> + </kdevdebugger> + <kdevdocumentation> + <projectdoc> + <docsystem>Doxygen-Dokumentation</docsystem> + <docurl>doc/PClasses.tag</docurl> + <usermanualurl/> + </projectdoc> + </kdevdocumentation> <kdevcvsservice> <recursivewhenupdate>true</recursivewhenupdate> <prunedirswhenupdate>true</prunedirswhenupdate> @@ -95,15 +203,4 @@ <recursivewhencommitremove>true</recursivewhencommitremove> <revertoptions>-C</revertoptions> </kdevcvsservice> - <kdevfileview> - <groups> - <hidenonprojectfiles>false</hidenonprojectfiles> - <hidenonlocation>false</hidenonlocation> - </groups> - <tree> - <showvcsfields>false</showvcsfields> - <hidenonprojectfiles>false</hidenonprojectfiles> - <hidepatterns>*.o,*.lo,CVS</hidepatterns> - </tree> - </kdevfileview> </kdevelop> Index: configure =================================================================== RCS file: /cvsroot/pclasses/pclasses2/configure,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure 24 Dec 2004 17:15:48 -0000 1.4 +++ configure 24 Dec 2004 17:48:51 -0000 1.5 @@ -1,27323 +1,6 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59. -# -# Copyright (C) 2003 Free Software Foundation, Inc. -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## - [...27298 lines suppressed...] - echo 's/#define *\([A-Za-z0-9_]*\)\(.*\)/#ifndef '$ac_prefix_conf_PRE"_\\1 \\" >>conftest.sed - echo '#define '$ac_prefix_conf_PRE"_\\1 \\2 \\" >>conftest.sed - echo '#endif/' >>conftest.sed - sed -f conftest.sed $ac_prefix_conf_INP >>$ac_prefix_conf_OUT - echo ' ' >>$ac_prefix_conf_OUT - echo '/*' $ac_prefix_conf_DEF '*/' >>$ac_prefix_conf_OUT - echo '#endif' >>$ac_prefix_conf_OUT - else - { { echo "$as_me:$LINENO: error: input file $ac_prefix_conf_IN does not exist, skip generating $ac_prefix_conf_OUT" >&5 -echo "$as_me: error: input file $ac_prefix_conf_IN does not exist, skip generating $ac_prefix_conf_OUT" >&2;} - { (exit 1); exit 1; }; } - fi - rm -f conftest.* -fi +#!/bin/sh +# This is the toc-based configure script. If you use autotools they +# will overwrite this file, which is fine. +# CVS users: please do not commit an autotools-generated +# configure over this one! +exec ./configure.toc "$@" |