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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [sys/] [Makefile.in] - Blame information for rev 1778

Go to most recent revision | 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_HOST = @RTEMS_HOST@
93
RTEMS_ROOT = @RTEMS_ROOT@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
STRIP = @STRIP@
96
VERSION = @VERSION@
97
am__include = @am__include@
98
am__quote = @am__quote@
99
install_sh = @install_sh@
100
multilib_basedir = @multilib_basedir@
101
project_libdir = @project_libdir@
102
 
103
include_sysdir = $(includedir)/sys
104
 
105
include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \
106
    malloc.h mbuf.h mount.h proc.h protosw.h queue.h reboot.h \
107
    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
108
    sysctl.h syslog.h systm.h ttydefaults.h ucred.h \
109
    uio.h un.h
110
 
111
 
112
PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
113
    $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
114
 
115
 
116
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
117
subdir = sys
118
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
119
CONFIG_CLEAN_FILES =
120
DIST_SOURCES =
121
HEADERS = $(include_sys_HEADERS)
122
 
123
DIST_COMMON = $(include_sys_HEADERS) Makefile.am Makefile.in
124
all: all-am
125
 
126
.SUFFIXES:
127
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
128
        cd $(top_srcdir) && \
129
          $(AUTOMAKE) --foreign  sys/Makefile
130
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
131
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
132
uninstall-info-am:
133
include_sysHEADERS_INSTALL = $(INSTALL_HEADER)
134
install-include_sysHEADERS: $(include_sys_HEADERS)
135
        @$(NORMAL_INSTALL)
136
        $(mkinstalldirs) $(DESTDIR)$(include_sysdir)
137
        @list='$(include_sys_HEADERS)'; for p in $$list; do \
138
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
139
          f="`echo $$p | sed -e 's|^.*/||'`"; \
140
          echo " $(include_sysHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_sysdir)/$$f"; \
141
          $(include_sysHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_sysdir)/$$f; \
142
        done
143
 
144
uninstall-include_sysHEADERS:
145
        @$(NORMAL_UNINSTALL)
146
        @list='$(include_sys_HEADERS)'; for p in $$list; do \
147
          f="`echo $$p | sed -e 's|^.*/||'`"; \
148
          echo " rm -f $(DESTDIR)$(include_sysdir)/$$f"; \
149
          rm -f $(DESTDIR)$(include_sysdir)/$$f; \
150
        done
151
 
152
ETAGS = etags
153
ETAGSFLAGS =
154
 
155
tags: TAGS
156
 
157
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
158
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
159
        unique=`for i in $$list; do \
160
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161
          done | \
162
          $(AWK) '    { files[$$0] = 1; } \
163
               END { for (i in files) print i; }'`; \
164
        mkid -fID $$unique
165
 
166
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
167
                $(TAGS_FILES) $(LISP)
168
        tags=; \
169
        here=`pwd`; \
170
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
171
        unique=`for i in $$list; do \
172
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173
          done | \
174
          $(AWK) '    { files[$$0] = 1; } \
175
               END { for (i in files) print i; }'`; \
176
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
177
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
178
             $$tags $$unique
179
 
180
GTAGS:
181
        here=`$(am__cd) $(top_builddir) && pwd` \
182
          && cd $(top_srcdir) \
183
          && gtags -i $(GTAGS_ARGS) $$here
184
 
185
distclean-tags:
186
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
187
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188
 
189
top_distdir = ..
190
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
191
 
192
distdir: $(DISTFILES)
193
        @list='$(DISTFILES)'; for file in $$list; do \
194
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
195
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
196
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
197
            dir="/$$dir"; \
198
            $(mkinstalldirs) "$(distdir)$$dir"; \
199
          else \
200
            dir=''; \
201
          fi; \
202
          if test -d $$d/$$file; then \
203
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
204
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
205
            fi; \
206
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
207
          else \
208
            test -f $(distdir)/$$file \
209
            || cp -p $$d/$$file $(distdir)/$$file \
210
            || exit 1; \
211
          fi; \
212
        done
213
check-am: all-am
214
check: check-am
215
all-am: Makefile $(HEADERS) all-local
216
 
217
installdirs:
218
        $(mkinstalldirs) $(DESTDIR)$(include_sysdir)
219
 
220
install: install-am
221
install-exec: install-exec-am
222
install-data: install-data-am
223
uninstall: uninstall-am
224
 
225
install-am: all-am
226
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
227
 
228
installcheck: installcheck-am
229
install-strip:
230
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
231
          INSTALL_STRIP_FLAG=-s \
232
          `test -z '$(STRIP)' || \
233
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
234
mostlyclean-generic:
235
 
236
clean-generic:
237
 
238
distclean-generic:
239
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
240
 
241
maintainer-clean-generic:
242
        @echo "This command is intended for maintainers to use"
243
        @echo "it deletes files that may require special tools to rebuild."
244
clean: clean-am
245
 
246
clean-am: clean-generic clean-local mostlyclean-am
247
 
248
distclean: distclean-am
249
 
250
distclean-am: clean-am distclean-generic distclean-local distclean-tags
251
 
252
dvi: dvi-am
253
 
254
dvi-am:
255
 
256
info: info-am
257
 
258
info-am:
259
 
260
install-data-am: install-include_sysHEADERS
261
 
262
install-exec-am:
263
 
264
install-info: install-info-am
265
 
266
install-man:
267
 
268
installcheck-am:
269
 
270
maintainer-clean: maintainer-clean-am
271
 
272
maintainer-clean-am: distclean-am maintainer-clean-generic
273
 
274
mostlyclean: mostlyclean-am
275
 
276
mostlyclean-am: mostlyclean-generic
277
 
278
uninstall-am: uninstall-include_sysHEADERS uninstall-info-am
279
 
280
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
281
        clean-local distclean distclean-generic distclean-local \
282
        distclean-tags distdir dvi dvi-am info info-am install \
283
        install-am install-data install-data-am install-exec \
284
        install-exec-am install-include_sysHEADERS install-info \
285
        install-info-am install-man install-strip installcheck \
286
        installcheck-am installdirs maintainer-clean \
287
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
288
        uninstall uninstall-am uninstall-include_sysHEADERS \
289
        uninstall-info-am
290
 
291
 
292
$(PROJECT_INCLUDE)/sys:
293
        @$(mkinstalldirs) $@
294
 
295
$(PROJECT_INCLUDE)/sys/%.h: %.h
296
        $(INSTALL_DATA) $< $@
297
 
298
all-local: $(PREINSTALL_FILES)
299
 
300
debug:
301
        @echo
302
        @echo "\"make debug\" is obsolete, instead use:"
303
        @echo " make VARIANT=DEBUG"
304
        @echo
305
 
306
.PHONY: debug
307
 
308
profile:
309
        @echo
310
        @echo "\"make profile\" is obsolete, instead use:"
311
        @echo " make VARIANT=PROFILE"
312
        @echo
313
 
314
.PHONY: profile
315
 
316
preinstall-am: $(PREINSTALL_FILES)
317
preinstall: preinstall-am
318
.PHONY: preinstall preinstall-am
319
 
320
depend-am:
321
depend: depend-am
322
.PHONY: depend depend-am
323
 
324
${ARCH}:
325
        mkdir ${ARCH}
326
 
327
clean-local:
328
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
329
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
330
 
331
distclean-local:
332
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
333
# Tell versions [3.59,3.63) of GNU make to not export all variables.
334
# Otherwise a system limit (for SysV at least) may be exceeded.
335
.NOEXPORT:

powered by: WebSVN 2.1.0

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