parent
c17cb900dc
commit
5159cd2beb
@ -1,7 +1,7 @@
|
||||
dnl put here things which have to be done after all usual autoconf macros
|
||||
dnl have been run, but before the Makefiles are created
|
||||
|
||||
all_includes='-I$(top_srcdir)/dcop -I$(top_srcdir)/libltdl -I$(top_srcdir)/tdefx -I$(top_builddir)/tdecore -I$(top_srcdir)/tdecore -I$(top_srcdir)/tdecore/network -I$(top_srcdir)/tdeui -I$(top_srcdir)/kio -I$(top_srcdir)/kio/kio -I$(top_srcdir)/kio/kfile -I$(top_srcdir) $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||||
all_includes='-I$(top_srcdir)/dcop -I$(top_srcdir)/libltdl -I$(top_srcdir)/tdefx -I$(top_builddir)/tdecore -I$(top_srcdir)/tdecore -I$(top_srcdir)/tdecore/network -I$(top_srcdir)/tdeui -I$(top_srcdir)/tdeio -I$(top_srcdir)/tdeio/tdeio -I$(top_srcdir)/tdeio/tdefile -I$(top_srcdir) $(QT_INCLUDES) $(X_INCLUDES) $(KDE_INCLUDES) $(USER_INCLUDES)'
|
||||
AC_SUBST(all_includes)
|
||||
|
||||
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@ -1,3 +1,3 @@
|
||||
kioincludedir = $(includedir)/kio
|
||||
kioincludedir = $(includedir)/tdeio
|
||||
kioinclude_HEADERS = http.h
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
INCLUDES = -I$(top_srcdir)/interfaces/ -I$(top_srcdir)/arts/kde -I$(includedir)/arts $(all_includes)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_module_LTLIBRARIES = kfileaudiopreview.la
|
||||
|
||||
kfileaudiopreview_la_SOURCES = kfileaudiopreview.cpp
|
||||
kfileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
|
||||
kfileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/tdemediaplayer/libtdemediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
|
||||
|
||||
noinst_HEADERS = kfileaudiopreview.h
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) $(kfileaudiopreview_la_SOURCES) -o $(podir)/kfileaudiopreview.pot
|
@ -0,0 +1,13 @@
|
||||
INCLUDES = -I$(top_srcdir)/interfaces/ -I$(top_srcdir)/arts/kde -I$(includedir)/arts $(all_includes)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_module_LTLIBRARIES = tdefileaudiopreview.la
|
||||
|
||||
tdefileaudiopreview_la_SOURCES = tdefileaudiopreview.cpp
|
||||
tdefileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
|
||||
tdefileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/tdemediaplayer/libtdemediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
|
||||
|
||||
noinst_HEADERS = tdefileaudiopreview.h
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) $(tdefileaudiopreview_la_SOURCES) -o $(podir)/tdefileaudiopreview.pot
|
@ -1,3 +1,3 @@
|
||||
# Move kio_help cache from $TDEHOME/share/apps/kio_help/cache to $TDEHOME/cache-$HOST/kio_help
|
||||
# Move kio_help cache from $TDEHOME/share/apps/tdeio_help/cache to $TDEHOME/cache-$HOST/tdeio_help
|
||||
Id=trinity_2
|
||||
Script=move_kio_help_cache.sh,sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
bas=`tde-config --localprefix`share/apps/kio_help
|
||||
bas=`tde-config --localprefix`share/apps/tdeio_help
|
||||
mv "$bas/cache" "`tde-config --path cache`kio_help"
|
||||
rmdir "$bas"
|
||||
exit 0
|
||||
|
@ -1,19 +0,0 @@
|
||||
AM_CPPFLAGS = $(all_includes)
|
||||
|
||||
bin_PROGRAMS = kioexec
|
||||
|
||||
kioexec_SOURCES = main.cpp
|
||||
kioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||
kioexec_LDADD = $(LIB_KIO)
|
||||
|
||||
noinst_HEADERS = main.h
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) $(kioexec_SOURCES) -o $(podir)/kioexec.pot
|
||||
|
||||
install-exec-local:
|
||||
@rm -f $(DESTDIR)$(bindir)/kfmexec
|
||||
@$(LN_S) kioexec $(DESTDIR)$(bindir)/kfmexec
|
||||
|
||||
include $(top_srcdir)/admin/Doxyfile.am
|
@ -1,10 +0,0 @@
|
||||
METASOURCES = AUTO
|
||||
|
||||
noinst_HEADERS = fileprops.h
|
||||
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio/kio $(all_includes)
|
||||
|
||||
bin_PROGRAMS = kfile
|
||||
kfile_SOURCES = fileprops.cpp
|
||||
kfile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||
kfile_LDADD = $(LIB_KIO)
|
||||
|
@ -1,3 +0,0 @@
|
||||
kiouiservericonsdir = $(kde_datadir)/kio_uiserver/icons
|
||||
kiouiservericons_ICON = AUTO
|
||||
|
@ -1,18 +0,0 @@
|
||||
SUBDIRS = example tests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
|
||||
|
||||
bin_PROGRAMS = kconfig_compiler
|
||||
|
||||
kconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||
kconfig_compiler_LDADD = $(LIB_TDECORE)
|
||||
kconfig_compiler_SOURCES = kconfig_compiler.cpp
|
||||
|
||||
TESTFILES = test1.kcfg test2.kcfg test3.kcfg test4.kcfg test_dpointer.kcfg
|
||||
|
||||
check-local:
|
||||
for i in $(TESTFILES); \
|
||||
do xmllint --noout --schema $(srcdir)/kcfg.xsd $(srcdir)/tests/$$i; \
|
||||
perl $(top_srcdir)/tdecore/kconfig_compiler/checkkcfg.pl \
|
||||
$(top_srcdir)/tdecore/kconfig_compiler/tests/$$i; done
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifdef __GNUC__
|
||||
#warning #include <kio/kmdcodec.h> is deprecated, use #include <kmdcodec.h> instead.
|
||||
#warning #include <tdeio/kmdcodec.h> is deprecated, use #include <kmdcodec.h> instead.
|
||||
#endif
|
||||
#include "../kmdcodec.h"
|
||||
|
@ -0,0 +1,18 @@
|
||||
SUBDIRS = example tests
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
|
||||
|
||||
bin_PROGRAMS = tdeconfig_compiler
|
||||
|
||||
tdeconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||||
tdeconfig_compiler_LDADD = $(LIB_TDECORE)
|
||||
tdeconfig_compiler_SOURCES = tdeconfig_compiler.cpp
|
||||
|
||||
TESTFILES = test1.kcfg test2.kcfg test3.kcfg test4.kcfg test_dpointer.kcfg
|
||||
|
||||
check-local:
|
||||
for i in $(TESTFILES); \
|
||||
do xmllint --noout --schema $(srcdir)/kcfg.xsd $(srcdir)/tests/$$i; \
|
||||
perl $(top_srcdir)/tdecore/tdeconfig_compiler/checkkcfg.pl \
|
||||
$(top_srcdir)/tdecore/tdeconfig_compiler/tests/$$i; done
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
\page kconfig_compiler The KDE Configuration Compiler
|
||||
\page tdeconfig_compiler The KDE Configuration Compiler
|
||||
|
||||
kconfig_compiler generates C++ source code from an XML file containing
|
||||
tdeconfig_compiler generates C++ source code from an XML file containing
|
||||
information about configuration options (.kcfg) and a file that provides
|
||||
the code generation options (.kcfgc) The generated class is based on
|
||||
TDEConfigSkeleton and provides an API for the application to access its
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
ClassName=ExamplePrefsBase
|
||||
#
|
||||
# Singleton=false
|
@ -1,4 +1,4 @@
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
|
||||
class MyPrefs : public TDEConfigSkeleton
|
||||
{
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test1.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test1.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test1.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test1.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test1.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST1_H
|
||||
#define TEST1_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
#include <tqdir.h>
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
ClassName=Test1
|
||||
#
|
||||
# Singleton=false
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test2.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test2.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test2.h"
|
@ -1,11 +1,11 @@
|
||||
// This file is generated by kconfig_compiler from test2.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test2.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST2_H
|
||||
#define TEST2_H
|
||||
|
||||
#include <myprefs.h>
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test2 : public MyPrefs
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test2.kcfg
|
||||
ClassName=Test2
|
||||
Singleton=false
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test3.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test3.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test3.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test3.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test3.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TESTNAMESPACE_TEST3_H
|
||||
#define TESTNAMESPACE_TEST3_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
namespace TestNameSpace {
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test3.kcfg
|
||||
NameSpace=TestNameSpace
|
||||
ClassName=Test3
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test4.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test4.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test4.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test4.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test4.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST4_H
|
||||
#define TEST4_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test4 : public TDEConfigSkeleton
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test4.kcfg
|
||||
ClassName=Test4
|
||||
Singleton=true
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test5.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test5.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test5.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test5.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test5.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST5_H
|
||||
#define TEST5_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test5 : public TDEConfigSkeleton
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test5.kcfg
|
||||
ClassName=Test5
|
||||
Singleton=true
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test6.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test6.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test6.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test6.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test6.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST6_H
|
||||
#define TEST6_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test6 : public TDEConfigSkeleton
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test6.kcfg
|
||||
ClassName=Test6
|
||||
Singleton=false
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test7.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test7.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test7.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test7.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test7.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST7_H
|
||||
#define TEST7_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test7 : public TDEConfigSkeleton
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test7.kcfg
|
||||
ClassName=Test7
|
||||
Singleton=false
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test8a.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test8a.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test8a.h"
|
@ -1,10 +1,10 @@
|
||||
// This file is generated by kconfig_compiler from test8a.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test8a.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST8A_H
|
||||
#define TEST8A_H
|
||||
|
||||
#include <kglobal.h>
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test8a : public TDEConfigSkeleton
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test8b.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test8b.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test8b.h"
|
@ -1,11 +1,11 @@
|
||||
// This file is generated by kconfig_compiler from test8b.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test8b.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST8B_H
|
||||
#define TEST8B_H
|
||||
|
||||
#include <test8a.h>
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class Test8b : public Test8a
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test9.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test9.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test9.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test9.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test9.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TEST9_H
|
||||
#define TEST9_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
#include <tqdir.h>
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
ClassName=Test9
|
||||
#
|
||||
# Singleton=false
|
@ -1,4 +1,4 @@
|
||||
// This file is generated by kconfig_compiler from test_dpointer.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test_dpointer.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
|
||||
#include "test_dpointer.h"
|
@ -1,9 +1,9 @@
|
||||
// This file is generated by kconfig_compiler from test_dpointer.kcfg.
|
||||
// This file is generated by tdeconfig_compiler from test_dpointer.kcfg.
|
||||
// All changes you do to this file will be lost.
|
||||
#ifndef TESTDPOINTER_H
|
||||
#define TESTDPOINTER_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
#include <tdeconfigskeleton.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
class TestDPointerPrivate;
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=test_dpointer.kcfg
|
||||
ClassName=TestDPointer
|
||||
Singleton=true
|
@ -1,5 +1,5 @@
|
||||
# $Id$
|
||||
# Makefile.am of tdebase/kioslave/http
|
||||
# Makefile.am of tdebase/tdeioslave/http
|
||||
|
||||
INCLUDES= -I$(top_srcdir)/tdewallet/client $(all_includes)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue