aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: 6e8656bb96f5b8d5e966264d29ef96b9249344f4 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
eutilincludedir = $(privincludedir)/e-util
econdincludedir = $(privincludedir)/e-conduit

if OS_WIN32
WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la
PLATFORM_SOURCES = e-win32-reloc.c
endif

INCLUDES =                              \
    -I$(top_srcdir)                         \
    -I$(top_builddir)                       \
    -I$(top_srcdir)/widgets                     \
    -DEVOLUTION_PREFIX=\""$(prefix)"\"              \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"              \
    -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\"           \
    -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"            \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"            \
    -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\"             \
    -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\"    \
    -DEVOLUTION_PLUGINDIR=\""$(plugindir)"\"            \
    -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\"            \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"            \
    -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\"           \
    -DSEARCH_RULE_DIR=\"$(ruledir)\"                \
    -DG_LOG_DOMAIN=\"e-utils\"                  \
    $(GNOME_PILOT_CFLAGS)                       \
    $(EXTRA_GNOME_CFLAGS)                               \
    $(GNOME_FULL_CFLAGS)                        \
    $(ICONV_CFLAGS)                                     \
    $(E_UTIL_CFLAGS)

privlib_LTLIBRARIES = libeutil.la libeconduit.la

eutilinclude_HEADERS =              \
    e-account-list.h            \
    e-account.h             \
    e-bconf-map.h               \
    e-categories-config.h           \
    e-component-listener.h          \
    e-config.h              \
    e-config-listener.h         \
    e-corba-utils.h             \
    e-cursor.h              \
    e-dialog-utils.h            \
    e-dialog-widgets.h          \
    e-error.h               \
    e-event.h               \
    e-folder-map.h              \
    e-fsutils.h             \
    e-gtk-utils.h               \
    e-gui-utils.h               \
    e-html-utils.h              \
    e-icon-factory.h            \
    e-import.h              \
    e-iterator.h                \
    e-list-iterator.h           \
    e-list.h                \
    e-menu.h                \
    e-mktemp.h              \
    e-print.h               \
    e-plugin.h              \
    e-popup.h               \
    e-profile-event.h           \
    e-request.h             \
    e-signature.h               \
    e-signature-list.h          \
    e-time-utils.h              \
    e-uid.h                 \
    md5-utils.h             \
    e-bit-array.h               \
    e-iconv.h               \
    e-sorter.h              \
    e-sorter-array.h            \
    e-text-event-processor-emacs-like.h \
    e-text-event-processor-types.h      \
    e-text-event-processor.h        \
    e-util.h                \
    e-util-marshal.h            \
    e-xml-utils.h

libeutil_la_SOURCES =               \
    $(eutilinclude_HEADERS)         \
    e-util-marshal.c            \
    e-account-list.c            \
    e-account.c             \
    e-bconf-map.c               \
    e-categories-config.c           \
    e-component-listener.c          \
    e-config.c              \
    e-config-listener.c         \
    e-corba-utils.c             \
    e-cursor.c              \
    e-dialog-utils.c            \
    e-dialog-widgets.c          \
    e-error.c               \
    e-event.c               \
    e-folder-map.c              \
    e-fsutils.c             \
    e-gtk-utils.c               \
    e-gui-utils.c               \
    e-html-utils.c              \
    e-icon-factory.c            \
    e-import.c              \
    e-iterator.c                \
    e-list-iterator.c           \
    e-list.c                \
    e-menu.c                \
    e-mktemp.c              \
    e-plugin.c              \
    e-popup.c               \
    e-print.c               \
    e-profile-event.c           \
    e-request.c             \
    e-signature.c               \
    e-signature-list.c          \
    e-time-utils.c              \
    e-uid.c                 \
    eggtrayicon.c               \
    eggtrayicon.h               \
    md5-utils.c             \
    e-bit-array.c               \
    e-i18n.h                \
    e-iconv.c               \
    e-sorter.c              \
    e-sorter-array.c            \
    e-text-event-processor-emacs-like.c     \
    e-text-event-processor.c                \
    e-util.c                \
    e-util-private.h            \
    e-xml-utils.c               \
    $(PLATFORM_SOURCES)

MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
@EVO_MARSHAL_RULE@

libeutil_la_LDFLAGS = $(NO_UNDEFINED)

libeutil_la_LIBADD =        \
    $(WIN32_BOOTSTRAP_LIBS) \
    $(ICONV_LIBS)       \
    $(E_UTIL_LIBS)

econdinclude_HEADERS =      \
    e-pilot-map.h       \
    e-pilot-util.h

pilot_sources = \
    $(econdinclude_HEADERS) \
    e-pilot-map.c       \
    e-pilot-util.c

