~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to icu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
subdir = icu
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_clucene.m4 \
 
40
        $(top_srcdir)/m4/cppunit.m4 $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/include/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__installdirs = "$(DESTDIR)$(swicudir)"
 
58
swicuDATA_INSTALL = $(INSTALL_DATA)
 
59
DATA = $(swicu_DATA)
 
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
61
ACLOCAL = @ACLOCAL@
 
62
AMTAR = @AMTAR@
 
63
AM_CXXFLAGS = @AM_CXXFLAGS@
 
64
AR = @AR@
 
65
AS = @AS@
 
66
AUTOCONF = @AUTOCONF@
 
67
AUTOHEADER = @AUTOHEADER@
 
68
AUTOMAKE = @AUTOMAKE@
 
69
AWK = @AWK@
 
70
CC = @CC@
 
71
CCDEPMODE = @CCDEPMODE@
 
72
CFLAGS = @CFLAGS@
 
73
CLUCENE_CXXFLAGS = @CLUCENE_CXXFLAGS@
 
74
CLUCENE_LIBS = @CLUCENE_LIBS@
 
75
CPP = @CPP@
 
76
CPPFLAGS = @CPPFLAGS@
 
77
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
78
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
79
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
80
CURL_AM_CFLAGS = @CURL_AM_CFLAGS@
 
81
CURL_CONFIG = @CURL_CONFIG@
 
82
CURL_LIBS = @CURL_LIBS@
 
83
CXX = @CXX@
 
84
CXXCPP = @CXXCPP@
 
85
CXXDEPMODE = @CXXDEPMODE@
 
86
CXXFLAGS = @CXXFLAGS@
 
87
CYGPATH_W = @CYGPATH_W@
 
88
DEFS = @DEFS@
 
89
DEPDIR = @DEPDIR@
 
90
DLLTOOL = @DLLTOOL@
 
91
DSYMUTIL = @DSYMUTIL@
 
92
DUMPBIN = @DUMPBIN@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
 
97
EXEEXT = @EXEEXT@
 
98
FGREP = @FGREP@
 
99
GENCCODE = @GENCCODE@
 
100
GENCMN = @GENCMN@
 
101
GENRB = @GENRB@
 
102
GREP = @GREP@
 
103
ICU_CONFIG = @ICU_CONFIG@
 
104
ICU_IOLIBS = @ICU_IOLIBS@
 
105
ICU_LIBS = @ICU_LIBS@
 
106
ICU_VER = @ICU_VER@
 
107
INSTALL = @INSTALL@
 
108
INSTALL_DATA = @INSTALL_DATA@
 
109
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
110
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
111
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
112
LD = @LD@
 
113
LDFLAGS = @LDFLAGS@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBS = @LIBS@
 
116
LIBTOOL = @LIBTOOL@
 
117
LIPO = @LIPO@
 
118
LN_S = @LN_S@
 
119
LTLIBOBJS = @LTLIBOBJS@
 
120
MAINT = @MAINT@
 
121
MAKEINFO = @MAKEINFO@
 
122
MKDIR_P = @MKDIR_P@
 
123
NM = @NM@
 
124
NMEDIT = @NMEDIT@
 
125
OBJDUMP = @OBJDUMP@
 
126
OBJEXT = @OBJEXT@
 
127
OTOOL = @OTOOL@
 
128
OTOOL64 = @OTOOL64@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
PKGDATA = @PKGDATA@
 
137
PKG_CONFIG = @PKG_CONFIG@
 
138
RANLIB = @RANLIB@
 
139
SED = @SED@
 
140
SET_MAKE = @SET_MAKE@
 
141
SHELL = @SHELL@
 
142
STRIP = @STRIP@
 
143
VERSION = @VERSION@
 
144
XML_LIBS = @XML_LIBS@
 
145
abs_builddir = @abs_builddir@
 
146
abs_srcdir = @abs_srcdir@
 
