subtraction of already painted area: be fool and
[kdelibs.git] / kio / Makefile.am
blob4bba7e32eda43a0cbf0728dded934a24f782029b
1 #    This file is part of the KDE libraries
2 #    Copyright (C) 1997 Torben Weis (weis@kde.org)
4 #    This library is free software; you can redistribute it and/or
5 #    modify it under the terms of the GNU Library General Public
6 #    License as published by the Free Software Foundation; either
7 #    version 2 of the License, or (at your option) any later version.
9 #    This library is distributed in the hope that it will be useful,
10 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #    Library General Public License for more details.
14 #    You should have received a copy of the GNU Library General Public License
15 #    along with this library; see the file COPYING.LIB.  If not, write to
16 #    the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
17 #    Boston, MA 02110-1301, USA.
19 AM_CPPFLAGS = -D_LARGEFILE64_SOURCE
21 INCLUDES=  -I$(srcdir)/.. $(all_includes) $(SSL_INCLUDES)
23 SUBDIRS = kssl kio bookmarks kfile . kpasswdserver misc pics tests kioexec httpfilter
25 lib_LTLIBRARIES = libkio.la
27 libkio_la_SOURCES = dummy.cpp
29 libkio_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) \
30         $(KDE_MT_LDFLAGS)
31 libkio_la_LIBADD = kssl/libkssl.la kio/libkiocore.la \
32         kio/libksycoca.la bookmarks/libkbookmarks.la kfile/libkfile.la \
33         ../kdeui/libkdeui.la ../kdesu/libkdesu.la \
34         ../kwallet/client/libkwalletclient.la \
35         $(LIBZ) $(LIBFAM) $(LIBVOLMGT)
37 kde_mime_DATA = magic
38 kde_servicetypes_DATA = application.desktop kurifilterplugin.desktop \
39                         kcomprfilter.desktop kscan.desktop kdatatool.desktop \
40                         kfileplugin.desktop kcmodule.desktop
42 EXTRA_DIST = $(kde_mime_DATA)
44 update_DATA = kioslave.upd
45 update_SCRIPTS = useragent.pl proxytype.pl
46 updatedir = $(kde_datadir)/kconf_update
48 servicetype_DATA = renamedlgplugin.desktop
49 servicetypedir = $(kde_servicetypesdir)
51 kded_DATA = kpasswdserver.desktop
52 kdeddir = $(kde_servicesdir)/kded
54 dataprotocol_DATA = data.protocol
55 dataprotocoldir = $(kde_servicesdir)
57 dummy.cpp:
58         echo >dummy.cpp
60 messages:
61         $(EXTRACTRC) `find . ../kioslave -name "*.rc" -o -name "*.ui"` > rc.cpp
62         $(XGETTEXT) `find . ../kioslave -name "*.cpp" -o -name "*.cc" -o -name "*.h"` -o $(podir)/kio.pot
63         rm -f rc.cpp
65 DOXYGEN_REFERENCES = kdecore kdefx kjs dcop kdeui
66 DOXYGEN_EXCLUDE = kssl/kssl
67 include ../admin/Doxyfile.am