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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [go32/] [Makefile.in] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
# Makefile.in generated automatically by automake 1.4 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
SHELL = @SHELL@
15
 
16
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21
 
22
bindir = @bindir@
23
sbindir = @sbindir@
24
libexecdir = @libexecdir@
25
datadir = @datadir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
29
libdir = @libdir@
30
infodir = @infodir@
31
mandir = @mandir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
 
41
top_builddir = .
42
 
43
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
host_alias = @host_alias@
61
host_triplet = @host@
62
AR = @AR@
63
AS = @AS@
64
CC = @CC@
65
CPP = @CPP@
66
EXEEXT = @EXEEXT@
67
LDFLAGS = @LDFLAGS@
68
MAINT = @MAINT@
69
MAKEINFO = @MAKEINFO@
70
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
71
PACKAGE = @PACKAGE@
72
RANLIB = @RANLIB@
73
VERSION = @VERSION@
74
aext = @aext@
75
libm_machine_dir = @libm_machine_dir@
76
machine_dir = @machine_dir@
77
newlib_basedir = @newlib_basedir@
78
oext = @oext@
79
sys_dir = @sys_dir@
80
 
81
AUTOMAKE_OPTIONS = cygnus
82
 
83
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
84
 
85
noinst_LIBRARIES = lib.a
86
 
87
lib_a_SOURCES = \
88
        _exit.s         \
89
        _main.c         \
90
        abort.c         \
91
        access.c        \
92
        bdos.c          \
93
        bdosptr.c       \
94
        brk.s           \
95
        chdir.s         \
96
        chmod.c         \
97
        chown.c         \
98
        clock.S         \
99
        close.s         \
100
        creat.s         \
101
        crlf2nl.c       \
102
        dir.c           \
103
        dosmem.S        \
104
        dpmi.c          \
105
        dup.s           \
106
        dup2.s          \
107
        exec.c          \
108
        fchmod.c        \
109
        findfirs.s      \
110
        findnext.s      \
111
        fixpath.c       \
112
        fstat.s         \
113
        fsync.s         \
114
        ftruncat.c      \
115
        gerrno.s        \
116
        getcwd.c        \
117
        getdate.c       \
118
        getdtabl.c      \
119
        getgid.c        \
120
        getkey.s        \
121
        getpages.c      \
122
        getpid.c        \
123
        getrusag.c      \
124
        gettime.c       \
125
        gettimeo.c      \
126
        getuid.c        \
127
        getwd.s         \
128
        go32func.c      \
129
        infoblk.c       \
130
        inportb.s       \
131
        inportl.s       \
132
        inportsb.s      \
133
        inportsl.s      \
134
        inportsw.s      \
135
        inportw.s       \
136
        int86x.s        \
137
        intdos.c        \
138
        intdosx.c       \
139
        isatty.s        \
140
        kbhit.s         \
141
        kill.c          \
142
        link.s          \
143
        longjmp.S       \
144
        lseek.s         \
145
        lstat.s         \
146
        mkdir.s         \
147
        open.s          \
148
        outportb.s      \
149
        outportl.s      \
150
        outportw.s      \
151
        outprtsb.s      \
152
        outprtsl.s      \
153
        outprtsw.s      \
154
        read.s          \
155
        readv.c         \
156
        rename.s        \
157
        rmdir.s         \
158
        sbrk.s          \
159
        screen.S        \
160
        setjmp.S        \
161
        setmode.s       \
162
        setstack.S      \
163
        settimeo.s      \
164
        sleep.c         \
165
        stat.c          \
166
        stat_ast.s      \
167
        syserr.c        \
168
        system.s        \
169
        tell.s          \
170
        time.c          \
171
        truncate.c      \
172
        turbo.s         \
173
        umask.c         \
174
        unlink.s        \
175
        utime.c         \
176
        utimes.c        \
177
        write.s         \
178
        writev.c
179
 
180
 
181
ACLOCAL_AMFLAGS = -I ../../..
182
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
183
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
184
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
185
CONFIG_CLEAN_FILES =
186
LIBRARIES =  $(noinst_LIBRARIES)
187
 