if ENABLE_PILOT_CONDUITS
pilot_compile = $(pilot_sources)
else
pilot_compile = md5-utils.c
endif

libeconduit_la_SOURCES = $(pilot_compile)

libeconduit_la_LDFLAGS = $(NO_UNDEFINED)

libeconduit_la_LIBADD = $(E_UTIL_LIBS)

error_DATA = e-system.error
errordir = $(privdatadir)/errors
@EVO_PLUGIN_RULE@

EXTRA_DIST =                \
    e-system.error.xml      \
    $(pilot_sources)        \
    ChangeLog.pre-1-4       \
    e-util-marshal.list

BUILT_SOURCES = $(MARSHAL_GENERATED) $(error_DATA)
CLEANFILES    = $(BUILT_SOURCES)

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)
i2009-03-213-16/+4 * - Update to 0.13miwi2009-03-212-5/+4 * - Update to 0.13.1miwi2009-03-212-5/+9 * - Chase libusb20 rename in r189585.stas2009-03-102-2/+7 * Update to 2.0.17.marcus2009-03-015-9/+8 * - Update to 5.1.0r3tabthorpe2009-03-012-5/+20 * - Old MASTER_SITES are dead, switch to newer oneswxs2009-02-253-18/+7 * - Update to 0.2.2miwi2009-02-203-24/+4 * - Pass maintainership to submittertabthorpe2009-02-133-3/+3 * 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-047-128/+0 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1 * - Update to 0.2.1amdmi32009-01-154-5/+30 * - Update to 0.13.amdmi32009-01-158-236/+18 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+0 * - Update to 1.6.1amdmi32009-01-033-13/+7 * - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-201-0/+2 * 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltkmiwi2008-12-0814-236/+0 * - Update to 0.12.3pav2008-12-044-24/+27 * - Remove py-wbxml from run-time dependencies listmiwi2008-11-231-1/+1 * - Update to 1.6.0miwi2008-11-095-25/+18 * - Speedup build phase.miwi2008-10-152-3/+7 * - Speedup build phase.miwi2008-10-152-3/+7 * Fix CATEGORIES in slave palm/py-synce-librapi2 and palm/py-synce-librra.miwi2008-10-122-2/+2 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-10-056-0/+240 * - Fix manpage installmiwi2008-09-111-2/+2 * Fix an obvious typo.linimon2008-09-081-1/+1 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-09-085-0/+41 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-09-085-0/+40 * - Fixes issues with incorrectly handledmiwi2008-09-081-3/+4 * - Remove empty filespav2008-08-261-0/+0 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-213-3/+0 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * - Update to 0.12miwi2008-08-209-556/+80 * - Connect synce-gvfs to the buildmiwi2008-08-181-0/+1 * - Update to 0.1miwi2008-08-185-63/+28 * Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.pav2008-08-026-0/+361 * - Update to 0.11miwi2008-07-2713-19/+775 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-07-274-0/+44 * - Mark as deprecate and set schedule it for removal (no longer supported by d...miwi2008-07-274-8/+25 * - Update to 0.12miwi2008-07-276-58/+32 * - Remove palm/synce-dccm (Project was renamed to palm/synce-vdccm)miwi2008-07-2717-183/+2 * - Woops add missing patchesmiwi2008-07-272-0/+22 * - Update to 0.10.1miwi2008-07-274-23/+30 * - Remove synce-rra (Project was renamed to synce-librra)miwi2008-07-277-75/+1 * - Update to 0.12miwi2008-07-273-23/+71 * - Update to 0.12miwi2008-07-274-25/+35 * - Fix indexmiwi2008-07-271-1/+1 * - Update to 0.11lwhsu2008-07-267-28/+62 * Update to 2.0.16.marcus2008-07-057-36/+48 * - Pass maintainership to submittermiwi2008-06-222-2/+2 * - Dependency has been renamed to liborange.araujo2008-06-181-2/+2 * - Fix pkg-plist.araujo2008-06-072-1/+5 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0611-11/+11 * - Update is needed because dynamite has been renamed to libdynamite.araujo2008-06-061-3/+3 * - Pass maintainership to submittertabthorpe2008-05-233-3/+3 * update to 1.62edwin2008-04-306-82/+4 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-205-16/+8 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * - Fix fetch; gone from vendor websitepav2008-04-171-2/+1 * - Update to 0.44gahr2008-04-165-37/+11 * - Unbreak on sparc64gahr2008-04-1512-14/+150 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-262-2/+0 * Write MASTER_STIES path right this time.itetcu2008-03-251-1/+1 * Adjust MASTER_SITES to an other server of mine, since the old one will be goneitetcu2008-03-251-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Mark BROKEN: checksum mismatcherwin2008-02-291-0/+2 * Mark as broken on sparc64: does not compile.linimon2008-02-012-2/+14 * Mark BROKEN on 8.0: does not configureerwin2008-01-301-0/+4 * o Remove BROKEN, it actually does not build due to the lack of alioux2008-01-033-9/+26 * Update MASTER_SITESlioux2008-01-021-1/+1 * Unbreak the port for gcc-4.2 [1]bsam2007-11-087-4/+203 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2511-59/+60 * Migration from bison 1.x to 2.xade2007-10-173-5/+6 * Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-7/+2 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-6/+3 * Mark broken on gcc4.2.linimon2007-10-011-1/+5 * Mark as broken with gcc4.2.linimon2007-10-011-0/+4 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-1/+1 * uppc kmod installation problem on amd64edwin2007-09-081-0/+5 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-234-8/+4 * - Update to 0.12.2miwi2007-07-135-43/+44 * - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2pav2007-07-031-1/+7 * - Change my mail address to araujo@.araujo2007-06-301-1/+1 * Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1 * Unbreak by adding libsynce to LDFLAGS. Configure doesn't use pkg-configvs2007-06-181-2/+2 * Try to correct works when compiled with gcc4anray2007-06-105-0/+78 * - Unbreak on amd64pav2007-06-061-6/+5 * - Update to 1.4.4pav2007-06-063-10/+11 * - Welcome X.org 7.2 \o/.flz2007-05-2015-12/+13 * BROKEN on amd64: Does not build (needs -fPIC)kris2007-04-221-1/+7 * fix breakage due to removal of bsd.port.pre.mkedwin2007-04-201-1/+3 * - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-202-15/+3 * Retire OPSYS (well-intentioned, but there was no way this port waskris2007-04-161-7/+1 * 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ...miwi2007-04-115-92/+0 * - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-061-7/+1 * Add support for WITHOUT_NLS.stefan2007-04-042-5/+13 * - Fix after objformat removalpav2007-03-291-0/+3 * - Fix after objformat removalpav2007-03-242-2/+2 * - Desupport 4.Xpav2007-03-242-8/+0 * - Builds fine on my amd64, so give this a shotpav2007-03-242-14/+2 * unbreakijliao2007-03-013-4/+42 * mt@primats.org.ua no longer has access to FreeBSD machines, and haslinimon2007-02-281-1/+1 * Remove not needed dccm from RUN_DEPENDS. Internal vdccm is generalization ofanray2007-02-131-2/+1 * Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-112-0/+4 * BROKEN: Configure failskris2007-02-111-0/+2 * BROKEN: Does not buildkris2007-02-041-0/+2 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2 * Add Samsung SCH-I730 support.anray2007-01-312-2/+20 * Add pkg-config to build depends.anray2007-01-282-0/+2 * - Add needed for build depends(devel/pkg-config).anray2007-01-282-0/+4 * Update to 0.9.3anray2007-01-2718-34/+162 * Update to 0.9.3anray2007-01-269-7/+95 * Update to 0.9.3anray2007-01-266-27/+60 * Fix build on 6-STABLEanray2007-01-241-7/+7 * Fix build on 7.0-CURRENTanray2007-01-181-0/+13 * - update to 0.9.1 [1]itetcu2007-01-072-6/+9 * add palm-db-tools 0.3.6ijliao2006-12-256-0/+57 * Fix build with gcc41 and unbreak on amd64 by removing Werrorarved2006-12-232-6/+4 * Maintainer no longer has time for these ports.linimon2006-12-151-1/+1 * Remove expired leaf ports:vd2006-12-1211-248/+0 * Update to 2.0.15.marcus2006-11-236-10/+12 * Fix build on FreeBSD 4.x.shaun2006-11-222-0/+12 * {SHA256,SIZE}ify.shaun2006-11-061-0/+2 * INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-144-7/+10 * - Refer to pkg-config for pilot-link linking details. This will fix the buildpav2006-10-072-1/+12 * - Record -pthread requirement in pkg-config file, if threads are turned onpav2006-10-071-4/+15 * - Fix build with gcc41miwi2006-10-073-76/+104 * - drop maintainershipclsung2006-10-051-1/+1 * - Fix plistpav2006-09-302-1/+3 * upgrade to 0.42ijliao2006-09-272-6/+6 * - Download from jpilot.org fails (403 forbidden), add mirrorservice.org aspav2006-09-261-1/+2 * Mark both of ports as BROKEN, doesn't build with new pilot-link. As formezz2006-09-252-0/+6 * Chase pilot-link's shared library version bump. Bump the PORTREVISION. As formezz2006-09-254-4/+8 * add usb supportijliao2006-09-231-5/+14 * add jpilot-db 1.3.20ijliao2006-09-225-0/+54 * upgrade to 0.99.9ijliao2006-09-226-55/+21 * remove palm/pilot-link-develijliao2006-09-228-230/+0 * upgrade to 0.12.1ijliao2006-09-229-143/+133 * Update to 2.0.14.marcus2006-09-0710-90/+46 * Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1 * Now builds on 7.xkris2006-08-171-4/+0 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-159-9/+9 * - Add missing locale files to plist. [1]shaun2006-08-082-4/+5 * Add support for DESTDIR part I.erwin2006-08-041-1/+1 * Mark as BROKEN on amd64: does not compile.linimon2006-07-032-2/+14 * - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0 * Mark broken on amd64 (needs -fPIC).linimon2006-06-242-0/+8 * Fix crash on startup when compiled with latest GTK2.anray2006-06-172-1/+19 * - Add patch to fix a memory problem resulting in a segfault whenanray2006-06-163-2/+29 * Reset maintainershiperwin2006-05-291-1/+1 * - Modernize COMMENTpav2006-05-281-1/+1 * - Rename portspav2006-05-2817-427/+5 * devel/libgtop2 -> devel/libgtopmezz2006-05-281-1/+1 * - Fix master sitesmnag2006-05-251-1/+2 * Add USE_GETTEXT to appease portlint.mezz2006-05-164-0/+4 * Remove USE_REINPLACE from all categories starting with Pedwin2006-05-138-9/+0 * Add amd64 to ONLY_FOR_ARCHS, i tested it here and built without problemsgarga2006-05-101-1/+1 * - Update to 1.60pav2006-05-019-90/+21 * Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-301-4/+4 * Reset nik's ports due to no response to email about status and variouslinimon2006-04-151-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-072-1/+2 * Conversion to a single libtool environment.ade2006-02-2324-24/+67 * Revert my last commit, i didn't test it accordingly and this version is notgarga2006-02-0314-182/+254 * - Update to 0.12.0-pre4garga2006-02-0214-252/+182 * Up to 0.8. Tiny change to chase the renaming of ucom* to cuaU*.lawrance2006-01-312-5/+7 * SHA256ifyedwin2006-01-241-4/+8 * SHA256ifyedwin2006-01-2413-0/+16 * * update to 4.30skv2006-01-232-4/+10 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-223-11/+11 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-225-7/+7 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-0/+1 * [Maintainer-update] palm/malsync: update 2.10 -> 2.20edwin2005-12-204-37/+22 * Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0 * - Restore sourceforge as a master site, I removed it errorneouslypav2005-11-291-3/+4 * - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1 * - Add SHA256pav2005-11-2626-0/+30 * - These files so aren't on Sourceforgepav2005-11-261-1/+1 * - Add SHA256 checksumspav2005-11-244-0/+4 * Update MASTER_SITES.sumikawa2005-11-171-1/+1 * Chase master sitekris2005-11-161-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1517-17/+17 * With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-112-2/+2 * - Fix broken condition: OSVERSION >= 700000 not 70000pav2005-11-091-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0510-7/+10 * - Update to 0.99.8pav2005-11-045-30/+13 * Drop maintainership since I no longer have a pocket pc. I'll be keepinglawrance2005-10-2913-13/+13 * Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-292-2/+2 * - Roll back my path. It fixes nothing but magicaly breaks build on 6.0.sem2005-10-282-102/+2 * BROKEN on 6.0 as wellkris2005-10-281-2/+2 * - Mark the port as BROKEN on -CURRENT.sem2005-10-211-0/+4 * Remove expired port palm/hdconv: master site disappearedvs2005-10-194-47/+0 * - Introduce *-*-freebsd-7 as a first step to unbreak build on CURRENT.sem2005-10-182-0/+100 * - Mega patch to unbreak pkg-plistsem2005-10-139-182/+401 * - Extend an expiration period to give a submitter a chance to fix the port.sem2005-10-111-1/+1 * Dirk forgot to copy malsync_2.1.0 to his public_distfiles whenfenner2005-10-101-1/+1 * search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1 * Update to 0.9.1lawrance2005-08-028-23/+23 * Update to 0.9.1lawrance2005-08-022-3/+3 * Update to 0.9.1lawrance2005-08-023-3/+24 * Update to 0.9.1lawrance2005-08-024-6/+6 * This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2 * Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0 * - Update WWW: lineahze2005-06-112-2/+2 * - Update or add WWW: linesahze2005-06-102-2/+2 * Use MAKE_ARGS and friendsvs2005-06-072-11/+2 * - Use MAKE_ARGS & PLIST_FILESvs2005-06-073-34/+2 * Use MAKE_ARGSvs2005-06-072-46/+3 * - Use PLIST_FILES/PORTDOCSvs2005-06-073-10/+9 * change the libtool version to use from 1.3 to 1.5oliver2005-06-044-10/+2 * - Fix build with gcc-3.4pav2005-05-28