source: rtems/c/src/lib/include/sys/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

  • Property mode set to 100644
File size: 6.8 KB
Line 
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13#
14# $Id$
15#
16
17
18
19SHELL = @SHELL@
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24prefix = @prefix@
25exec_prefix = @exec_prefix@
26
27bindir = @bindir@
28sbindir = @sbindir@
29libexecdir = @libexecdir@
30datadir = @datadir@
31sysconfdir = @sysconfdir@
32sharedstatedir = @sharedstatedir@
33localstatedir = @localstatedir@
34libdir = @libdir@
35infodir = @infodir@
36mandir = @mandir@
37includedir = @includedir@
38oldincludedir = /usr/include
39
40DESTDIR =
41
42pkgdatadir = $(datadir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45
46top_builddir = ../..
47
48ACLOCAL = @ACLOCAL@
49AUTOCONF = @AUTOCONF@
50AUTOMAKE = @AUTOMAKE@
51AUTOHEADER = @AUTOHEADER@
52
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@
55INSTALL_DATA = @INSTALL_DATA@
56INSTALL_SCRIPT = @INSTALL_SCRIPT@
57INSTALL_STRIP_FLAG =
58transform = @program_transform_name@
59
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66build_alias = @build_alias@
67build_triplet = @build@
68host_alias = @host_alias@
69host_triplet = @host@
70target_alias = @target_alias@
71target_triplet = @target@
72CC = @CC@
73CC_FOR_TARGET = @CC_FOR_TARGET@
74CPP = @CPP@
75GCCSED = @GCCSED@
76HAS_MP = @HAS_MP@
77HAS_NETWORKING = @HAS_NETWORKING@
78HAS_RDBG = @HAS_RDBG@
79INSTALL_CHANGE = @INSTALL_CHANGE@
80LIBHWAPI = @LIBHWAPI@
81MAINT = @MAINT@
82PACKHEX = @PACKHEX@
83PROJECT_INCLUDE = @PROJECT_INCLUDE@
84PROJECT_ROOT = @PROJECT_ROOT@
85RTEMS_BSP = @RTEMS_BSP@
86RTEMS_CPU = @RTEMS_CPU@
87RTEMS_CPU_STARTdir = @RTEMS_CPU_STARTdir@
88RTEMS_GAS_CODE16 = @RTEMS_GAS_CODE16@
89RTEMS_HAS_HWAPI = @RTEMS_HAS_HWAPI@
90RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
91RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
92RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
93RTEMS_HOST = @RTEMS_HOST@
94RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
95RTEMS_ROOT = @RTEMS_ROOT@
96RTEMS_TOPdir = @RTEMS_TOPdir@
97
98AUTOMAKE_OPTIONS = foreign 1.4
99
100@HAS_NETWORKING_FALSE@NETWORKING_H_PIECES =  ioctl.h
101
102@UNIX_FALSE@NEWLIB_H_PIECES =  termios.h
103
104H_PIECES =  utime.h $(NEWLIB_H_PIECES) $(NETWORKING_H_PIECES)
105
106noinst_HEADERS = $(H_PIECES)
107
108TMPINSTALL_FILES =  $(PROJECT_INCLUDE)/sys $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
109
110mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
111CONFIG_CLEAN_FILES =
112HEADERS =  $(noinst_HEADERS)
113
114DIST_COMMON =  Makefile.am Makefile.in
115
116
117PACKAGE = @PACKAGE@
118VERSION = @VERSION@
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122TAR = gtar
123GZIP_ENV = --best
124all: all-redirect
125.SUFFIXES:
126$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../automake/local.am
127        cd $(top_srcdir) && $(AUTOMAKE) --foreign include/sys/Makefile
128
129Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
130        cd $(top_builddir) \
131          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133
134tags: TAGS
135
136ID: $(HEADERS) $(SOURCES) $(LISP)
137        list='$(SOURCES) $(HEADERS)'; \
138        unique=`for i in $$list; do echo $$i; done | \
139          awk '    { files[$$0] = 1; } \
140               END { for (i in files) print i; }'`; \
141        here=`pwd` && cd $(srcdir) \
142          && mkid -f$$here/ID $$unique $(LISP)
143
144TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
145        tags=; \
146        here=`pwd`; \
147        list='$(SOURCES) $(HEADERS)'; \
148        unique=`for i in $$list; do echo $$i; done | \
149          awk '    { files[$$0] = 1; } \
150               END { for (i in files) print i; }'`; \
151        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
152          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
153
154mostlyclean-tags:
155
156clean-tags:
157
158distclean-tags:
159        -rm -f TAGS ID
160
161maintainer-clean-tags:
162
163distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
164
165subdir = include/sys
166
167distdir: $(DISTFILES)
168        here=`cd $(top_builddir) && pwd`; \
169        top_distdir=`cd $(top_distdir) && pwd`; \
170        distdir=`cd $(distdir) && pwd`; \
171        cd $(top_srcdir) \
172          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/sys/Makefile
173        @for file in $(DISTFILES); do \
174          d=$(srcdir); \
175          if test -d $$d/$$file; then \
176            cp -pr $$d/$$file $(distdir)/$$file; \
177          else \
178            test -f $(distdir)/$$file \
179            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
180            || cp -p $$d/$$file $(distdir)/$$file || :; \
181          fi; \
182        done
183info-am:
184info: info-am
185dvi-am:
186dvi: dvi-am
187check-am: all-am
188check: check-am
189installcheck-am:
190installcheck: installcheck-am
191install-exec-am:
192install-exec: install-exec-am
193
194install-data-am:
195install-data: install-data-am
196
197install-am: all-am
198        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
199install: install-am
200uninstall-am:
201uninstall: uninstall-am
202all-am: Makefile $(HEADERS)
203all-redirect: all-am
204install-strip:
205        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
206installdirs:
207
208
209mostlyclean-generic:
210
211clean-generic:
212
213distclean-generic:
214        -rm -f Makefile $(CONFIG_CLEAN_FILES)
215        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
216
217maintainer-clean-generic:
218mostlyclean-am:  mostlyclean-tags mostlyclean-generic
219
220mostlyclean: mostlyclean-am
221
222clean-am:  clean-tags clean-generic mostlyclean-am
223
224clean: clean-am
225
226distclean-am:  distclean-tags distclean-generic clean-am
227
228distclean: distclean-am
229
230maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
231                distclean-am
232        @echo "This command is intended for maintainers to use;"
233        @echo "it deletes files that may require special tools to rebuild."
234
235maintainer-clean: maintainer-clean-am
236
237.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
238maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
239installcheck-am installcheck install-exec-am install-exec \
240install-data-am install-data install-am install uninstall-am uninstall \
241all-redirect all-am all installdirs mostlyclean-generic \
242distclean-generic clean-generic maintainer-clean-generic clean \
243mostlyclean distclean maintainer-clean
244
245
246$(PROJECT_INCLUDE)/sys:
247        @$(mkinstalldirs) $@
248$(PROJECT_INCLUDE)/sys/%.h: %.h
249        $(INSTALL_DATA) $< $@
250
251all-am: $(TMPINSTALL_FILES)
252debug-am: $(TMPINSTALL_FILES)
253profile-am: $(TMPINSTALL_FILES)
254
255debug-am:
256debug: debug-am
257.PHONY: debug debug-am
258
259profile-am:
260profile: profile-am
261.PHONY: profile profile-am
262
263preinstall-am: $(TMPINSTALL_FILES)
264preinstall: preinstall-am
265.PHONY: preinstall preinstall-am
266
267depend-am:
268depend: depend-am
269.PHONY: depend depend-am
270
271# Tell versions [3.59,3.63) of GNU make to not export all variables.
272# Otherwise a system limit (for SysV at least) may be exceeded.
273.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.