summaryrefslogtreecommitdiffstats
path: root/konqueror/Makefile.am
blob: a81cabe8445a60fbfc7f72ad9ca15130d9cd5d71 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
AM_CPPFLAGS = -D_LARGEFILE64_SOURCE

INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kcontrol/input $(all_includes)

SUBDIRS = . client iconview listview keditbookmarks shellcmdplugin about pics sidebar preloader quickprint remoteencodingplugin kttsplugin

bin_PROGRAMS =
lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = konqueror.la

noinst_LTLIBRARIES = libkonqueror_intern.la
konqdatadir = $(kde_datadir)/konqueror
konqdata_DATA = konqueror.rc konq-simplebrowser.rc

kde_apps_DATA = konqueror.desktop

# servicetypedir = $(kde_servicetypesdir)
# servicetype_DATA = konq_metaview.desktop

METASOURCES = AUTO

include_HEADERS = KonquerorIface.h

libkonqueror_intern_la_SOURCES = konq_settingsxt.kcfgc
konqueror_la_SOURCES = konq_main.cpp \
	    KonquerorIface.cpp KonquerorIface.skel \
	    KonqMainWindowIface.cpp KonqMainWindowIface.skel \
	    KonqViewIface.cpp KonqViewIface.skel \
	    konq_guiclients.cpp \
	    konq_run.cpp konq_view.cpp konq_viewmgr.cpp \
	    konq_misc.cpp \
	    konq_frame.cpp \
	    konq_tabs.cpp \
	    konq_actions.cpp \
	    konq_profiledlg.cpp \
	    konq_factory.cpp \
	    konq_combo.cpp	\
	    konq_browseriface.cpp \
	    delayedinitializer.cpp \
	    konq_mainwindow.cpp  \
	    konq_extensionmanager.cpp

konqueror_la_PCH = AUTO

noinst_HEADERS = KonqMainWindowIface.h KonqViewIface.h delayedinitializer.h \
	konq_actions.h konq_browseriface.h konq_combo.h konq_factory.h \
	konq_frame.h konq_tabs.h konq_guiclients.h konq_main.h konq_mainwindow.h \
	konq_misc.h konq_openurlrequest.h konq_profiledlg.h konq_run.h \
	konq_view.h konq_viewmgr.h konq_extensionmanager.h version.h

konqueror_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lconnectionmanager -lnetworkstatus
konqueror_la_LIBADD = ../libkonq/libkonq.la libkonqueror_intern.la $(LIBMALLOC) $(LIB_TDEUTILS) -lconnectionmanager -lnetworkstatus

# Hmm, this experiment of a static konq failed, don't trust it...
# (but feel free to fix it :)

# Note that you need to --enable-debug in tdelibs and tdebase,
# then make clean ; make install in tdelibs and libkonq,
# and make clean ; make konqueror_static in here.
#check_PROGRAMS = konqueror_static
#
#konqueror_static_SOURCES = dummy.cpp
#konqueror_static_LDADD = konqueror.la *view/*.la dirtree/*.la $(libdir)/libtdehtml.la
#konqueror_static_LDFLAGS = $(all_libraries) -static

messages: rc.cpp
	$(EXTRACTRC) *.rc */*.rc >> rc.cpp
	$(EXTRACTRC) sidebar/trees/history_module/history_dlg.ui >> rc.cpp
	$(XGETTEXT) -kaliasLocal rc.cpp *.h *.cpp *view/*h *view/*.cpp  kedit*/*.h kedit*/*.cpp about/*.h about/*.cpp remoteencodingplugin/*.cpp remoteencodingplugin/*.h shellcmdplugin/*.cpp -o `find sidebar -name "*.cpp"` `find sidebar -name "*.h"` -o $(podir)/konqueror.pot

xdg_apps_DATA = kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop \
	kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop

konq_data4_DATA = konqfilemgr.desktop
konq_data4dir = $(kde_appsdir)/.hidden

kde_kcfg_DATA = konqueror.kcfg

####### Build rules
KonquerorIface.lo: konq_settingsxt.h
konq_actions.lo: konq_settingsxt.h
konq_guiclients.lo: konq_settingsxt.h
konq_main.lo: konq_settingsxt.h
konq_mainwindow.lo: konq_settingsxt.h
konq_profiledlg.lo: konq_settingsxt.h
konq_settingsxt.lo: konq_settingsxt.h
konq_tabs.lo: konq_settingsxt.h
konq_view.lo: konq_settingsxt.h
konq_viewmgr.lo: konq_settingsxt.h

# Use a hand-made rule for profiles because they are renamed upon installation
profiledir = $(kde_datadir)/konqueror/profiles
install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(profiledir)
	$(INSTALL_DATA) $(srcdir)/profile_webbrowsing.desktop $(DESTDIR)$(profiledir)/webbrowsing
	$(INSTALL_DATA) $(srcdir)/profile_filemanagement.desktop $(DESTDIR)$(profiledir)/filemanagement
	$(INSTALL_DATA) $(srcdir)/profile_midnightcommander.desktop $(DESTDIR)$(profiledir)/midnightcommander
	$(INSTALL_DATA) $(srcdir)/profile_tabbedbrowsing.desktop $(DESTDIR)$(profiledir)/tabbedbrowsing
	$(INSTALL_DATA) $(srcdir)/profile_kde_devel.desktop $(DESTDIR)$(profiledir)/kde_devel
	$(INSTALL_DATA) $(srcdir)/profile_simplebrowser.desktop $(DESTDIR)$(profiledir)/simplebrowser

#	$(INSTALL_DATA) $(srcdir)/profile_filepreview.desktop $(DESTDIR)$(profiledir)/filepreview

uninstall-local:
	-rm -f $(DESTDIR)$(profiledir)/webbrowsing $(DESTDIR)$(profiledir)/filemanagement $(DESTDIR)$(profiledir)/midnightcommander $(DESTDIR)$(profiledir)/filepreview