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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [posix/] [include/] [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_POSIX_API = @HAS_POSIX_API@
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_POSIX_API = @RTEMS_HAS_POSIX_API@
92
RTEMS_HOST = @RTEMS_HOST@
93
RTEMS_ROOT = @RTEMS_ROOT@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
96
RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
97
STRIP = @STRIP@
98
VERSION = @VERSION@
99
am__include = @am__include@
100
am__quote = @am__quote@
101
install_sh = @install_sh@
102
multilib_basedir = @multilib_basedir@
103
project_libdir = @project_libdir@
104
 
105
# include
106
noinst_HEADERS = devctl.h intr.h rtems/posix/intr.h rtems/posix/threadsup.h
107
 
108
include_HEADERS = sched.h aio.h mqueue.h semaphore.h
109
 
110
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
111
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)\
112
$(PROJECT_INCLUDE)/rtems/posix \
113
    $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/%)
114
 
115
 
116
 
117
# rtems/posix
118
include_rtems_posixdir = $(includedir)/rtems/posix
119
 
120
MP_H_FILES = rtems/posix/condmp.h rtems/posix/mqueuemp.h rtems/posix/mutexmp.h \
121
    rtems/posix/pthreadmp.h rtems/posix/semaphoremp.h
122
 
123
 
124
STD_H_FILES = rtems/posix/cancel.h rtems/posix/cond.h rtems/posix/config.h \
125
    rtems/posix/key.h rtems/posix/mqueue.h rtems/posix/mutex.h \
126
    rtems/posix/posixapi.h rtems/posix/priority.h rtems/posix/psignal.h \
127
    rtems/posix/pthread.h rtems/posix/ptimer.h rtems/posix/semaphore.h \
128
    rtems/posix/threadsup.h rtems/posix/time.h rtems/posix/timer.h \
129
    $(MP_H_FILES)
130
 
131
 
132
@HAS_MP_TRUE@include_rtems_posix_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
133
@HAS_MP_FALSE@include_rtems_posix_HEADERS = $(STD_H_FILES)
134
 
135
EXTRA_DIST = $(noinst_HEADERS)
136
 
137
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
138
subdir = include
139
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
140
CONFIG_HEADER = $(top_builddir)/src/config.h
141
CONFIG_CLEAN_FILES =
142
DIST_SOURCES =
143
HEADERS = $(include_HEADERS) $(include_rtems_posix_HEADERS) \
144
        $(noinst_HEADERS)
145
 
146
DIST_COMMON = $(include_HEADERS) $(include_rtems_posix_HEADERS) \
147
        $(noinst_HEADERS) Makefile.am Makefile.in
148
all: all-am
149
 
150
.SUFFIXES:
151
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
152
        cd $(top_srcdir) && \
153
          $(AUTOMAKE) --foreign  include/Makefile
154
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
155
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
156
uninstall-info-am:
157
includeHEADERS_INSTALL = $(INSTALL_HEADER)
158
install-includeHEADERS: $(include_HEADERS)
159
        @$(NORMAL_INSTALL)
160
        $(mkinstalldirs) $(DESTDIR)$(includedir)
161
        @list='$(include_HEADERS)'; for p in $$list; do \
162
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
163
          f="`echo $$p | sed -e 's|^.*/||'`"; \
164
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
165
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
166
        done
167
 
168
uninstall-includeHEADERS:
169
        @$(NORMAL_UNINSTALL)
170
        @list='$(include_HEADERS)'; for p in $$list; do \
171
          f="`echo $$p | sed -e 's|^.*/||'`"; \
172
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
173
          rm -f $(DESTDIR)$(includedir)/$$f; \
174
        done
175
include_rtems_posixHEADERS_INSTALL = $(INSTALL_HEADER)
176
install-include_rtems_posixHEADERS: $(include_rtems_posix_HEADERS)
177
        @$(NORMAL_INSTALL)
178
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_posixdir)
179
        @list='$(include_rtems_posix_HEADERS)'; for p in $$list; do \
180
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
181
          f="`echo $$p | sed -e 's|^.*/||'`"; \
182
          echo " $(include_rtems_posixHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_posixdir)/$$f"; \
183
          $(include_rtems_posixHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_posixdir)/$$f; \
184
        done
185
 
186
uninstall-include_rtems_posixHEADERS:
187
        @$(NORMAL_UNINSTALL)
188
        @list='$(include_rtems_posix_HEADERS)'; for p in $$list; do \
189
          f="`echo $$p | sed -e 's|^.*/||'`"; \
190
          echo " rm -f $(DESTDIR)$(include_rtems_posixdir)/$$f"; \
191
          rm -f $(DESTDIR)$(include_rtems_posixdir)/$$f; \
192
        done
193
 
194
ETAGS = etags
195
ETAGSFLAGS =
196
 
197
tags: TAGS
198
 
199
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
200
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
201
        unique=`for i in $$list; do \
202
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203
          done | \
204
          $(AWK) '    { files[$$0] = 1; } \
205
               END { for (i in files) print i; }'`; \
206
        mkid -fID $$unique
207
 
208
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
209
                $(TAGS_FILES) $(LISP)
210
        tags=; \
211
        here=`pwd`; \
