OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [iconv/] [Makefile.in] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.11 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
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
38
        $(srcdir)/Makefile.am
39
subdir = iconv
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
42
        $(top_srcdir)/../../ltoptions.m4 \
43
        $(top_srcdir)/../../ltsugar.m4 \
44
        $(top_srcdir)/../../ltversion.m4 \
45
        $(top_srcdir)/../../lt~obsolete.m4 \
46
        $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
        $(ACLOCAL_M4)
49
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
50
CONFIG_CLEAN_FILES =
51
CONFIG_CLEAN_VPATH_FILES =
52
depcomp =
53
am__depfiles_maybe =
54
SOURCES =
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
        html-recursive info-recursive install-data-recursive \
57
        install-dvi-recursive install-exec-recursive \
58
        install-html-recursive install-info-recursive \
59
        install-pdf-recursive install-ps-recursive install-recursive \
60
        installcheck-recursive installdirs-recursive pdf-recursive \
61
        ps-recursive uninstall-recursive
62
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63
am__vpath_adj = case $$p in \
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65
    *) f=$$p;; \
66
  esac;
67
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68
am__install_max = 40
69
am__nobase_strip_setup = \
70
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71
am__nobase_strip = \
72
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73
am__nobase_list = $(am__nobase_strip_setup); \
74
  for p in $$list; do echo "$$p $$p"; done | \
75
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77
    if (++n[$$2] == $(am__install_max)) \
78
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79
    END { for (dir in files) print dir, files[dir] }'
80
am__base_list = \
81
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83
am__installdirs = "$(DESTDIR)$(cctdir)"
84
DATA = $(cct_DATA)
85
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86
  distclean-recursive maintainer-clean-recursive