147
abs_top_builddir = @abs_top_builddir@
 
148
abs_top_srcdir = @abs_top_srcdir@
 
149
ac_ct_CC = @ac_ct_CC@
 
150
ac_ct_CXX = @ac_ct_CXX@
 
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
152
am__include = @am__include@
 
153
am__leading_dot = @am__leading_dot@
 
154
am__quote = @am__quote@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
build = @build@
 
159
build_alias = @build_alias@
 
160
build_cpu = @build_cpu@
 
161
build_os = @build_os@
 
162
build_vendor = @build_vendor@
 
163
builddir = @builddir@
 
164
datadir = @datadir@
 
165
datarootdir = @datarootdir@
 
166
dir_confdef = @dir_confdef@
 
167
docdir = @docdir@
 
168
dvidir = @dvidir@
 
169
enable_debug = @enable_debug@
 
170
enable_profile = @enable_profile@
 
171
exec_prefix = @exec_prefix@
 
172
host = @host@
 
173
host_alias = @host_alias@
 
174
host_cpu = @host_cpu@
 
175
host_os = @host_os@
 
176
host_vendor = @host_vendor@
 
177
htmldir = @htmldir@
 
178
includedir = @includedir@
 
179
infodir = @infodir@
 
180
install_sh = @install_sh@
 
181
libdir = @libdir@
 
182
libexecdir = @libexecdir@
 
183
localedir = @localedir@
 
184
localstatedir = @localstatedir@
 
185
lt_ECHO = @lt_ECHO@
 
186
mandir = @mandir@
 
187
mkdir_p = @mkdir_p@
 
188
oldincludedir = @oldincludedir@
 
189
pdfdir = @pdfdir@
 
190
prefix = @prefix@
 
191
program_transform_name = @program_transform_name@
 
192
psdir = @psdir@
 
193
sbindir = @sbindir@
 
194
sharedstatedir = @sharedstatedir@
 
195
srcdir = @srcdir@
 
196
sysconfdir = @sysconfdir@
 
197
target = @target@
 
198
target_alias = @target_alias@
 
199
target_cpu = @target_cpu@
 
200
target_mingw32 = @target_mingw32@
 
201
target_os = @target_os@
 
202
target_system = @target_system@
 
203
target_vendor = @target_vendor@
 
204
top_build_prefix = @top_build_prefix@
 
205
top_builddir = @top_builddir@
 
206
top_srcdir = @top_srcdir@
 
207
with_conf = @with_conf@
 
208
with_icu = @with_icu@
 
209
with_zlib = @with_zlib@
 
210
AUTOMAKE_OPTIONS = 1.6
 
211
#swicuSOURCES += translit_HTMLEnt_Unicode.txt
 
212
#swicuSOURCES += translit_Han_Pinyin.txt
 
213
#swicuSOURCES += translit_Kanji_English.txt
 
214
#swicuSOURCES += translit_Kanji_OnRomaji.txt
 
215
swicuSOURCES = translit_BETA_Greek.txt translit_BGreek_Greek.txt \
 
216
        translit_CCAT_Hebrew.txt translit_CCAT_Syriac.txt \
 
217
        translit_Latin_Armenian.txt translit_Latin_Coptic.txt \
 
218
        translit_Latin_Ethiopic.txt translit_Latin_Georgian.txt \
 
219
        translit_Latin_Gothic.txt translit_Latin_Syriac.txt \
 
220
        translit_Latin_Thai.txt translit_Latin_Ugaritic.txt \
 
221
        translit_Any_Latin1.txt translit_Any_Latex.txt \
 
222
        translit_Latin_Arabic.txt translit_Latin_Hebrew.txt \
 
223
        translit_swordindex.txt
 
224
@ICU_FALSE@swicu_DATA = 
 
225
@ICU_TRUE@swicu_DATA = $(swicuSOURCES:.txt=.res)
 