212
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
213
        unique=`for i in $$list; do \
214
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215
          done | \
216
          $(AWK) '    { files[$$0] = 1; } \
217
               END { for (i in files) print i; }'`; \
218
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
219
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
220
             $$tags $$unique
221
 
222
GTAGS:
223
        here=`$(am__cd) $(top_builddir) && pwd` \
224
          && cd $(top_srcdir) \
225
          && gtags -i $(GTAGS_ARGS) $$here
226
 
227
distclean-tags:
228
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
229
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230
 
231
top_distdir = ..
232
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
233
 
234
distdir: $(DISTFILES)
235
        $(mkinstalldirs) $(distdir)/rtems/posix
236
        @list='$(DISTFILES)'; for file in $$list; do \
237
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
238
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
239
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
240
            dir="/$$dir"; \
241
            $(mkinstalldirs) "$(distdir)$$dir"; \
242
          else \
243
            dir=''; \
244
          fi; \
245
          if test -d $$d/$$file; then \
246
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
247
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
248
            fi; \
249
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
250
          else \
251
            test -f $(distdir)/$$file \
252
            || cp -p $$d/$$file $(distdir)/$$file \
253
            || exit 1; \
254
          fi; \
255
        done
256
check-am: all-am
257
check: check-am
258
all-am: Makefile $(HEADERS) all-local
259
 
260
installdirs:
261
        $(mkinstalldirs) $(DESTDIR)$(includedir) $(DESTDIR)$(include_rtems_posixdir)
262
 
263
install: install-am
264
install-exec: install-exec-am
265
install-data: install-data-am
266
uninstall: uninstall-am
267
 
268
install-am: all-am
269
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
270
 
271
installcheck: installcheck-am
272
install-strip:
273
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
274
          INSTALL_STRIP_FLAG=-s \
275
          `test -z '$(STRIP)' || \
276
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
277
mostlyclean-generic:
278
 
279
clean-generic:
280
 
281
distclean-generic:
282
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
283
 
284
maintainer-clean-generic:
285
        @echo "This command is intended for maintainers to use"
286
        @echo "it deletes files that may require special tools to rebuild."
287
clean: clean-am
288
 
289
clean-am: clean-generic clean-local mostlyclean-am
290
 
291
distclean: distclean-am
292
 
293
distclean-am: clean-am distclean-generic distclean-local distclean-tags
294
 
295
dvi: dvi-am
296
 
297
dvi-am:
298
 
299
info: info-am
300
 
301
info-am:
302
 
303
install-data-am: install-includeHEADERS \
304
        install-include_rtems_posixHEADERS
305
 
306
install-exec-am:
307
 
308
install-info: install-info-am
309
 
310
install-man:
311
 
312
installcheck-am:
313
 
314
maintainer-clean: maintainer-clean-am
315
 
316
maintainer-clean-am: distclean-am maintainer-clean-generic
317
 
318
mostlyclean: mostlyclean-am
319
 
320
mostlyclean-am: mostlyclean-generic
321
 
322
uninstall-am: uninstall-includeHEADERS \
323
        uninstall-include_rtems_posixHEADERS uninstall-info-am
324
 
325
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
326
        clean-local distclean distclean-generic distclean-local \
327
        distclean-tags distdir dvi dvi-am info info-am install \
328
        install-am install-data install-data-am install-exec \
329
        install-exec-am install-includeHEADERS \
330
        install-include_rtems_posixHEADERS install-info install-info-am \
331
        install-man install-strip installcheck installcheck-am \
332
        installdirs maintainer-clean maintainer-clean-generic \
333
        mostlyclean mostlyclean-generic tags uninstall uninstall-am \
334
        uninstall-includeHEADERS uninstall-include_rtems_posixHEADERS \
335
        uninstall-info-am
336
 
337
 
338
$(PROJECT_INCLUDE):
339
        @$(mkinstalldirs) $@
340
$(PROJECT_INCLUDE)/sys:
341
        @$(mkinstalldirs) $@
342
$(PROJECT_INCLUDE)/rtems/posix:
343
        @$(mkinstalldirs) $@
344
 
345
$(PROJECT_INCLUDE)/%.h: %.h
346
        $(INSTALL_DATA) $< $@
347
 
348
all-local: $(PREINSTALL_FILES)
349
 
350
debug:
351
        @echo
352
        @echo "\"make debug\" is obsolete, instead use:"
353
        @echo " make VARIANT=DEBUG"
354
        @echo
355
 
356
.PHONY: debug
357
 
358
profile:
359
        @echo
360
        @echo "\"make profile\" is obsolete, instead use:"
361
        @echo " make VARIANT=PROFILE"
362
        @echo
363
 
364
.PHONY: profile
365
 
366
preinstall-am: $(PREINSTALL_FILES)
367
preinstall: preinstall-am
368
.PHONY: preinstall preinstall-am
369
 
370
depend-am:
371
depend: depend-am
372
.PHONY: depend depend-am
373
 
374
${ARCH}:
375
        mkdir ${ARCH}
376
 
377
clean-local:
378
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
379
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
380
 
381
distclean-local:
382
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
384
# Otherwise a system limit (for SysV at least) may be exceeded.
385
.NOEXPORT:

powered by: WebSVN 2.1.0

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