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

« back to all changes in this revision

Viewing changes to buildtools/lib/parsers/autotools/tests/CMakeLists.txt

  • 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
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib/interfaces/extensions ${CMAKE_SOURCE_DIR}/lib/util ${CMAKE_SOURCE_DIR}/lib/widgets/propeditor ${CMAKE_SOURCE_DIR}/buildtools/lib/parsers/autotools )
 
2
 
 
3
 
 
4
 
 
5
#original Makefile.am contents follow:
 
6
 
 
7
## This directory collects some classes related to
 
8
## project management for the sole purpose that they
 
9
## can be shared between parts.
 
10
#
 
11
#INCLUDES = -I$(top_srcdir)/lib/interfaces \
 
12
#        -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets/propeditor \
 
13
#        -I$(top_srcdir)/buildtools/lib/parsers/autotools \
 
14
#        -I$(top_builddir)/buildtools/lib/parsers/autotools/tests \
 
15
#        $(all_includes)
 
16
#
 
17
#METASOURCES = AUTO
 
18
#
 
19
#check_PROGRAMS = runner viewer
 
20
#
 
21
#runner_LDFLAGS = $(all_libraries) $(LIB_KDECORE) $(KDE_RPATH)
 
22
#runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
 
23
#runner_SOURCES = runner.cpp
 
24
#
 
25
#viewer_LDFLAGS = $(all_libraries) $(LIB_KDECORE) $(KDE_RPATH)
 
26
#viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
 
27
#viewer_SOURCES = viewer.cpp viewer_main.cpp viewerbase.ui