summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/Makefile.am
blob: 4e6b76ce1cfed8c00858530cedad33d14c82e42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#	This file is part of the KDE libraries
#    Copyright (C) 1997 Stephan Kulow (coolo@kde.org)

#    This library is free software; you can redistribute it and/or
#    modify it under the terms of the GNU Library General Public
#    License as published by the Free Software Foundation; either
#    version 2 of the License, or (at your option) any later version.

#    This library is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#    Library General Public License for more details.

#    You should have received a copy of the GNU General Public License
#    along with this library; see the file COPYING.  If not, write to
#    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
#    Boston, MA 02110-1301, USA.


INCLUDES= -I$(srcdir)/../libltdl/ -I$(top_srcdir) -I$(top_srcdir)/tdefx \
    -I$(top_builddir)/tdeio/tdeio -I$(top_srcdir)/tdeio/bookmarks $(all_includes) $(LIBART_CFLAGS)

noinst_LTLIBRARIES  = libtdefile.la

METASOURCES = AUTO

#SUBDIRS = . acl_prop_page

include_HEADERS = tdefiledialog.h kencodingfiledialog.h\
	kdiroperator.h tdefileview.h tdefilefiltercombo.h \
	tdefiledetailview.h kcombiview.h kdiskfreesp.h \
	tdefileiconview.h tderecentdocument.h \
	kurlrequester.h tdefilepreview.h tdefile.h \
	kurlcombobox.h kurlrequesterdlg.h kopenwith.h kpropsdlg.h \
	kicondialog.h kdirsize.h kpreviewwidgetbase.h kimagefilepreview.h tdefilesharedlg.h \
	tdefiletreeview.h tdefiletreeviewitem.h tdefiletreebranch.h \
	kdirselectdialog.h kurlbar.h kpropertiesdialog.h knotifydialog.h \
	kcustommenueditor.h knotifywidgetbase.h

noinst_HEADERS = config-tdefile.h tderecentdirs.h kmetaprops.h \
	tdefilebookmarkhandler.h tdefilemetainfowidget.h kopenwith_p.h \
	tdefilespeedbar.h kpreviewprops.h kacleditwidget.h kacleditwidget_p.h images.h

libtdefile_la_SOURCES = \
	tdefilefiltercombo.cpp \
	tdefileview.cpp tdefileiconview.cpp \
	tderecentdocument.cpp tdefiledialog.cpp kdiroperator.cpp \
	tdefiledetailview.cpp kcombiview.cpp kurlrequester.cpp \
	tdefilepreview.cpp kurlcombobox.cpp kurlrequesterdlg.cpp \
	kopenwith.cpp kpropertiesdialog.cpp kicondialog.cpp kdirsize.cpp \
	tderecentdirs.cpp kdiskfreesp.cpp kimagefilepreview.cpp tdefilesharedlg.cpp \
	kurlbar.cpp kmetaprops.cpp kpreviewprops.cpp \
	tdefiletreeview.cpp tdefiletreeviewitem.cpp tdefiletreebranch.cpp \
	kdirselectdialog.cpp tdefilebookmarkhandler.cpp \
	tdefilemetainfowidget.cpp kcustommenueditor.cpp knotifywidgetbase.ui \
	knotifydialog.cpp tdefilespeedbar.cpp kpreviewwidgetbase.cpp \
	tdefilemetapreview.cpp kpropertiesdesktopbase.ui \
	kpropertiesdesktopadvbase.ui kpropertiesmimetypebase.ui \
	kencodingfiledialog.cpp kacleditwidget.cpp

libtdefile_la_COMPILE_FIRST = $(srcdir)/../tdeio/kdirnotify_stub.h

EXTRA_DIST = NOTES

# convenience lib - no _LDFLAGS or _LIBADD !

servicetype_DATA = kpropsdlgplugin.desktop
servicetypedir = $(kde_servicetypesdir)


#Can't be a module, we need to link to it for readConfig
#kde_module_LTLIBRARIES = libtdefileshare.la
#libtdefileshare_la_SOURCES = tdefileshare.cpp
#libtdefileshare_la_LIBADD = libtdefile.la
#libtdefileshare_la_LDFLAGS = -module $(KDE_PLUGIN)
#kde_services_DATA = tdefilesharepropsplugin.desktop

include $(top_srcdir)/admin/Doxyfile.am