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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [time/] [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
 
15
SHELL = @SHELL@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
prefix = @prefix@
21
exec_prefix = @exec_prefix@
22
 
23
bindir = @bindir@
24
sbindir = @sbindir@
25
libexecdir = @libexecdir@
26
datadir = @datadir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
30
libdir = @libdir@
31
infodir = @infodir@
32
mandir = @mandir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
35
 
36
DESTDIR =
37
 
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
 
42
top_builddir = ..
43
 
44
ACLOCAL = @ACLOCAL@
45
AUTOCONF = @AUTOCONF@
46
AUTOMAKE = @AUTOMAKE@
47
AUTOHEADER = @AUTOHEADER@
48
 
49
INSTALL = @INSTALL@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
54
 
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
host_alias = @host_alias@
62
host_triplet = @host@
63
AR = @AR@
64
AS = @AS@
65
CC = @CC@
66
CPP = @CPP@
67
CRT0 = @CRT0@
68
DLLTOOL = @DLLTOOL@
69
EXEEXT = @EXEEXT@
70
LDFLAGS = @LDFLAGS@
71
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
72
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
73
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
74
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
75
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
76
LIBC_SYS_LIB = @LIBC_SYS_LIB@
77
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
78
LIBTOOL = @LIBTOOL@
79
LN_S = @LN_S@
80
MAINT = @MAINT@
81
MAKEINFO = @MAKEINFO@
82
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83
OBJDUMP = @OBJDUMP@
84
PACKAGE = @PACKAGE@
85
RANLIB = @RANLIB@
86
VERSION = @VERSION@
87
aext = @aext@
88
libm_machine_dir = @libm_machine_dir@
89
machine_dir = @machine_dir@
90
newlib_basedir = @newlib_basedir@
91
oext = @oext@
92
sys_dir = @sys_dir@
93
 
94
AUTOMAKE_OPTIONS = cygnus
95
 
96
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
97
 
98
LIB_SOURCES = \
99
        asctime.c       \
100
        asctime_r.c     \
101
        clock.c         \
102
        ctime.c         \
103
        ctime_r.c       \
104
        difftime.c      \
105
        gmtime.c        \
106
        gmtime_r.c      \
107
        lcltime.c       \
108
        lcltime_r.c     \
109
        mktime.c        \
110
        strftime.c      \
111
        time.c
112
 
113
 
114
libtime_la_LDFLAGS = -Xcompiler -nostdlib
115
 
116
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libtime.la
117
@USE_LIBTOOL_TRUE@libtime_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
118
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
119
@USE_LIBTOOL_FALSE@noinst_DATA =
120
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
121
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
122
 
123
CHEWOUT_FILES = \
124
        asctime.def     \
125
        clock.def       \
126
        ctime.def       \
127
        difftime.def    \
128
        gmtime.def      \
129
        lcltime.def     \
130
        mktime.def      \
131
        strftime.def    \
132
        time.def
133
 
134
 
135
SUFFIXES = .def
136
 
137
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
138
 
139
TARGETDOC = ../tmp.texi
140
 
141
CLEANFILES = $(CHEWOUT_FILES) *.ref
142
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
143
CONFIG_CLEAN_FILES =
144
LIBRARIES =  $(noinst_LIBRARIES)
145
 
146
 
147
DEFS = @DEFS@ -I. -I$(srcdir)
148
CPPFLAGS = @CPPFLAGS@
149
LIBS = @LIBS@
150
lib_a_LIBADD =
151
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  asctime.o asctime_r.o clock.o \
152
@USE_LIBTOOL_FALSE@ctime.o ctime_r.o difftime.o gmtime.o gmtime_r.o \
153
@USE_LIBTOOL_FALSE@lcltime.o lcltime_r.o mktime.o strftime.o time.o
154
LTLIBRARIES =  $(noinst_LTLIBRARIES)
155
 
156
libtime_la_LIBADD =
157
@USE_LIBTOOL_TRUE@libtime_la_OBJECTS =  asctime.lo asctime_r.lo clock.lo \
158
@USE_LIBTOOL_TRUE@ctime.lo ctime_r.lo difftime.lo gmtime.lo gmtime_r.lo \
159
@USE_LIBTOOL_TRUE@lcltime.lo lcltime_r.lo mktime.lo strftime.lo time.lo
160
CFLAGS = @CFLAGS@
161
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163
CCLD = $(CC)
164
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
165
DATA =  $(noinst_DATA)
166
 
167
DIST_COMMON =  Makefile.am Makefile.in
168
 
169
 
170
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
171
 
172
TAR = gtar
173
GZIP_ENV = --best
174
SOURCES = $(lib_a_SOURCES) $(libtime_la_SOURCES)
175
OBJECTS = $(lib_a_OBJECTS) $(libtime_la_OBJECTS)
176
 
177
all: all-redirect
178
.SUFFIXES:
179
.SUFFIXES: .S .c .def .lo .o .s
180
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
181
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus time/Makefile
182
 
183
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
184
        cd $(top_builddir) \
185
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
186
 
187
 
188
mostlyclean-noinstLIBRARIES:
189
 
190
clean-noinstLIBRARIES:
191
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
192
 
193
distclean-noinstLIBRARIES:
194
 
195
maintainer-clean-noinstLIBRARIES:
196
 
197
.c.o:
198
        $(COMPILE) -c $<
199
 
200
.s.o:
201
        $(COMPILE) -c $<
202
 
203
.S.o:
204
        $(COMPILE) -c $<
205
 
206
mostlyclean-compile:
207
        -rm -f *.o core *.core
208
 
209
clean-compile:
210
 
211
distclean-compile:
212
        -rm -f *.tab.c
213
 
214
maintainer-clean-compile:
215
 
216
.c.lo:
217
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
218
 
219
.s.lo:
220
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
 
222
.S.lo:
223
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
 
225
mostlyclean-libtool:
226
        -rm -f *.lo
227
 
228
clean-libtool:
229
        -rm -rf .libs _libs
230
 
231
distclean-libtool:
232
 
233
maintainer-clean-libtool:
234
 
235
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
236
        -rm -f lib.a
237
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
238
        $(RANLIB) lib.a
239
 
240
mostlyclean-noinstLTLIBRARIES:
241
 
242
clean-noinstLTLIBRARIES:
243
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
244
 
245
distclean-noinstLTLIBRARIES:
246
 
247
maintainer-clean-noinstLTLIBRARIES:
248
 
249
libtime.la: $(libtime_la_OBJECTS) $(libtime_la_DEPENDENCIES)
250
        $(LINK)  $(libtime_la_LDFLAGS) $(libtime_la_OBJECTS) $(libtime_la_LIBADD) $(LIBS)
251
 
252
tags: TAGS
253
 
254
ID: $(HEADERS) $(SOURCES) $(LISP)
255
        list='$(SOURCES) $(HEADERS)'; \
256
        unique=`for i in $$list; do echo $$i; done | \
257
          awk '    { files[$$0] = 1; } \
258
               END { for (i in files) print i; }'`; \
259
        here=`pwd` && cd $(srcdir) \
260
          && mkid -f$$here/ID $$unique $(LISP)
261
 
262
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
263
        tags=; \
264
        here=`pwd`; \
265
        list='$(SOURCES) $(HEADERS)'; \
266
        unique=`for i in $$list; do echo $$i; done | \
267
          awk '    { files[$$0] = 1; } \
268
               END { for (i in files) print i; }'`; \
269
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
270
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
271
 
272
mostlyclean-tags:
273
 
274
clean-tags:
275
 
276
distclean-tags:
277
        -rm -f TAGS ID
278
 
279
maintainer-clean-tags:
280
 
281
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
282
 
283
subdir = time
284
 
285
distdir: $(DISTFILES)
286
        @for file in $(DISTFILES); do \
287
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
288
          if test -d $$d/$$file; then \
289
            cp -pr $$d/$$file $(distdir)/$$file; \
290
          else \
291
            test -f $(distdir)/$$file \
292
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
293
            || cp -p $$d/$$file $(distdir)/$$file || :; \
294
          fi; \
295
        done
296
info-am:
297
info: info-am
298
dvi-am:
299
dvi: dvi-am
300
check-am:
301
check: check-am
302
installcheck-am:
303
installcheck: installcheck-am
304
install-info-am:
305
install-info: install-info-am
306
install-exec-am:
307
install-exec: install-exec-am
308
 
309
install-data-am:
310
install-data: install-data-am
311
 
312
install-am: all-am
313
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
314
install: install-am
315
uninstall-am:
316
uninstall: uninstall-am
317
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
318
all-redirect: all-am
319
install-strip:
320
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
321
installdirs:
322
 
323
 
324
mostlyclean-generic:
325
 
326
clean-generic:
327
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
328
 
329
distclean-generic:
330
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
331
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
332
 
333
maintainer-clean-generic:
334
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
335
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
336
                mostlyclean-tags mostlyclean-generic
337
 
338
mostlyclean: mostlyclean-am
339
 
340
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
341
                clean-noinstLTLIBRARIES clean-tags clean-generic \
342
                mostlyclean-am
343
 
344
clean: clean-am
345
 
346
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
347
                distclean-libtool distclean-noinstLTLIBRARIES \
348
                distclean-tags distclean-generic clean-am
349
        -rm -f libtool
350
 
351
distclean: distclean-am
352
 
353
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
354
                maintainer-clean-compile maintainer-clean-libtool \
355
                maintainer-clean-noinstLTLIBRARIES \
356
                maintainer-clean-tags maintainer-clean-generic \
357
                distclean-am
358
        @echo "This command is intended for maintainers to use;"
359
        @echo "it deletes files that may require special tools to rebuild."
360
 
361
maintainer-clean: maintainer-clean-am
362
 
363
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
364
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
365
mostlyclean-compile distclean-compile clean-compile \
366
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
367
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
368
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
369
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
370
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
371
check-am installcheck-am installcheck install-info-am install-info \
372
install-exec-am install-exec install-data-am install-data install-am \
373
install uninstall-am uninstall all-redirect all-am all installdirs \
374
mostlyclean-generic distclean-generic clean-generic \
375
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
376
 
377
 
378
objectlist.awk.in: $(noinst_LTLIBRARIES)
379
        -rm -f objectlist.awk.in
380
        for i in `ls *.lo` ; \
381
        do \
382
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
383
        done
384
 
385
.c.def:
386
        $(CHEW) < $< > $*.def 2> $*.ref
387
        touch stmp-def
388
 
389
doc: $(CHEWOUT_FILES)
390
        cat $(srcdir)/time.tex >> $(TARGETDOC)
391
 
392
# Tell versions [3.59,3.63) of GNU make to not export all variables.
393
# Otherwise a system limit (for SysV at least) may be exceeded.
394
.NOEXPORT:

powered by: WebSVN 2.1.0

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