87
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
89
ETAGS = etags
90
CTAGS = ctags
91
DIST_SUBDIRS = $(SUBDIRS)
92
ACLOCAL = @ACLOCAL@
93
AMTAR = @AMTAR@
94
AR = @AR@
95
AS = @AS@
96
AUTOCONF = @AUTOCONF@
97
AUTOHEADER = @AUTOHEADER@
98
AUTOMAKE = @AUTOMAKE@
99
AWK = @AWK@
100
CC = @CC@
101
CCAS = @CCAS@
102
CCASFLAGS = @CCASFLAGS@
103
CCDEPMODE = @CCDEPMODE@
104
CFLAGS = @CFLAGS@
105
CPP = @CPP@
106
CPPFLAGS = @CPPFLAGS@
107
CRT0 = @CRT0@
108
CYGPATH_W = @CYGPATH_W@
109
DEFS = @DEFS@
110
DEPDIR = @DEPDIR@
111
DLLTOOL = @DLLTOOL@
112
DSYMUTIL = @DSYMUTIL@
113
DUMPBIN = @DUMPBIN@
114
ECHO_C = @ECHO_C@
115
ECHO_N = @ECHO_N@
116
ECHO_T = @ECHO_T@
117
EGREP = @EGREP@
118
EXEEXT = @EXEEXT@
119
FGREP = @FGREP@
120
GREP = @GREP@
121
INSTALL = @INSTALL@
122
INSTALL_DATA = @INSTALL_DATA@
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
LD = @LD@
127
LDFLAGS = @LDFLAGS@
128
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
129
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
130
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
131
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
132
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
133
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
134
LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
135
LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
136
LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
137
LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
138
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
139
LIBC_SYS_LIB = @LIBC_SYS_LIB@
140
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
141
LIBOBJS = @LIBOBJS@
142
LIBS = @LIBS@
143
LIBTOOL = @LIBTOOL@
144
LIPO = @LIPO@
145
LN_S = @LN_S@
146
LTLIBOBJS = @LTLIBOBJS@
147
MAINT = @MAINT@
148
MAKEINFO = @MAKEINFO@
149
MKDIR_P = @MKDIR_P@
150
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
151
NM = @NM@
152
NMEDIT = @NMEDIT@
153
OBJDUMP = @OBJDUMP@
154
OBJEXT = @OBJEXT@
155
OTOOL = @OTOOL@
156
OTOOL64 = @OTOOL64@
157
PACKAGE = @PACKAGE@
158
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159
PACKAGE_NAME = @PACKAGE_NAME@
160
PACKAGE_STRING = @PACKAGE_STRING@
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
162
PACKAGE_VERSION = @PACKAGE_VERSION@
163
PATH_SEPARATOR = @PATH_SEPARATOR@
164
RANLIB = @RANLIB@
165
READELF = @READELF@
166
SED = @SED@
167
SET_MAKE = @SET_MAKE@
168
SHELL = @SHELL@
169
STRIP = @STRIP@
170
VERSION = @VERSION@
171
abs_builddir = @abs_builddir@
172
abs_srcdir = @abs_srcdir@
173
abs_top_builddir = @abs_top_builddir@
174
abs_top_srcdir = @abs_top_srcdir@
175
ac_ct_CC = @ac_ct_CC@
176
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
177
aext = @aext@
178
am__include = @am__include@
179
am__leading_dot = @am__leading_dot@
180
am__quote = @am__quote@
181
am__tar = @am__tar@
182
am__untar = @am__untar@
183
bindir = @bindir@
184
build = @build@
185
build_alias = @build_alias@
186
build_cpu = @build_cpu@
187
build_os = @build_os@
188
build_vendor = @build_vendor@
189
builddir = @builddir@
190
datadir = @datadir@
191
datarootdir = @datarootdir@
192
docdir = @docdir@
193
dvidir = @dvidir@
194
exec_prefix = @exec_prefix@
195
extra_dir = @extra_dir@
196
host = @host@
197
host_alias = @host_alias@
198
host_cpu = @host_cpu@
199
host_os = @host_os@
200
host_vendor = @host_vendor@
201
htmldir = @htmldir@
202
includedir = @includedir@
203
infodir = @infodir@
204
install_sh = @install_sh@
205
libdir = @libdir@
206
libexecdir = @libexecdir@
207
libm_machine_dir = @libm_machine_dir@
208
localedir = @localedir@
209
localstatedir = @localstatedir@
210
lpfx = @lpfx@
211
lt_ECHO = @lt_ECHO@
212
machine_dir = @machine_dir@
213
mandir = @mandir@
214
mkdir_p = @mkdir_p@
215
newlib_basedir = @newlib_basedir@
216
oext = @oext@
217
oldincludedir = @oldincludedir@
218
pdfdir = @pdfdir@
219
prefix = @prefix@
220
program_transform_name = @program_transform_name@
221
psdir = @psdir@
222
sbindir = @sbindir@
223
sharedstatedir = @sharedstatedir@
224
srcdir = @srcdir@
225
subdirs = @subdirs@
226
sys_dir = @sys_dir@
227
sysconfdir = @sysconfdir@
228
target_alias = @target_alias@
229
top_build_prefix = @top_build_prefix@
230
top_builddir = @top_builddir@
231
top_srcdir = @top_srcdir@
232
AUTOMAKE_OPTIONS = cygnus
233
SUBDIRS = ces ccs lib .
234
cctdir = $(datadir)/iconv_data
235
cct_DATA = encoding.aliases
236
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
237
SUBDEFS = lib/stmp-def
238
CHEWOUT_FILES = iconv.def
239
TARGETDOC = ../tmp.texi
240
CLEANFILES = $(CHEWOUT_FILES) *.ref
241
all: all-recursive
242
 
243
.SUFFIXES:
244
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
245
        @for dep in $?; do \
246
          case '$(am__configure_deps)' in \
247
            *$$dep*) \
248
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249
                && { if test -f $@; then exit 0; else break; fi; }; \
250
              exit 1;; \
251
          esac; \
252
        done; \
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile'; \
254
        $(am__cd) $(top_srcdir) && \
255
          $(AUTOMAKE) --cygnus iconv/Makefile
256
.PRECIOUS: Makefile
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
        @case '$?' in \
259
          *config.status*) \
260
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261
          *) \
262
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264
        esac;
265
 
266
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
269
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
$(am__aclocal_m4_deps):
274
 
275
mostlyclean-libtool:
276
        -rm -f *.lo
277
 
278
clean-libtool:
279
        -rm -rf .libs _libs
280
install-cctDATA: $(cct_DATA)
281
        @$(NORMAL_INSTALL)
282
        test -z "$(cctdir)" || $(MKDIR_P) "$(DESTDIR)$(cctdir)"
283
        @list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
284
        for p in $$list; do \
285
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
286
          echo "$$d$$p"; \
