Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Side by Side Diff: third_party/hyphen/Makefile.in

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/hyphen/Makefile.am ('k') | third_party/hyphen/NEWS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.11.1 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, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19
20
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 noinst_PROGRAMS = substrings$(EXEEXT) example$(EXEEXT)
42 subdir = .
43 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
44 $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
46 THANKS TODO config.guess config.sub depcomp install-sh \
47 ltmain.sh missing
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/configure.in
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53 configure.lineno config.status.lineno
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
57 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58 am__vpath_adj = case $$p in \
59 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60 *) f=$$p;; \
61 esac;
62 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
63 am__install_max = 40
64 am__nobase_strip_setup = \
65 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
66 am__nobase_strip = \
67 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
68 am__nobase_list = $(am__nobase_strip_setup); \
69 for p in $$list; do echo "$$p $$p"; done | \
70 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
71 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
72 if (++n[$$2] == $(am__install_max)) \
73 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
74 END { for (dir in files) print dir, files[dir] }'
75 am__base_list = \
76 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
78 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
79 "$(DESTDIR)$(hyphdir)" "$(DESTDIR)$(includedir)"
80 LTLIBRARIES = $(lib_LTLIBRARIES)
81 libhyphen_la_LIBADD =
82 am_libhyphen_la_OBJECTS = hnjalloc.lo hyphen.lo
83 libhyphen_la_OBJECTS = $(am_libhyphen_la_OBJECTS)
84 libhyphen_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
85 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86 $(libhyphen_la_LDFLAGS) $(LDFLAGS) -o $@
87 PROGRAMS = $(noinst_PROGRAMS)
88 am_example_OBJECTS = example.$(OBJEXT)
89 example_OBJECTS = $(am_example_OBJECTS)
90 example_DEPENDENCIES = libhyphen.la
91 am_substrings_OBJECTS = substrings.$(OBJEXT)
92 substrings_OBJECTS = $(am_substrings_OBJECTS)
93 substrings_LDADD = $(LDADD)
94 SCRIPTS = $(bin_SCRIPTS)
95 DEFAULT_INCLUDES = -I.@am__isrc@
96 depcomp = $(SHELL) $(top_srcdir)/depcomp
97 am__depfiles_maybe = depfiles
98 am__mv = mv -f
99 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 CCLD = $(CC)
105 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
107 $(LDFLAGS) -o $@
108 SOURCES = $(libhyphen_la_SOURCES) $(example_SOURCES) \
109 $(substrings_SOURCES)
110 DIST_SOURCES = $(libhyphen_la_SOURCES) $(example_SOURCES) \
111 $(substrings_SOURCES)
112 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
113 html-recursive info-recursive install-data-recursive \
114 install-dvi-recursive install-exec-recursive \
115 install-html-recursive install-info-recursive \
116 install-pdf-recursive install-ps-recursive install-recursive \
117 installcheck-recursive installdirs-recursive pdf-recursive \
118 ps-recursive uninstall-recursive
119 DATA = $(hyph_DATA)
120 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
124 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
125 distdir dist dist-all distcheck
126 ETAGS = etags
127 CTAGS = ctags
128 DIST_SUBDIRS = $(SUBDIRS)
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 distdir = $(PACKAGE)-$(VERSION)
131 top_distdir = $(distdir)
132 am__remove_distdir = \
133 { test ! -d "$(distdir)" \
134 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
135 && rm -fr "$(distdir)"; }; }
136 am__relativize = \
137 dir0=`pwd`; \
138 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
139 sed_rest='s,^[^/]*/*,,'; \
140 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
141 sed_butlast='s,/*[^/]*$$,,'; \
142 while test -n "$$dir1"; do \
143 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
144 if test "$$first" != "."; then \
145 if test "$$first" = ".."; then \
146 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
147 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
148 else \
149 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
150 if test "$$first2" = "$$first"; then \
151 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
152 else \
153 dir2="../$$dir2"; \
154 fi; \
155 dir0="$$dir0"/"$$first"; \
156 fi; \
157 fi; \
158 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
159 done; \
160 reldir="$$dir2"
161 DIST_ARCHIVES = $(distdir).tar.gz
162 GZIP_ENV = --best
163 distuninstallcheck_listfiles = find . -type f -print
164 distcleancheck_listfiles = find . -type f -print
165 ACLOCAL = @ACLOCAL@
166 AMTAR = @AMTAR@
167 AR = @AR@
168 AUTOCONF = @AUTOCONF@
169 AUTOHEADER = @AUTOHEADER@
170 AUTOMAKE = @AUTOMAKE@
171 AWK = @AWK@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DEFS = @DEFS@
179 DEPDIR = @DEPDIR@
180 DSYMUTIL = @DSYMUTIL@
181 DUMPBIN = @DUMPBIN@
182 ECHO_C = @ECHO_C@
183 ECHO_N = @ECHO_N@
184 ECHO_T = @ECHO_T@
185 EGREP = @EGREP@
186 EXEEXT = @EXEEXT@
187 FGREP = @FGREP@
188 GREP = @GREP@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 LD = @LD@
195 LDFLAGS = @LDFLAGS@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBTOOL = @LIBTOOL@
199 LIPO = @LIPO@
200 LN_S = @LN_S@
201 LTLIBOBJS = @LTLIBOBJS@
202 MAKEINFO = @MAKEINFO@
203 MKDIR_P = @MKDIR_P@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PATH_SEPARATOR = @PATH_SEPARATOR@
218 RANLIB = @RANLIB@
219 SED = @SED@
220 SET_MAKE = @SET_MAKE@
221 SHELL = @SHELL@
222 STRIP = @STRIP@
223 VERSION = @VERSION@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_CC = @ac_ct_CC@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 libdir = @libdir@
257 libexecdir = @libexecdir@
258 localedir = @localedir@
259 localstatedir = @localstatedir@
260 mandir = @mandir@
261 mkdir_p = @mkdir_p@
262 oldincludedir = @oldincludedir@
263 pdfdir = @pdfdir@
264 prefix = @prefix@
265 program_transform_name = @program_transform_name@
266 psdir = @psdir@
267 sbindir = @sbindir@
268 sharedstatedir = @sharedstatedir@
269 srcdir = @srcdir@
270 sysconfdir = @sysconfdir@
271 target_alias = @target_alias@
272 top_build_prefix = @top_build_prefix@
273 top_builddir = @top_builddir@
274 top_srcdir = @top_srcdir@
275 SUBDIRS = doc tests
276 lib_LTLIBRARIES = libhyphen.la
277 libhyphen_la_SOURCES = hnjalloc.c hyphen.c
278 libhyphen_la_LDFLAGS = -version-info 2:0:2
279 include_HEADERS = hyphen.h
280 noinst_HEADERS = hnjalloc.h
281 substrings_SOURCES = substrings.c
282 example_SOURCES = example.c
283 example_LDADD = libhyphen.la
284 bin_SCRIPTS = substrings.pl
285 hyphdir = $(datadir)/hyphen
286
287 # use it if you can recreate hyph_en_US.dic from
288 hyph_DATA = hyph_en_US.dic
289 EXTRA_DIST = checkme.lst hyphen.tex tbhyphext.tex tbhyphext.sh \
290 README.compound README.hyphen README.nonstandard substrings.pl hyphen.patch \
291 COPYING.MPL COPYING.LGPL hyph_en_US.dic README_hyph_en_US.txt lig.awk \
292 ligpatch.txt ooopatch.sed
293
294 all: all-recursive
295
296 .SUFFIXES:
297 .SUFFIXES: .c .lo .o .obj
298 am--refresh:
299 @:
300 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
301 @for dep in $?; do \
302 case '$(am__configure_deps)' in \
303 *$$dep*) \
304 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
305 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
306 && exit 0; \
307 exit 1;; \
308 esac; \
309 done; \
310 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
311 $(am__cd) $(top_srcdir) && \
312 $(AUTOMAKE) --gnu Makefile
313 .PRECIOUS: Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315 @case '$?' in \
316 *config.status*) \
317 echo ' $(SHELL) ./config.status'; \
318 $(SHELL) ./config.status;; \
319 *) \
320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
321 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
322 esac;
323
324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
325 $(SHELL) ./config.status --recheck
326
327 $(top_srcdir)/configure: $(am__configure_deps)
328 $(am__cd) $(srcdir) && $(AUTOCONF)
329 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
330 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
331 $(am__aclocal_m4_deps):
332 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
333 @$(NORMAL_INSTALL)
334 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
335 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
336 list2=; for p in $$list; do \
337 if test -f $$p; then \
338 list2="$$list2 $$p"; \
339 else :; fi; \
340 done; \
341 test -z "$$list2" || { \
342 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
343 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
344 }
345
346 uninstall-libLTLIBRARIES:
347 @$(NORMAL_UNINSTALL)
348 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
349 for p in $$list; do \
350 $(am__strip_dir) \
351 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
352 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
353 done
354
355 clean-libLTLIBRARIES:
356 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
357 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
358 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
359 test "$$dir" != "$$p" || dir=.; \
360 echo "rm -f \"$${dir}/so_locations\""; \
361 rm -f "$${dir}/so_locations"; \
362 done
363 libhyphen.la: $(libhyphen_la_OBJECTS) $(libhyphen_la_DEPENDENCIES)
364 $(libhyphen_la_LINK) -rpath $(libdir) $(libhyphen_la_OBJECTS) $(libhyphe n_la_LIBADD) $(LIBS)
365
366 clean-noinstPROGRAMS:
367 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
368 echo " rm -f" $$list; \
369 rm -f $$list || exit $$?; \
370 test -n "$(EXEEXT)" || exit 0; \
371 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
372 echo " rm -f" $$list; \
373 rm -f $$list
374 example$(EXEEXT): $(example_OBJECTS) $(example_DEPENDENCIES)
375 @rm -f example$(EXEEXT)
376 $(LINK) $(example_OBJECTS) $(example_LDADD) $(LIBS)
377 substrings$(EXEEXT): $(substrings_OBJECTS) $(substrings_DEPENDENCIES)
378 @rm -f substrings$(EXEEXT)
379 $(LINK) $(substrings_OBJECTS) $(substrings_LDADD) $(LIBS)
380 install-binSCRIPTS: $(bin_SCRIPTS)
381 @$(NORMAL_INSTALL)
382 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
383 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
384 for p in $$list; do \
385 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
387 done | \
388 sed -e 'p;s,.*/,,;n' \
389 -e 'h;s|.*|.|' \
390 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
391 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
392 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
393 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
394 if (++n[d] == $(am__install_max)) { \
395 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
396 else { print "f", d "/" $$4, $$1 } } \
397 END { for (d in files) print "f", d, files[d] }' | \
398 while read type dir files; do \
399 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
400 test -z "$$files" || { \
401 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
402 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
403 } \
404 ; done
405
406 uninstall-binSCRIPTS:
407 @$(NORMAL_UNINSTALL)
408 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
409 files=`for p in $$list; do echo "$$p"; done | \
410 sed -e 's,.*/,,;$(transform)'`; \
411 test -n "$$list" || exit 0; \
412 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
413 cd "$(DESTDIR)$(bindir)" && rm -f $$files
414
415 mostlyclean-compile:
416 -rm -f *.$(OBJEXT)
417
418 distclean-compile:
419 -rm -f *.tab.c
420
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hnjalloc.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hyphen.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/substrings.Po@am__quote@
425
426 .c.o:
427 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
432
433 .c.obj:
434 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
439
440 .c.lo:
441 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $<
442 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
446
447 mostlyclean-libtool:
448 -rm -f *.lo
449
450 clean-libtool:
451 -rm -rf .libs _libs
452
453 distclean-libtool:
454 -rm -f libtool config.lt
455 install-hyphDATA: $(hyph_DATA)
456 @$(NORMAL_INSTALL)
457 test -z "$(hyphdir)" || $(MKDIR_P) "$(DESTDIR)$(hyphdir)"
458 @list='$(hyph_DATA)'; test -n "$(hyphdir)" || list=; \
459 for p in $$list; do \
460 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
461 echo "$$d$$p"; \
462 done | $(am__base_list) | \
463 while read files; do \
464 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hyphdir)'"; \
465 $(INSTALL_DATA) $$files "$(DESTDIR)$(hyphdir)" || exit $$?; \
466 done
467
468 uninstall-hyphDATA:
469 @$(NORMAL_UNINSTALL)
470 @list='$(hyph_DATA)'; test -n "$(hyphdir)" || list=; \
471 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
472 test -n "$$files" || exit 0; \
473 echo " ( cd '$(DESTDIR)$(hyphdir)' && rm -f" $$files ")"; \
474 cd "$(DESTDIR)$(hyphdir)" && rm -f $$files
475 install-includeHEADERS: $(include_HEADERS)
476 @$(NORMAL_INSTALL)
477 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
478 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
479 for p in $$list; do \
480 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
481 echo "$$d$$p"; \
482 done | $(am__base_list) | \
483 while read files; do \
484 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
485 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
486 done
487
488 uninstall-includeHEADERS:
489 @$(NORMAL_UNINSTALL)
490 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
491 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
492 test -n "$$files" || exit 0; \
493 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
494 cd "$(DESTDIR)$(includedir)" && rm -f $$files
495
496 # This directory's subdirectories are mostly independent; you can cd
497 # into them and run `make' without going through this Makefile.
498 # To change the values of `make' variables: instead of editing Makefiles,
499 # (1) if the variable is set in `config.status', edit `config.status'
500 # (which will cause the Makefiles to be regenerated when you run `make');
501 # (2) otherwise, pass the desired values on the `make' command line.
502 $(RECURSIVE_TARGETS):
503 @fail= failcom='exit 1'; \
504 for f in x $$MAKEFLAGS; do \
505 case $$f in \
506 *=* | --[!k]*);; \
507 *k*) failcom='fail=yes';; \
508 esac; \
509 done; \
510 dot_seen=no; \
511 target=`echo $@ | sed s/-recursive//`; \
512 list='$(SUBDIRS)'; for subdir in $$list; do \
513 echo "Making $$target in $$subdir"; \
514 if test "$$subdir" = "."; then \
515 dot_seen=yes; \
516 local_target="$$target-am"; \
517 else \
518 local_target="$$target"; \
519 fi; \
520 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
521 || eval $$failcom; \
522 done; \
523 if test "$$dot_seen" = "no"; then \
524 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
525 fi; test -z "$$fail"
526
527 $(RECURSIVE_CLEAN_TARGETS):
528 @fail= failcom='exit 1'; \
529 for f in x $$MAKEFLAGS; do \
530 case $$f in \
531 *=* | --[!k]*);; \
532 *k*) failcom='fail=yes';; \
533 esac; \
534 done; \
535 dot_seen=no; \
536 case "$@" in \
537 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
538 *) list='$(SUBDIRS)' ;; \
539 esac; \
540 rev=''; for subdir in $$list; do \
541 if test "$$subdir" = "."; then :; else \
542 rev="$$subdir $$rev"; \
543 fi; \
544 done; \
545 rev="$$rev ."; \
546 target=`echo $@ | sed s/-recursive//`; \
547 for subdir in $$rev; do \
548 echo "Making $$target in $$subdir"; \
549 if test "$$subdir" = "."; then \
550 local_target="$$target-am"; \
551 else \
552 local_target="$$target"; \
553 fi; \
554 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
555 || eval $$failcom; \
556 done && test -z "$$fail"
557 tags-recursive:
558 list='$(SUBDIRS)'; for subdir in $$list; do \
559 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
560 done
561 ctags-recursive:
562 list='$(SUBDIRS)'; for subdir in $$list; do \
563 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
564 done
565
566 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
567 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 mkid -fID $$unique
574 tags: TAGS
575
576 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
577 $(TAGS_FILES) $(LISP)
578 set x; \
579 here=`pwd`; \
580 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
581 include_option=--etags-include; \
582 empty_fix=.; \
583 else \
584 include_option=--include; \
585 empty_fix=; \
586 fi; \
587 list='$(SUBDIRS)'; for subdir in $$list; do \
588 if test "$$subdir" = .; then :; else \
589 test ! -f $$subdir/TAGS || \
590 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
591 fi; \
592 done; \
593 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
594 unique=`for i in $$list; do \
595 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596 done | \
597 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598 END { if (nonempty) { for (i in files) print i; }; }'`; \
599 shift; \
600 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
601 test -n "$$unique" || unique=$$empty_fix; \
602 if test $$# -gt 0; then \
603 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
604 "$$@" $$unique; \
605 else \
606 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
607 $$unique; \
608 fi; \
609 fi
610 ctags: CTAGS
611 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
612 $(TAGS_FILES) $(LISP)
613 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
614 unique=`for i in $$list; do \
615 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616 done | \
617 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618 END { if (nonempty) { for (i in files) print i; }; }'`; \
619 test -z "$(CTAGS_ARGS)$$unique" \
620 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
621 $$unique
622
623 GTAGS:
624 here=`$(am__cd) $(top_builddir) && pwd` \
625 && $(am__cd) $(top_srcdir) \
626 && gtags -i $(GTAGS_ARGS) "$$here"
627
628 distclean-tags:
629 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630
631 distdir: $(DISTFILES)
632 $(am__remove_distdir)
633 test -d "$(distdir)" || mkdir "$(distdir)"
634 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636 list='$(DISTFILES)'; \
637 dist_files=`for file in $$list; do echo $$file; done | \
638 sed -e "s|^$$srcdirstrip/||;t" \
639 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640 case $$dist_files in \
641 */*) $(MKDIR_P) `echo "$$dist_files" | \
642 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643 sort -u` ;; \
644 esac; \
645 for file in $$dist_files; do \
646 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647 if test -d $$d/$$file; then \
648 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649 if test -d "$(distdir)/$$file"; then \
650 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651 fi; \
652 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655 fi; \
656 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657 else \
658 test -f "$(distdir)/$$file" \
659 || cp -p $$d/$$file "$(distdir)/$$file" \
660 || exit 1; \
661 fi; \
662 done
663 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664 if test "$$subdir" = .; then :; else \
665 test -d "$(distdir)/$$subdir" \
666 || $(MKDIR_P) "$(distdir)/$$subdir" \
667 || exit 1; \
668 fi; \
669 done
670 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671 if test "$$subdir" = .; then :; else \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673 $(am__relativize); \
674 new_distdir=$$reldir; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
676 $(am__relativize); \
677 new_top_distdir=$$reldir; \
678 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to p_distdir" distdir="$$new_distdir" \\"; \
679 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod e_fix=: distdir)"; \
680 ($(am__cd) $$subdir && \
681 $(MAKE) $(AM_MAKEFLAGS) \
682 top_distdir="$$new_top_distdir" \
683 distdir="$$new_distdir" \
684 am__remove_distdir=: \
685 am__skip_length_check=: \
686 am__skip_mode_fix=: \
687 distdir) \
688 || exit 1; \
689 fi; \
690 done
691 -test -n "$(am__skip_mode_fix)" \
692 || find "$(distdir)" -type d ! -perm -755 \
693 -exec chmod u+rwx,go+rx {} \; -o \
694 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
695 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
696 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
697 || chmod -R a+r "$(distdir)"
698 dist-gzip: distdir
699 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
700 $(am__remove_distdir)
701
702 dist-bzip2: distdir
703 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
704 $(am__remove_distdir)
705
706 dist-lzma: distdir
707 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
708 $(am__remove_distdir)
709
710 dist-xz: distdir
711 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
712 $(am__remove_distdir)
713
714 dist-tarZ: distdir
715 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
716 $(am__remove_distdir)
717
718 dist-shar: distdir
719 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
720 $(am__remove_distdir)
721
722 dist-zip: distdir
723 -rm -f $(distdir).zip
724 zip -rq $(distdir).zip $(distdir)
725 $(am__remove_distdir)
726
727 dist dist-all: distdir
728 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
729 $(am__remove_distdir)
730
731 # This target untars the dist file and tries a VPATH configuration. Then
732 # it guarantees that the distribution is self-contained by making another
733 # tarfile.
734 distcheck: dist
735 case '$(DIST_ARCHIVES)' in \
736 *.tar.gz*) \
737 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
738 *.tar.bz2*) \
739 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
740 *.tar.lzma*) \
741 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
742 *.tar.xz*) \
743 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
744 *.tar.Z*) \
745 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
746 *.shar.gz*) \
747 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
748 *.zip*) \
749 unzip $(distdir).zip ;;\
750 esac
751 chmod -R a-w $(distdir); chmod a+w $(distdir)
752 mkdir $(distdir)/_build
753 mkdir $(distdir)/_inst
754 chmod a-w $(distdir)
755 test -d $(distdir)/_build || exit 0; \
756 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
757 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
758 && am__cwd=`pwd` \
759 && $(am__cd) $(distdir)/_build \
760 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
761 $(DISTCHECK_CONFIGURE_FLAGS) \
762 && $(MAKE) $(AM_MAKEFLAGS) \
763 && $(MAKE) $(AM_MAKEFLAGS) dvi \
764 && $(MAKE) $(AM_MAKEFLAGS) check \
765 && $(MAKE) $(AM_MAKEFLAGS) install \
766 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
767 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
768 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
769 distuninstallcheck \
770 && chmod -R a-w "$$dc_install_base" \
771 && ({ \
772 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
773 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
774 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
775 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
776 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
777 } || { rm -rf "$$dc_destdir"; exit 1; }) \
778 && rm -rf "$$dc_destdir" \
779 && $(MAKE) $(AM_MAKEFLAGS) dist \
780 && rm -rf $(DIST_ARCHIVES) \
781 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
782 && cd "$$am__cwd" \
783 || exit 1
784 $(am__remove_distdir)
785 @(echo "$(distdir) archives ready for distribution: "; \
786 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
787 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
788 distuninstallcheck:
789 @$(am__cd) '$(distuninstallcheck_dir)' \
790 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
791 || { echo "ERROR: files left after uninstall:" ; \
792 if test -n "$(DESTDIR)"; then \
793 echo " (check DESTDIR support)"; \
794 fi ; \
795 $(distuninstallcheck_listfiles) ; \
796 exit 1; } >&2
797 distcleancheck: distclean
798 @if test '$(srcdir)' = . ; then \
799 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
800 exit 1 ; \
801 fi
802 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
803 || { echo "ERROR: files left in build directory after distclean:" ; \
804 $(distcleancheck_listfiles) ; \
805 exit 1; } >&2
806 check-am: all-am
807 check: check-recursive
808 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
809 $(HEADERS)
810 installdirs: installdirs-recursive
811 installdirs-am:
812 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(hyph dir)" "$(DESTDIR)$(includedir)"; do \
813 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
814 done
815 install: install-recursive
816 install-exec: install-exec-recursive
817 install-data: install-data-recursive
818 uninstall: uninstall-recursive
819
820 install-am: all-am
821 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
822
823 installcheck: installcheck-recursive
824 install-strip:
825 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827 `test -z '$(STRIP)' || \
828 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
829 mostlyclean-generic:
830
831 clean-generic:
832
833 distclean-generic:
834 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
835 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836
837 maintainer-clean-generic:
838 @echo "This command is intended for maintainers to use"
839 @echo "it deletes files that may require special tools to rebuild."
840 clean: clean-recursive
841
842 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
843 clean-noinstPROGRAMS mostlyclean-am
844
845 distclean: distclean-recursive
846 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
847 -rm -rf ./$(DEPDIR)
848 -rm -f Makefile
849 distclean-am: clean-am distclean-compile distclean-generic \
850 distclean-libtool distclean-tags
851
852 dvi: dvi-recursive
853
854 dvi-am:
855
856 html: html-recursive
857
858 html-am:
859
860 info: info-recursive
861
862 info-am:
863
864 install-data-am: install-hyphDATA install-includeHEADERS
865
866 install-dvi: install-dvi-recursive
867
868 install-dvi-am:
869
870 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
871
872 install-html: install-html-recursive
873
874 install-html-am:
875
876 install-info: install-info-recursive
877
878 install-info-am:
879
880 install-man:
881
882 install-pdf: install-pdf-recursive
883
884 install-pdf-am:
885
886 install-ps: install-ps-recursive
887
888 install-ps-am:
889
890 installcheck-am:
891
892 maintainer-clean: maintainer-clean-recursive
893 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
894 -rm -rf $(top_srcdir)/autom4te.cache
895 -rm -rf ./$(DEPDIR)
896 -rm -f Makefile
897 maintainer-clean-am: distclean-am maintainer-clean-generic
898
899 mostlyclean: mostlyclean-recursive
900
901 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
902 mostlyclean-libtool
903
904 pdf: pdf-recursive
905
906 pdf-am:
907
908 ps: ps-recursive
909
910 ps-am:
911
912 uninstall-am: uninstall-binSCRIPTS uninstall-hyphDATA \
913 uninstall-includeHEADERS uninstall-libLTLIBRARIES
914
915 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
916 install-am install-strip tags-recursive
917
918 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
919 all all-am am--refresh check check-am clean clean-generic \
920 clean-libLTLIBRARIES clean-libtool clean-local \
921 clean-noinstPROGRAMS ctags ctags-recursive dist dist-all \
922 dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
923 dist-zip distcheck distclean distclean-compile \
924 distclean-generic distclean-libtool distclean-tags \
925 distcleancheck distdir distuninstallcheck dvi dvi-am html \
926 html-am info info-am install install-am install-binSCRIPTS \
927 install-data install-data-am install-dvi install-dvi-am \
928 install-exec install-exec-am install-html install-html-am \
929 install-hyphDATA install-includeHEADERS install-info \
930 install-info-am install-libLTLIBRARIES install-man install-pdf \
931 install-pdf-am install-ps install-ps-am install-strip \
932 installcheck installcheck-am installdirs installdirs-am \
933 maintainer-clean maintainer-clean-generic mostlyclean \
934 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
935 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
936 uninstall-binSCRIPTS uninstall-hyphDATA \
937 uninstall-includeHEADERS uninstall-libLTLIBRARIES
938
939
940 hyphen.us3:
941 cp -f $(srcdir)/hyphen.tex hyphen.us
942 patch < $(srcdir)/hyphen.patch
943 $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2
944 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3
945 cat $(srcdir)/ligpatch.txt >>hyphen.us3
946
947 hyph_en_US.dic: hyphen.us3
948 perl $(srcdir)/substrings.pl hyphen.us3 hyphen.us4 UTF-8 2 3 >/dev/null
949 cat hyphen.us4 | $(SED) -f $(srcdir)/ooopatch.sed >hyph_en_US.dic
950
951 clean-local:
952 rm -rf hyphen.us* hyph_en_US.dic
953
954 # Tell versions [3.59,3.63) of GNU make to not export all variables.
955 # Otherwise a system limit (for SysV at least) may be exceeded.
956 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/hyphen/Makefile.am ('k') | third_party/hyphen/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698