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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [librpc/] [src/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# 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
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = ..
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_NETWORKING = @HAS_NETWORKING@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
MULTIBUILDTOP = @MULTIBUILDTOP@
83
MULTISUBDIR = @MULTISUBDIR@
84
PACKAGE = @PACKAGE@
85
PROJECT_INCLUDE = @PROJECT_INCLUDE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RANLIB = @RANLIB@
89
RTEMS_BSP = @RTEMS_BSP@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
92
RTEMS_ROOT = @RTEMS_ROOT@
93
RTEMS_TOPdir = @RTEMS_TOPdir@
94
STRIP = @STRIP@
95
VERSION = @VERSION@
96
am__include = @am__include@
97
am__quote = @am__quote@
98
install_sh = @install_sh@
99
multilib_basedir = @multilib_basedir@
100
project_libdir = @project_libdir@
101
 
102
SUBDIRS = xdr rpc
103
 
104
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
105
subdir = src
106
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
107
CONFIG_CLEAN_FILES =
108
DIST_SOURCES =
109
 
110
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
111
        uninstall-info-recursive all-recursive install-data-recursive \
112
        install-exec-recursive installdirs-recursive install-recursive \
113
        uninstall-recursive check-recursive installcheck-recursive
114
DIST_COMMON = Makefile.am Makefile.in
115
DIST_SUBDIRS = $(SUBDIRS)
116
all: all-recursive
117
 
118
.SUFFIXES:
119
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/subdirs.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
120
        cd $(top_srcdir) && \
121
          $(AUTOMAKE) --foreign  src/Makefile
122
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
123
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
124
uninstall-info-am:
125
 
126
# This directory's subdirectories are mostly independent; you can cd
127
# into them and run `make' without going through this Makefile.
128
# To change the values of `make' variables: instead of editing Makefiles,
129
# (1) if the variable is set in `config.status', edit `config.status'
130
#     (which will cause the Makefiles to be regenerated when you run `make');
131
# (2) otherwise, pass the desired values on the `make' command line.
132
$(RECURSIVE_TARGETS):
133
        @set fnord $$MAKEFLAGS; amf=$$2; \
134
        dot_seen=no; \
135
        target=`echo $@ | sed s/-recursive//`; \
136
        list='$(SUBDIRS)'; for subdir in $$list; do \
137
          echo "Making $$target in $$subdir"; \
138
          if test "$$subdir" = "."; then \
139
            dot_seen=yes; \
140
            local_target="$$target-am"; \
141
          else \
142
            local_target="$$target"; \
143
          fi; \
144
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146
        done; \
147
        if test "$$dot_seen" = "no"; then \
148
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
149
        fi; test -z "$$fail"
150
 
151
mostlyclean-recursive clean-recursive distclean-recursive \
152
maintainer-clean-recursive:
153
        @set fnord $$MAKEFLAGS; amf=$$2; \
154
        dot_seen=no; \
155
        case "$@" in \
156
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
157
          *) list='$(SUBDIRS)' ;; \
158
        esac; \
159
        rev=''; for subdir in $$list; do \
160
          if test "$$subdir" = "."; then :; else \
161
            rev="$$subdir $$rev"; \
162
          fi; \
163
        done; \
164
        rev="$$rev ."; \
165
        target=`echo $@ | sed s/-recursive//`; \
166
        for subdir in $$rev; do \
167
          echo "Making $$target in $$subdir"; \
168
          if test "$$subdir" = "."; then \
169
            local_target="$$target-am"; \
170
          else \
171
            local_target="$$target"; \
172
          fi; \
173
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
174
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175
        done && test -z "$$fail"
176
tags-recursive:
177
        list='$(SUBDIRS)'; for subdir in $$list; do \
178
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
179
        done
180
 
181
ETAGS = etags
182
ETAGSFLAGS =
183
 
184
tags: TAGS
185
 
186
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
187
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
188
        unique=`for i in $$list; do \
189
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190
          done | \
191
          $(AWK) '    { files[$$0] = 1; } \
192
               END { for (i in files) print i; }'`; \
193
        mkid -fID $$unique
194
 
195
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
196
                $(TAGS_FILES) $(LISP)
197
        tags=; \
198
        here=`pwd`; \
199
        list='$(SUBDIRS)'; for subdir in $$list; do \
200
          if test "$$subdir" = .; then :; else \
201
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202
          fi; \
203
        done; \
204
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
205
        unique=`for i in $$list; do \
206
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207
          done | \
208
          $(AWK) '    { files[$$0] = 1; } \
209
               END { for (i in files) print i; }'`; \
210
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
211
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
212
             $$tags $$unique
213
 
214
GTAGS:
215
        here=`$(am__cd) $(top_builddir) && pwd` \
216
          && cd $(top_srcdir) \
217
          && gtags -i $(GTAGS_ARGS) $$here
218
 
219
distclean-tags:
220
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
221
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222
 
223
top_distdir = ..
224
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
225
 
226
distdir: $(DISTFILES)
227
        @list='$(DISTFILES)'; for file in $$list; do \
228
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
229
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
230
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231
            dir="/$$dir"; \