188
 
189
DEFS = @DEFS@ -I. -I$(srcdir)
190
CPPFLAGS = @CPPFLAGS@
191
LIBS = @LIBS@
192
lib_a_LIBADD =
193
lib_a_OBJECTS =  _exit.o _main.o abort.o access.o bdos.o bdosptr.o brk.o \
194
chdir.o chmod.o chown.o clock.o close.o creat.o crlf2nl.o dir.o \
195
dosmem.o dpmi.o dup.o dup2.o exec.o fchmod.o findfirs.o findnext.o \
196
fixpath.o fstat.o fsync.o ftruncat.o gerrno.o getcwd.o getdate.o \
197
getdtabl.o getgid.o getkey.o getpages.o getpid.o getrusag.o gettime.o \
198
gettimeo.o getuid.o getwd.o go32func.o infoblk.o inportb.o inportl.o \
199
inportsb.o inportsl.o inportsw.o inportw.o int86x.o intdos.o intdosx.o \
200
isatty.o kbhit.o kill.o link.o longjmp.o lseek.o lstat.o mkdir.o open.o \
201
outportb.o outportl.o outportw.o outprtsb.o outprtsl.o outprtsw.o \
202
read.o readv.o rename.o rmdir.o sbrk.o screen.o setjmp.o setmode.o \
203
setstack.o settimeo.o sleep.o stat.o stat_ast.o syserr.o system.o \
204
tell.o time.o truncate.o turbo.o umask.o unlink.o utime.o utimes.o \
205
write.o writev.o
206
CFLAGS = @CFLAGS@
207
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208
CCLD = $(CC)
209
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
210
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
211
 
212
 
213
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
214
 
215
TAR = gtar
216
GZIP_ENV = --best
217
SOURCES = $(lib_a_SOURCES)
218
OBJECTS = $(lib_a_OBJECTS)
219
 
220
all: all-redirect
221
.SUFFIXES:
222
.SUFFIXES: .S .c .o .s
223
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
224
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
225
 
226
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
227
        cd $(top_builddir) \
228
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
229
 
230
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
231
                ../../../acinclude.m4 ../../../aclocal.m4
232
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
233
 
234
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235
        $(SHELL) ./config.status --recheck
236
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
237
        cd $(srcdir) && $(AUTOCONF)
238
 
239
mostlyclean-noinstLIBRARIES:
240
 
241
clean-noinstLIBRARIES:
242
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
243
 
244
distclean-noinstLIBRARIES:
245
 
246
maintainer-clean-noinstLIBRARIES:
247
 
248
.c.o:
249
        $(COMPILE) -c $<
250
 
251
.s.o:
252
        $(COMPILE) -c $<
253
 
254
.S.o:
255
        $(COMPILE) -c $<
256
 
257
mostlyclean-compile:
258
        -rm -f *.o core *.core
259
 
260
clean-compile:
261
 
262
distclean-compile:
263
        -rm -f *.tab.c
264
 
265
maintainer-clean-compile:
266
 
267
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
268
        -rm -f lib.a
269
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
270
        $(RANLIB) lib.a
271
 
272
tags: TAGS
273
 
274
ID: $(HEADERS) $(SOURCES) $(LISP)
275
        list='$(SOURCES) $(HEADERS)'; \
276
        unique=`for i in $$list; do echo $$i; done | \
277
          awk '    { files[$$0] = 1; } \
278
               END { for (i in files) print i; }'`; \
279
        here=`pwd` && cd $(srcdir) \
280
          && mkid -f$$here/ID $$unique $(LISP)
281
 
282
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
283
        tags=; \
284
        here=`pwd`; \
285
        list='$(SOURCES) $(HEADERS)'; \
286
        unique=`for i in $$list; do echo $$i; done | \
287
          awk '    { files[$$0] = 1; } \
288
               END { for (i in files) print i; }'`; \
289
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
290
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
291
 
292
mostlyclean-tags:
293
 
294
clean-tags:
295
 
296
distclean-tags:
297
        -rm -f TAGS ID
