aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/Makefile.am
blob: bafa872241bd9036372593820e395ac265d63e0d (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
ecpsdir    = $(datadir)/evolution-$(BASE_VERSION)/ecps

ecps_DATA  =                \
    smallbook.ecps          \
    medbook.ecps            \
    phonelist.ecps

gladedir   = $(datadir)/evolution-$(BASE_VERSION)/glade

glade_DATA =                \
    e-contact-print.glade

INCLUDES =                  \
    $(GNOME_INCLUDEDIR)         \
    -DG_LOG_DOMAIN=\"addressbook-printing\" \
    -I$(top_srcdir)/addressbook     \
    -I$(top_srcdir)/addressbook/backend \
    -I$(top_builddir)/addressbook/backend   \
    -I$(top_srcdir)             \
        -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"  \
    -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\"    \
    -DDATADIR=\""$(datadir)"\"      \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS)

noinst_LIBRARIES =              \
    libecontactprint.a

libecontactprint_a_SOURCES =            \
    e-contact-print-envelope.c      \
    e-contact-print-envelope.h      \
    e-contact-print-style-editor.c      \
    e-contact-print-style-editor.h      \
    e-contact-print-types.h         \
    e-contact-print.c           \
    e-contact-print.h

noinst_PROGRAMS =           \
    contact-print-test      \
    contact-print-style-editor-test

contact_print_test_SOURCES =    \
    test-print.c

contact_print_test_LDADD =  \
    $(top_builddir)/addressbook/backend/ebook/libebook.la   \
    $(top_builddir)/camel/libcamel.la           \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/libversit/libversit.a           \
    $(top_builddir)/e-util/ename/libename.la        \
    $(top_builddir)/camel/libcamel.la           \
    libecontactprint.a                  \
    $(EVOLUTION_ADDRESSBOOK_LIBS)

contact_print_style_editor_test_SOURCES =   \
    test-contact-print-style-editor.c

contact_print_style_editor_test_LDADD = \
    $(top_builddir)/addressbook/backend/ebook/libebook.la   \
    $(top_builddir)/camel/libcamel.la           \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/libversit/libversit.a           \
    $(top_builddir)/e-util/ename/libename.la        \
    libecontactprint.a                  \
    $(EVOLUTION_ADDRESSBOOK_LIBS)



EXTRA_DIST =        \
    $(glade_DATA)   \
    $(ecps_DATA)
f25bdcb5c417e0451d313'>Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * SIZEify.trevor2004-01-291-0/+1 * Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-111-1/+1 * Mark as broken on 5.x (won't install, per bento logs). Notified maintainer.linimon2003-12-121-1/+7 * Fix build with new gcc by reducing pasting abuse in macros.anholt2003-09-294-6/+122 * Set ONLY_FOR_ARCHS=i386.anholt2003-05-121-1/+6 * Clear moonlight beckons.ade2003-03-072-1/+1 * Change email to anholt@freebsd.org and move local distfiles.anholt2002-07-311-2/+2 * Take maintainership of glide3, update to a more recent CVS snapshot,anholt2002-06-0724-75/+762 * BROKEN: does not buildkris2002-03-251-0/+2 * Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetsteve2001-12-161-1/+1 * As the last act in perhaps the briefest MAINTAINER role ever, releasensayer2001-04-051-1/+1 * Add WWWnsayer2001-04-021-0/+2