232
            $(mkinstalldirs) "$(distdir)$$dir"; \
233
          else \
234
            dir=''; \
235
          fi; \
236
          if test -d $$d/$$file; then \
237
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
238
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239
            fi; \
240
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241
          else \
242
            test -f $(distdir)/$$file \
243
            || cp -p $$d/$$file $(distdir)/$$file \
244
            || exit 1; \
245
          fi; \
246
        done
247
        list='$(SUBDIRS)'; for subdir in $$list; do \
248
          if test "$$subdir" = .; then :; else \
249
            test -d $(distdir)/$$subdir \
250
            || mkdir $(distdir)/$$subdir \
251
            || exit 1; \
252
            (cd $$subdir && \
253
              $(MAKE) $(AM_MAKEFLAGS) \
254
                top_distdir="$(top_distdir)" \
255
                distdir=../$(distdir)/$$subdir \
256
                distdir) \
257
              || exit 1; \
258
          fi; \
259
        done
260
check-am: all-am
261
check: check-recursive
262
all-am: Makefile
263
installdirs: installdirs-recursive
264
installdirs-am:
265
 
266
install: install-recursive
267
install-exec: install-exec-recursive
268
install-data: install-data-recursive
269
uninstall: uninstall-recursive
270
 
271
install-am: all-am
272
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273
 
274
installcheck: installcheck-recursive
275
install-strip:
276
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
277
          INSTALL_STRIP_FLAG=-s \
278
          `test -z '$(STRIP)' || \
279
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
280
mostlyclean-generic:
281
 
282
clean-generic:
283
 
284
distclean-generic:
285
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
286
 
287
maintainer-clean-generic:
288
        @echo "This command is intended for maintainers to use"
289
        @echo "it deletes files that may require special tools to rebuild."
290
clean: clean-recursive
291
 
292
clean-am: clean-generic clean-local mostlyclean-am
293
 
294
distclean: distclean-recursive
295
 
296
distclean-am: clean-am distclean-generic distclean-local distclean-tags
297
 
298
dvi: dvi-recursive
299
 
300
dvi-am:
301
 
302
info: info-recursive
303
 
304
info-am:
305
 
306
install-data-am:
307
 
308
install-exec-am:
309
 
310
install-info: install-info-recursive
311
 
312
install-man:
313
 
314
installcheck-am:
315
 
316
maintainer-clean: maintainer-clean-recursive
317
 
318
maintainer-clean-am: distclean-am maintainer-clean-generic
319
 
320
mostlyclean: mostlyclean-recursive
321
 
322
mostlyclean-am: mostlyclean-generic
323
 
324
uninstall-am: uninstall-info-am
325
 
326
uninstall-info: uninstall-info-recursive
327
 
328
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
329
        clean-generic clean-local clean-recursive distclean \
330
        distclean-generic distclean-local distclean-recursive \
331
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
332
        info-recursive install install-am install-data install-data-am \
333
        install-data-recursive install-exec install-exec-am \
334
        install-exec-recursive install-info install-info-am \
335
        install-info-recursive install-man install-recursive \
336
        install-strip installcheck installcheck-am installdirs \
337
        installdirs-am installdirs-recursive maintainer-clean \
338
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
339
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
340
        uninstall uninstall-am uninstall-info-am \
341
        uninstall-info-recursive uninstall-recursive
342
 
343
 
344
depend-recursive \
345
preinstall-recursive:
346
        @set fnord $(MAKEFLAGS); amf=$$2; \
347
        dot_seen=no; \
348
        target=`echo $@ | sed s/-recursive//`; \
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
          echo "Making $$target in $$subdir"; \
351
          if test "$$subdir" = "."; then \
352
            dot_seen=yes; \
353
            local_target="$$target-am"; \
354
          else \
355
            local_target="$$target"; \
356
          fi; \
357
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
358
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
359
        done; \
360
        if test "$$dot_seen" = "no"; then \
361
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
362
        fi; test -z "$$fail"
363
 
364
preinstall: preinstall-recursive
365
.PHONY: preinstall-recursive
366
 
367
depend: depend-recursive
368
.PHONY: depend-recursive
369
 
370
debug:
371
        @echo
372
        @echo "\"make debug\" is obsolete, instead use:"
373
        @echo " make VARIANT=DEBUG"
374
        @echo
375
 
376
.PHONY: debug
377
 
378
profile:
379
        @echo
380
        @echo "\"make profile\" is obsolete, instead use:"
381
        @echo " make VARIANT=PROFILE"
382
        @echo
383
 
384
.PHONY: profile
385
 
386
preinstall-am: $(PREINSTALL_FILES)
387
preinstall: preinstall-am
388
.PHONY: preinstall preinstall-am
389
 
390
depend-am:
391
depend: depend-am
392
.PHONY: depend depend-am
393
 
394
${ARCH}:
395
        mkdir ${ARCH}
396
 
397
clean-local:
398
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
399
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
400
 
401
distclean-local:
402
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
403
# Tell versions [3.59,3.63) of GNU make to not export all variables.
404
# Otherwise a system limit (for SysV at least) may be exceeded.
405
.NOEXPORT:

powered by: WebSVN 2.1.0

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