~ubuntu-branches/ubuntu/vivid/libspectre/vivid-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2012-08-11 11:25:13 UTC
  • mto: (9.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120811112513-px9iaeg2jmv9zei2
Tags: upstream-0.2.7
ImportĀ upstreamĀ versionĀ 0.2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                              \
2
 
        -I$(top_srcdir)                 \
3
 
        -I$(top_srcdir)/libspectre      \
 
1
noinst_PROGRAMS = spectre-test parser-test
 
2
 
 
3
spectre_test_SOURCES = spectre-test.c
 
4
 
 
5
spectre_test_CFLAGS =                   \
 
6
        -I$(top_srcdir)                 \
 
7
        -I$(top_srcdir)/libspectre      \
4
8
        $(SPECTRE_CFLAGS)               \
5
9
        $(CAIRO_CFLAGS)
6
10
 
7
 
noinst_PROGRAMS = spectre-test parser-test
8
 
 
9
 
spectre_test_SOURCES = spectre-test.c
10
11
spectre_test_LDADD =                                    \
11
12
        $(top_builddir)/libspectre/libspectre.la        \
12
13
        $(CAIRO_LIBS)
13
14
 
14
15
parser_test_SOURCES = parser-test.c
 
16
 
 
17
parser_test_CFLAGS =                    \
 
18
        -I$(top_srcdir)                 \
 
19
        -I$(top_srcdir)/libspectre      \
 
20
        $(SPECTRE_CFLAGS)
 
21
 
15
22
parser_test_LDADD = $(top_builddir)/libspectre/libspectre.la