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

« back to all changes in this revision

Viewing changes to buildtools/projectmanager/importers/automake/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 = \
 
2
    -I$(top_srcdir)/buildtools/projectmanager/interfaces \
 
3
    -I$(top_srcdir)/lib/interfaces \
 
4
    -I$(top_srcdir)/lib/project \
 
5
    -I$(top_srcdir)/lib/util \
 
6
    $(all_includes)
 
7
    
 
8
METASOURCES = AUTO
 
9
 
 
10
lib_LTLIBRARIES = \
 
11
    libkdevautomakeimporter.la
 
12
 
 
13
noinst_HEADERS = \
 
14
    kdevautomakeimporter.h \
 
15
    automakeprojectmodel.h
 
16
    
 
17
libkdevautomakeimporter_la_SOURCES = \
 
18
    kdevautomakeimporter.cpp \
 
19
    automakeprojectmodel.cpp
 
20
 
 
21
kde_services_DATA =  kdevautomakeimporter.desktop
 
22
 
 
23
libkdevautomakeimporter_la_LIBADD = \
 
24
    $(top_builddir)/buildtools/projectmanager/interfaces/libprojectmanager_interfaces.la \
 
25
    $(top_builddir)/lib/libkdevelop.la
 
26
    
 
27
libkdevautomakeimporter_la_LDFLAGS = \
 
28
    -module $(all_libraries) $(KDE_PLUGIN)