~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/interfaces \
 
2
        -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external \
 
3
        -I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets \
 
4
        -I$(top_srcdir)/src/newui -I$(top_srcdir)/src/profileengine/lib $(KDEVMDI_INCLUDES) \
 
5
        $(all_includes)
 
6
 
 
7
KDE_OPTIONS=nofinal
 
8
 
 
9
lib_LTLIBRARIES = libkdevshell.la
 
10
libkdevshell_la_LDFLAGS = $(all_libraries)
 
11
libkdevshell_la_LIBADD = \
 
12
        $(top_builddir)/src/profileengine/lib/libprofileengine.la $(top_builddir)/lib/libkdevelop.la \
 
13
        $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la \
 
14
        $(top_builddir)/src/newui/libd.la $(LIB_KDEVMDI) $(LIB_KHTML) -lktexteditor
 
15
libkdevshell_la_SOURCES = api.cpp core.cpp documentationpart.cpp \
 
16
        editorproxy.cpp generalinfowidget.cpp languageselectwidget.cpp mainwindowshare.cpp \
 
17
        newmainwindow.cpp partcontroller.cpp partselectwidget.cpp plugincontroller.cpp \
 
18
        projectmanager.cpp projectsession.cpp splashscreen.cpp statusbar.cpp toplevel.cpp \
 
19
        generalinfowidgetbase.ui mimewarningdialog.ui shellextension.cpp simplemainwindow.cpp
 
20
 
 
21
bin_PROGRAMS = kdevelop kdevassistant
 
22
 
 
23
kdevelop_SOURCES = main.cpp kdevideextension.cpp settingswidget.ui
 
24
 
 
25
kdevelop_METASOURCES = AUTO
 
26
kdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
27
kdevelop_LDADD = libkdevshell.la
 
28
 
 
29
rcdir = $(kde_datadir)/kdevelop
 
30
rc_DATA = kdevelopui.rc eventsrc
 
31
 
 
32
# default KDevelop configuration
 
33
kdevelopdatadir = $(kde_confdir)
 
34
kdevelopdata_DATA = kdeveloprc kdevassistantrc
 
35
 
 
36
SUBDIRS = profiles profileengine newui kconf_update
 
37
kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
38
kdevassistant_SOURCES = main_assistant.cpp kdevassistantextension.cpp
 
39
kdevassistant_LDADD = libkdevshell.la
 
40
 
 
41
rc_assistantdir = $(kde_datadir)/kdevassistant
 
42
rc_assistant_DATA =  kdevassistantui.rc
 
43
shellincludedir = $(includedir)/kdevelop/shell
 
44
shellinclude_HEADERS = api.h core.h documentationpart.h editorproxy.h\
 
45
        generalinfowidget.h languageselectwidget.h mainwindowshare.h\
 
46
        newmainwindow.h partcontroller.h partselectwidget.h plugincontroller.h\
 
47
        projectmanager.h projectsession.h shellextension.h\
 
48
        splashscreen.h statusbar.h toplevel.h generalinfowidgetbase.h\
 
49
        mimewarningdialog.h settingswidget.h simplemainwindow.h
 
50
 
 
51
DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevextensions
 
52
DOXYGEN_PROJECTNAME = KDevelop Generic Shell
 
53
DOXYGEN_DOCDIRPREFIX = kdevshell
 
54
include ../Doxyfile.am
 
55
profilesdatadir = $(kde_datadir)/kdevelop/profiles
 
56
profilesdata_DATA = projectprofiles
 
57
AM_CXXFLAGS = -w