aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: ad2a9f949973d209231edcf587a5cd0828a0d954 (plain) (blame)
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
noinst_PROGRAMS = \
    testephysearchentry \
    testephylocationentry \
    testephyiconentry \
    testephyzoomcontrol

INCLUDES = \
    -I$(top_srcdir)/lib      \
    -I$(top_srcdir)/lib/widgets

CFLAGS = \
    $(DEPENDENCIES_CFLAGS) \
    $(AM_CFLAGS)

LDADD = \
    $(DEPENDENCIES_LIBS) 

testephysearchentry_SOURCES = \
    testephysearchentry.c
testephysearchentry_LDADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(DEPENDENCIES_LIBS) 

testephyiconentry_SOURCES = \
    testephyiconentry.c
testephyiconentry_LDADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(DEPENDENCIES_LIBS) 

testephylocationentry_SOURCES = \
    testephylocationentry.c
testephylocationentry_LDADD = \
    $(top_builddir)/embed/libephyembed.la \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(top_builddir)/lib/egg/libegg.la \
    $(top_builddir)/lib/libephymisc.la \
    $(DEPENDENCIES_LIBS) 

testephyzoomcontrol_SOURCES = \
    testephyzoomcontrol.c
testephyzoomcontrol_LDADD = \
    $(top_builddir)/lib/widgets/libephywidgets.la \
    $(top_builddir)/lib/libephymisc.la \
    $(DEPENDENCIES_LIBS)