aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Makefile.am
blob: 16feea5c8c691b91b716deeaf6c82da5db43e4ab (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
71
72
73
74
75
76
77
78
79
INCLUDES =                      \
    -DG_LOG_DOMAIN=\"wombat\"           \
    -DPREFIX=\"$(prefix)\"              \
    -DSYSCONFDIR=\"$(sysconfdir)\"          \
    -DDATADIR=\"$(datadir)\"            \
    -DLIBDIR=\"$(libdir)\"              \
    -I$(top_srcdir)/e-util              \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    -I$(top_srcdir)/calendar            \
    -I$(top_srcdir)/calendar            \
    -I$(top_builddir)/calendar          \
    -I$(top_srcdir)/libical/src/libical     \
    -I$(top_builddir)/libical/src/libical       \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"    \
    $(WOMBAT_CFLAGS)

privlibexec_PROGRAMS =  \
    evolution-wombat

evolution_wombat_SOURCES = \
    wombat.c

if ENABLE_LDAP
LDAP_STUFF =                                \
    $(top_builddir)/addressbook/backend/pas/libpasldap.a        \
    $(LDAP_LIBS)
endif

evolution_wombat_LDADD =                        \
    $(top_builddir)/addressbook/backend/pas/libpasfile.a        \
    $(DB3_LDADD)                            \
    $(LDAP_STUFF)                           \
    $(top_builddir)/addressbook/backend/pas/libpas.a        \
    $(top_builddir)/addressbook/backend/ebook/libebook.la       \
    $(top_builddir)/calendar/pcs/libpcsfile.a           \
    $(top_builddir)/calendar/pcs/libpcs.a               \
    $(top_builddir)/calendar/cal-util/libcal-util.la        \
    $(top_builddir)/e-util/libedb3util.la               \
    $(top_builddir)/e-util/libeutil.la              \
    $(top_builddir)/libwombat/libwombat.la              \
    $(WOMBAT_LIBS)

if ENABLE_LDAP
SERVER_IN_FILE=GNOME_Evolution_WombatLDAP.server.in.in
else
SERVER_IN_FILE=GNOME_Evolution_WombatNOLDAP.server.in.in
endif

GNOME_Evolution_Wombat.server.in.in: $(SERVER_IN_FILE) Makefile
    cp $< $@

server_in_files = GNOME_Evolution_Wombat.server.in.in

server_DATA = $(server_in_files:.server.in.in=.server)
$(server_in_files:.server.in.in=.server.in): $(server_in_files)
    sed -e "s|\@LIBEXECDIR\@|$(privlibexecdir)|" $< > $@

@INTLTOOL_SERVER_RULE@

idl_DATA = Evolution-Wombat.idl

EXTRA_DIST = $(server_DATA)             \
    $(server_in_files)              \
    $(idl_DATA)                 \
    GNOME_Evolution_WombatLDAP.server.in.in     \
    GNOME_Evolution_WombatNOLDAP.server.in.in

if ENABLE_PURIFY
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

all-local: evolution-wombat.pure

evolution-wombat.pure: evolution-wombat
    @rm -f evolution-wombat.pure
    $(PLINK) $(evolution_wombat_LDFLAGS) $(evolution_wombat_OBJECTS) $(evolution_wombat_LDADD) $(LIBS)

endif
letions'>-0/+84 * As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-0512-37/+149 * Respect CC and CFLAGSkris2000-07-021-4/+12 * Add p5-Net-Netmask, a perl module to parse, manipulate and lookup IPwill2000-06-305-0/+36 * Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2 * Remove "Extra" item on deinstall.sobomax2000-06-232-0/+4 * Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1 * The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitutionsobomax2000-06-184-8/+8 * Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-175-18/+21 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-175-5/+5 * Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-164-4/+4 * First round of INSTALL_SHLIB fixes.sobomax2000-06-168-16/+8 * Fix small typo.will2000-06-151-1/+1 * Use mkstemp() instead of insecure mktemp().sobomax2000-06-094-0/+116 * portlintalex2000-06-092-42/+4 * Update LIB_DEPENDS for gd: gd.0 -> gd.1.will2000-06-071-1/+1 * Add STING, a TCP-based network measurement tool that measures end-to-endwill2000-05-228-0/+71 * Fixes for recent kernel changes, this will screw over people (like me)billf2000-05-1816-8/+216 * o Upgrade to 4.1.2billf2000-05-1716-72/+316 * First crack at updating to 4.1.1, more features to come, but at leastbillf2000-05-1320-76/+40 * Remove empty directories that end with "Net" upon deinstallation.asami2000-05-081-0/+2 * Distfile changed on MASTER_SITE.steve2000-04-301-1/+1 * make portversion conformmharo2000-04-211-1/+1 * use WWW: (portlint)mharo2000-04-211-1/+2 * remove duplicate DISTNAMEmharo2000-04-211-1/+0 * Put back DISTNAME.asami2000-04-152-2/+4 * Remove bogus "." in the PORTVERSION.obrien2000-04-152-2/+2 * "p" (meaning "patch") -> ".".asami2000-04-151-1/+1 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1028-67/+67 * Assume maintainershipbillf2000-04-074-4/+4 * Resign as maintainer. I had thought someone else volunteered to takegpalmer2000-04-074-4/+4 * Finish moving MAINTAINER for my ports.will2000-03-221-1/+1 * Restore useless version required comments.obrien2000-03-222-0/+2 * move PATCH* to Patch section of Makefile (portlint)mharo2000-03-214-0/+4 * Remove the "version required" line.obrien2000-03-202-2/+0 * IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidthjedgar2000-03-117-0/+56 * IP Stack Integrity Checkerjedgar2000-03-115-0/+41 * This port doesn't build with byacc on -current, so add 'USE_BISON=yes'.steve2000-02-281-0/+1 * p5-Net-IPv4Addr provides functions to parse IPv4 addresses bothade2000-02-265-0/+43 * Skip building the parts that make this port BROKEN on FreeBSD 4.fenner2000-02-224-4/+4 * Respect CCkris2000-02-171-4/+6 * I forgot to update the files on freefall before the import.torstenb2000-02-142-0/+33 * Cricket is a high performance, extremely flexible system for monitoringtorstenb2000-02-1421-0/+568 * rename trafshow to trafshow2mharo2000-02-133-7/+7 * Initial import of dhcpconf-0.7.0.imura2000-02-136-0/+80 * Style nits in the ports I maintain.obrien2000-02-132-39/+44 * Support CC/CFLAGS/PREFIX properlyjedgar2000-02-131-2/+22 * Update version to 2.8.12.imura2000-02-133-5/+11 * - Changed port to use ${PREFIX}imura2000-02-137-21/+92 * Upgrade to newer and available version. Port still doesn't play nicelynbm2000-02-083-7/+6 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1 * Upgrade to nstreams 1.0.0kris2000-02-072-3/+3 * Adding libsmi version 0.1.8.steve2000-01-305-0/+204 * Adding trafd version 3.0.steve2000-01-296-0/+77 * Make this compile under -CURRENT with the sigset_t changes.obrien2000-01-211-4/+201 * These ports now need 'LIB_DEPENDS=gd.0:...'.steve1999-12-281-1/+1 * Update to version 2.1.10.steve1999-12-244-16/+14 * Revert back to 3.5.8.steve1999-12-1116-24/+395 * Update to version 4.5.0.steve1999-12-1016-395/+24 * Update to use Tcl/Tk version 8.2.steve1999-11-291-4/+4 * Cope with ANSI C++'isms when gcc 2.95 is the system compiler.steve1999-11-2913-2/+378 * Update to Tcl/Tk version 8.2.steve1999-11-291-6/+6 * grr....back out commit error.jmb1999-11-164-24/+16 * add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-164-16/+24 * This time lets cvs add the patch files...mharo1999-10-263-0/+248 * Corrected DESCR regarding name of BPF in -CURRENT.mharo1999-10-261-2/+5 * Update to 0.75flathill1999-10-132-3/+3 * Correct WWW:; Reformat and add a URL that was never added; GIF -> PNGbillf1999-09-301-4/+5 * Import of nstreams.cpiazza1999-09-255-0/+39 * Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha.steve1999-09-201-0/+18 * Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.steve1999-09-201-0/+10 * Update to version 3.5.8fenner1999-09-092-9/+10 * A helper library for p5-SNMP, including walk functions.fenner1999-09-096-0/+60 * Update to 2.8.8fenner1999-09-092-3/+3 * Take over maintance.obrien1999-09-071-1/+1 * Upgrade to version 1.4.0p6.obrien1999-09-072-3/+3 * Fix to work after the ucd-snmp library bump.billf1999-09-052-3/+30 * o Bump SHLIB_VERSION to 4 and make this port build it that way.billf1999-09-0516-20/+116 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-318-8/+8 * $Id$ -> $FreeBSD$peter1999-08-3020-20/+20 * Upgrade SNMP to 4.0.1, which is a last minute bugfix.billf1999-08-2810-16/+18 * Update to version 4.0cpiazza1999-08-2712-140/+160 * chmod -> ${CHMOD}mharo1999-08-238-21/+21 * Update to version 0.72cpiazza1999-08-042-5/+5 * PR: 12870foxfair1999-07-302-2/+3 * PR: 12834foxfair1999-07-292-3/+3 * Some portlints.sada1999-07-111-21/+21 * Set IS_INTERACTIVE for this port.steve1999-07-051-1/+2 * Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session)cpiazza1999-06-281-2/+2 * Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-284-4/+4 * Import of the SNMP_Session perl module. This module differscpiazza1999-06-285-0/+44 * Support ${PREFIX} better and also only depend on tcp_wrappers if itmharo1999-06-271-3/+5 * Commit #3/4 to enforce caps, no period.hoek1999-06-2712-12/+12 * WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-034-5/+6 * Unbreak.kris1999-04-304-12/+12 * Another bunch off WWW: links in DESCRscrappy1999-04-224-4/+4 * * Mark this BROKEN for a.out systems.nectar1999-04-194-32/+16 * Remove empty line.asami1999-04-124-8/+4 * Upgrade to p5-SNMP-1.8b5jseger1999-04-082-4/+4 * Upgrade to v3.6.1 and apply some patches. But this version still haskuriyama1999-04-0832-124/+356 * Master site moved.fenner1999-04-074-8/+8 * Import of bpft version 2.0.steve1999-04-038-0/+200 * Small utility for finding out time & netmask through ICMP.taoka1999-03-316-0/+44 * Upgrade to v2.7.2jfitz1999-03-303-9/+15 * Make this build again.steve1999-03-254-0/+160 * Add homepage.kuriyama1999-03-114-0/+8 * Upgrade to v2.6.6jfitz1999-03-103-20/+33 * Fix to configure problem.asami1999-02-121-1/+2 * Upgrade to 1.4.0p5obrien1999-02-0810-185/+109 * Don't know why the comments at the top of the file were removedsteve1999-02-041-2/+6 * unBROKEN_ELF, it seems to work now.billf1999-02-041-3/+1