287
        done | $(am__base_list) | \
288
        while read files; do \
289
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cctdir)'"; \
290
          $(INSTALL_DATA) $$files "$(DESTDIR)$(cctdir)" || exit $$?; \
291
        done
292
 
293
uninstall-cctDATA:
294
        @$(NORMAL_UNINSTALL)
295
        @list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
296
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
297
        test -n "$$files" || exit 0; \
298
        echo " ( cd '$(DESTDIR)$(cctdir)' && rm -f" $$files ")"; \
299
        cd "$(DESTDIR)$(cctdir)" && rm -f $$files
300
 
301
# This directory's subdirectories are mostly independent; you can cd
302
# into them and run `make' without going through this Makefile.
303
# To change the values of `make' variables: instead of editing Makefiles,
304
# (1) if the variable is set in `config.status', edit `config.status'
305
#     (which will cause the Makefiles to be regenerated when you run `make');
306
# (2) otherwise, pass the desired values on the `make' command line.
307
$(RECURSIVE_TARGETS):
308
        @failcom='exit 1'; \
309
        for f in x $$MAKEFLAGS; do \
310
          case $$f in \
311
            *=* | --[!k]*);; \
312
            *k*) failcom='fail=yes';; \
313
          esac; \
314
        done; \
315
        dot_seen=no; \
316
        target=`echo $@ | sed s/-recursive//`; \
317
        list='$(SUBDIRS)'; for subdir in $$list; do \
318
          echo "Making $$target in $$subdir"; \
319
          if test "$$subdir" = "."; then \
320
            dot_seen=yes; \
321
            local_target="$$target-am"; \
322
          else \
323
            local_target="$$target"; \
324
          fi; \
325
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326
          || eval $$failcom; \
327
        done; \
328
        if test "$$dot_seen" = "no"; then \
329
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330
        fi; test -z "$$fail"
331
 
332
$(RECURSIVE_CLEAN_TARGETS):
333
        @failcom='exit 1'; \
334
        for f in x $$MAKEFLAGS; do \
335
          case $$f in \
336
            *=* | --[!k]*);; \
337
            *k*) failcom='fail=yes';; \
338
          esac; \
339
        done; \
340
        dot_seen=no; \
341
        case "$@" in \
342
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
343
          *) list='$(SUBDIRS)' ;; \
344
        esac; \
345
        rev=''; for subdir in $$list; do \
346
          if test "$$subdir" = "."; then :; else \
347
            rev="$$subdir $$rev"; \
348
          fi; \
349
        done; \
350
        rev="$$rev ."; \
351
        target=`echo $@ | sed s/-recursive//`; \
352
        for subdir in $$rev; do \
353
          echo "Making $$target in $$subdir"; \
354
          if test "$$subdir" = "."; then \
355
            local_target="$$target-am"; \
356
          else \
357
            local_target="$$target"; \
358
          fi; \
359
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360
          || eval $$failcom; \
361
        done && test -z "$$fail"
362
tags-recursive:
363
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365
        done
366
ctags-recursive:
367
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369
        done
370
 
371
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373
        unique=`for i in $$list; do \
374
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
          done | \
376
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
        mkid -fID $$unique
379
tags: TAGS
380
 
381
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382
                $(TAGS_FILES) $(LISP)
383
        set x; \
384
        here=`pwd`; \
385
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
386
          include_option=--etags-include; \
387
          empty_fix=.; \
388
        else \
389
          include_option=--include; \
390
          empty_fix=; \
391
        fi; \
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
          if test "$$subdir" = .; then :; else \
394
            test ! -f $$subdir/TAGS || \
395
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
396
          fi; \
397
        done; \
398
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399
        unique=`for i in $$list; do \
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401
          done | \
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
404
        shift; \
405
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
406
          test -n "$$unique" || unique=$$empty_fix; \
407
          if test $$# -gt 0; then \
408
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409
              "$$@" $$unique; \
410
          else \
411
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412
              $$unique; \
413
          fi; \
414
        fi
415
ctags: CTAGS
416
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417
                $(TAGS_FILES) $(LISP)
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419
        unique=`for i in $$list; do \
420
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421
          done | \
422
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423
              END { if (nonempty) { for (i in files) print i; }; }'`; \
424
        test -z "$(CTAGS_ARGS)$$unique" \