298
 
299
maintainer-clean-tags:
300
 
301
distdir = $(PACKAGE)-$(VERSION)
302
top_distdir = $(distdir)
303
 
304
# This target untars the dist file and tries a VPATH configuration.  Then
305
# it guarantees that the distribution is self-contained by making another
306
# tarfile.
307
distcheck: dist
308
        -rm -rf $(distdir)
309
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
310
        mkdir $(distdir)/=build
311
        mkdir $(distdir)/=inst
312
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
313
        cd $(distdir)/=build \
314
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
315
          && $(MAKE) $(AM_MAKEFLAGS) \
316
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
317
          && $(MAKE) $(AM_MAKEFLAGS) check \
318
          && $(MAKE) $(AM_MAKEFLAGS) install \
319
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
320
          && $(MAKE) $(AM_MAKEFLAGS) dist
321
        -rm -rf $(distdir)
322
        @banner="$(distdir).tar.gz is ready for distribution"; \
323
        dashes=`echo "$$banner" | sed s/./=/g`; \
324
        echo "$$dashes"; \
325
        echo "$$banner"; \
326
        echo "$$dashes"
327
dist: distdir
328
        -chmod -R a+r $(distdir)
329
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
330
        -rm -rf $(distdir)
331
dist-all: distdir
332
        -chmod -R a+r $(distdir)
333
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
334
        -rm -rf $(distdir)
335
distdir: $(DISTFILES)
336
        -rm -rf $(distdir)
337
        mkdir $(distdir)
338
        -chmod 777 $(distdir)
339
        @for file in $(DISTFILES); do \
340
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
341
          if test -d $$d/$$file; then \
342
            cp -pr $$d/$$file $(distdir)/$$file; \
343
          else \
344
            test -f $(distdir)/$$file \
345
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
346
            || cp -p $$d/$$file $(distdir)/$$file || :; \
347
          fi; \
348
        done
349
info-am:
350
info: info-am
351
dvi-am:
352
dvi: dvi-am
353
check-am:
354
check: check-am
355
installcheck-am:
356
installcheck: installcheck-am
357
install-info-am:
358
install-info: install-info-am
359
install-exec-am:
360
install-exec: install-exec-am
361
 
362
install-data-am:
363
install-data: install-data-am
364
 
365
install-am: all-am
366
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367
install: install-am
368
uninstall-am:
369
uninstall: uninstall-am
370
all-am: Makefile $(LIBRARIES)
371
all-redirect: all-am
372
install-strip:
373
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
374
installdirs:
375
 
376
 
377
mostlyclean-generic:
378
 
379
clean-generic:
380
 
381
distclean-generic:
382
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
383
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
384
 
385
maintainer-clean-generic:
386
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
387
                mostlyclean-tags mostlyclean-generic
388
 
389
mostlyclean: mostlyclean-am
390
 
391
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
392
                mostlyclean-am
393
 
394
clean: clean-am
395
 
396
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
397
                distclean-tags distclean-generic clean-am
398
 
399
distclean: distclean-am
400
        -rm -f config.status
401
 
402
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
403
                maintainer-clean-compile maintainer-clean-tags \
404
                maintainer-clean-generic distclean-am
405
        @echo "This command is intended for maintainers to use;"
406
        @echo "it deletes files that may require special tools to rebuild."
407
 
408
maintainer-clean: maintainer-clean-am
409
        -rm -f config.status
410
 
411
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
412
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
413
mostlyclean-compile distclean-compile clean-compile \
414
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
415
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
416
check-am installcheck-am installcheck install-info-am install-info \
417
install-exec-am install-exec install-data-am install-data install-am \
418
install uninstall-am uninstall all-redirect all-am all installdirs \
419
mostlyclean-generic distclean-generic clean-generic \
420
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
421
 
422
 
423
all: crt0.o
424
 
425
# Tell versions [3.59,3.63) of GNU make to not export all variables.
426
# Otherwise a system limit (for SysV at least) may be exceeded.
427
.NOEXPORT:

powered by: WebSVN 2.1.0

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