226
EXTRA_DIST = $(swicuSOURCES)
 
227
CLEANFILES = *.res *.lst *.mk *.mak swicu.dat
 
228
SUFFIXES = .txt .res .dat
 
229
 
 
230
#installswicu_DATA: $(swicu_DATA)
 
231
#       @$(NORMAL_INSTALL)
 
232
#       $(mkinstalldirs) $(DESTDIR)$(swicudir)
 
233
#       @list='$(swicu_DATA)'; for p in $$list; do \
 
234
#         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
235
#         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
236
#         echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(swicudir)/$$f"; \
 
237
#         $(INSTALL_DATA) $$d$$p $(DESTDIR)$(swicudir)/$$f; \
 
238
#       done
 
239
 
 
240
#uninstallswicu_DATA:
 
241
#       @$(NORMAL_UNINSTALL)
 
242
#       @list='$(swicu_DATA)'; for p in $$list; do \
 
243
#         f="`echo $$p | sed -e 's|^.*/||'`"; \
 
244
#         echo " rm -f $(DESTDIR)$(swicudir)/$$f"; \
 
245
#         rm -f $(DESTDIR)$(swicudir)/$$f; \
 
246
#       done
 
247
@ICU_FALSE@swicudir = $(pkglibdir)
 
248
@ICU_TRUE@swicudir = $(pkglibdir)/${VERSION}_icu_${ICU_VER}
 
249
all: all-am
 
250
 
 
251
.SUFFIXES:
 
252
.SUFFIXES: .txt .res .dat
 
253
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
254
        @for dep in $?; do \
 
255
          case '$(am__configure_deps)' in \
 
256
            *$$dep*) \
 
257
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
258
                && { if test -f $@; then exit 0; else break; fi; }; \
 
259
              exit 1;; \
 
260
          esac; \
 
261
        done; \
 
262
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  icu/Makefile'; \
 
263
        cd $(top_srcdir) && \
 
264
          $(AUTOMAKE) --foreign  icu/Makefile
 
265
.PRECIOUS: Makefile
 
266
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
267
        @case '$?' in \
 
268
          *config.status*) \
 
269
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
270
          *) \
 
271
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
272
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
273
        esac;
 
274
 
 
275
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
 
 
278
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
 
 
283
mostlyclean-libtool:
 
284
        -rm -f *.lo
 
285
 
 
286
clean-libtool:
 
287
        -rm -rf .libs _libs
 
288
install-swicuDATA: $(swicu_DATA)
 
289
        @$(NORMAL_INSTALL)
 
290
        test -z "$(swicudir)" || $(MKDIR_P) "$(DESTDIR)$(swicudir)"
 
291
        @list='$(swicu_DATA)'; for p in $$list; do \
 
292
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
293
          f=$(am__strip_dir) \
 
294
          echo " $(swicuDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(swicudir)/$$f'"; \
 