425
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426
             $$unique
427
 
428
GTAGS:
429
        here=`$(am__cd) $(top_builddir) && pwd` \
430
          && $(am__cd) $(top_srcdir) \
431
          && gtags -i $(GTAGS_ARGS) "$$here"
432
 
433
distclean-tags:
434
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
check-am:
436
check: check-recursive
437
all-am: Makefile $(DATA)
438
installdirs: installdirs-recursive
439
installdirs-am:
440
        for dir in "$(DESTDIR)$(cctdir)"; do \
441
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
442
        done
443
install: install-recursive
444
install-exec: install-exec-recursive
445
install-data: install-data-recursive
446
uninstall: uninstall-recursive
447
 
448
install-am: all-am
449
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450
 
451
installcheck: installcheck-recursive
452
install-strip:
453
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455
          `test -z '$(STRIP)' || \
456
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
457
mostlyclean-generic:
458
 
459
clean-generic:
460
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
461
 
462
distclean-generic:
463
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
 
466
maintainer-clean-generic:
467
        @echo "This command is intended for maintainers to use"
468
        @echo "it deletes files that may require special tools to rebuild."
469
clean: clean-recursive
470
 
471
clean-am: clean-generic clean-libtool mostlyclean-am
472
 
473
distclean: distclean-recursive
474
        -rm -f Makefile
475
distclean-am: clean-am distclean-generic distclean-tags
476
 
477
dvi: dvi-recursive
478
 
479
dvi-am:
480
 
481
html: html-recursive
482
 
483
html-am:
484
 
485
info: info-recursive
486
 
487
info-am:
488
 
489
install-data-am: install-cctDATA
490
 
491
install-dvi: install-dvi-recursive
492
 
493
install-dvi-am:
494
 
495
install-exec-am:
496
 
497
install-html: install-html-recursive
498
 
499
install-html-am:
500
 
501
install-info: install-info-recursive
502
 
503
install-info-am:
504
 
505
install-man:
506
 
507
install-pdf: install-pdf-recursive
508
 
509
install-pdf-am:
510
 
511
install-ps: install-ps-recursive
512
 
513
install-ps-am:
514
 
515
installcheck-am:
516
 
517
maintainer-clean: maintainer-clean-recursive
518
        -rm -f Makefile
519
maintainer-clean-am: distclean-am maintainer-clean-generic
520
 
521
mostlyclean: mostlyclean-recursive
522
 
523
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
524
 
525
pdf: pdf-recursive
526
 
527
pdf-am:
528
 
529
ps: ps-recursive
530
 
531
ps-am:
532
 
533
uninstall-am: uninstall-cctDATA
534
 
535
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
536
        install-am install-strip tags-recursive
537
 
538
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
539
        all all-am check check-am clean clean-generic clean-libtool \
540
        ctags ctags-recursive distclean distclean-generic \
541
        distclean-libtool distclean-tags dvi dvi-am html html-am info \
542
        info-am install install-am install-cctDATA install-data \
543
        install-data-am install-dvi install-dvi-am install-exec \
544
        install-exec-am install-html install-html-am install-info \
545
        install-info-am install-man install-pdf install-pdf-am \
546
        install-ps install-ps-am install-strip installcheck \
547
        installcheck-am installdirs installdirs-am maintainer-clean \
548
        maintainer-clean-generic mostlyclean mostlyclean-generic \
549
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
550
        uninstall uninstall-am uninstall-cctDATA
551
 
552
objectlist.awk.in: $(noinst_LTLIBRARIES)
553
        -rm -f objectlist.awk.in
554
        for i in `ls *.lo` ; \
555
        do \
556
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
557
        done
558
 
559
iconv.def: lib/iconv.def
560
        cp lib/iconv.def iconv.def
561
 
562
stmp-def: force
563
        (cd lib && make doc)
564
        touch $@
565
 
566
.PHONY: force
567
force:
568
 
569
$(SUBDEFS): stmp-def
570
 
571
lib/iconv.def: $(SUBDEFS); @true
572
 
573
lib/stmp-def: ; @true
574
 
575
doc: $(CHEWOUT_FILES)
576
        cat $(srcdir)/iconv.tex >> $(TARGETDOC)
577
 
578
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
# Otherwise a system limit (for SysV at least) may be exceeded.
580
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.