295
          $(swicuDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(swicudir)/$$f"; \
 
296
        done
 
297
 
 
298
uninstall-swicuDATA:
 
299
        @$(NORMAL_UNINSTALL)
 
300
        @list='$(swicu_DATA)'; for p in $$list; do \
 
301
          f=$(am__strip_dir) \
 
302
          echo " rm -f '$(DESTDIR)$(swicudir)/$$f'"; \
 
303
          rm -f "$(DESTDIR)$(swicudir)/$$f"; \
 
304
        done
 
305
tags: TAGS
 
306
TAGS:
 
307
 
 
308
ctags: CTAGS
 
309
CTAGS:
 
310
 
 
311
 
 
312
distdir: $(DISTFILES)
 
313
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
314
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
315
        list='$(DISTFILES)'; \
 
316
          dist_files=`for file in $$list; do echo $$file; done | \
 
317
          sed -e "s|^$$srcdirstrip/||;t" \
 
318
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
319
        case $$dist_files in \
 
320
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
321
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
322
                           sort -u` ;; \
 
323
        esac; \
 
324
        for file in $$dist_files; do \
 
325
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
326
          if test -d $$d/$$file; then \
 
327
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
328
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
329
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
330
            fi; \
 
331
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
332
          else \
 
333
            test -f $(distdir)/$$file \
 
334
            || cp -p $$d/$$file $(distdir)/$$file \
 
335
            || exit 1; \
 
336
          fi; \
 
337
        done
 
338
check-am: all-am
 
339
check: check-am
 
340
all-am: Makefile $(DATA)
 
341
installdirs:
 
342
        for dir in "$(DESTDIR)$(swicudir)"; do \
 
343
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
344
        done
 
345
install: install-am
 
346
install-exec: install-exec-am
 
347
install-data: install-data-am
 
348
uninstall: uninstall-am
 
349
 
 
350
install-am: all-am
 
351
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
352
 
 
353
installcheck: installcheck-am
 
354
install-strip:
 
355
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
356
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
357
          `test -z '$(STRIP)' || \
 
358
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
359
mostlyclean-generic:
 
360
 
 
361
clean-generic:
 
362
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
363
 
 
364
distclean-generic:
 
365
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
366
 
 
367
maintainer-clean-generic:
 
368
        @echo "This command is intended for maintainers to use"
 
369
        @echo "it deletes files that may require special tools to rebuild."
 
370
clean: clean-am
 
371
 
 
372
clean-am: clean-generic clean-libtool mostlyclean-am
 
373
 
 
374
distclean: distclean-am
 
375
        -rm -f Makefile
 
376
distclean-am: clean-am distclean-generic
 
377
 
 
378
dvi: dvi-am
 
379
 
 
380
dvi-am:
 
381
 
 
382
html: html-am
 
383
 
 
384
info: info-am
 
385
 
 
386
info-am:
 
387
 
 
388
install-data-am: install-swicuDATA
 
389
 
 
390
install-dvi: install-dvi-am
 
391
 
 
392
install-exec-am:
 
393
 
 
394
install-html: install-html-am
 
395
 
 
396
install-info: install-info-am
 
397
 
 
398
install-man:
 
399
 
 
400
install-pdf: install-pdf-am
 
401
 
 
402
install-ps: install-ps-am
 
403
 
 
404
installcheck-am:
 
405
 
 
406
maintainer-clean: maintainer-clean-am
 
407
        -rm -f Makefile
 
408
maintainer-clean-am: distclean-am maintainer-clean-generic
 
409
 
 
410
mostlyclean: mostlyclean-am
 
411
 
 
412
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
413
 
 
414
pdf: pdf-am
 
415
 
 
416
pdf-am:
 
417
 
 
418
ps: ps-am
 
419
 
 
420
ps-am:
 
421
 
 
422
uninstall-am: uninstall-swicuDATA
 
423
 
 
424
.MAKE: install-am install-strip
 
425
 
 
426
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
427
        distclean distclean-generic distclean-libtool distdir dvi \
 
428
        dvi-am html html-am info info-am install install-am \
 
429
        install-data install-data-am install-dvi install-dvi-am \
 
430
        install-exec install-exec-am install-html install-html-am \
 
431
        install-info install-info-am install-man install-pdf \
 
432
        install-pdf-am install-ps install-ps-am install-strip \
 
433
        install-swicuDATA installcheck installcheck-am installdirs \
 
434
        maintainer-clean maintainer-clean-generic mostlyclean \
 
435
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
436
        uninstall uninstall-am uninstall-swicuDATA
 
437
 
 
438
 
 
439
.txt.res:
 
440
        $(GENRB) -s . -d . $<
 
441
 
 
442
#installswicu_DATA:
 
443
#
 
444
#uninstallswicu_DATA:
 
445
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
446
# Otherwise a system limit (for SysV at least) may be exceeded.
 
447
.NOEXPORT: