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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [tools/] [dos_sup/] [Makefile.in] - Blame information for rev 1026

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
 
63
EXEEXT = @EXEEXT@
64
OBJEXT = @OBJEXT@
65
PATH_SEPARATOR = @PATH_SEPARATOR@
66
AMTAR = @AMTAR@
67
AWK = @AWK@
68
DEPDIR = @DEPDIR@
69
ENDIF = @ENDIF@
70
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71
MAINT = @MAINT@
72
MAKE = @MAKE@
73
PACKAGE = @PACKAGE@
74
PACKHEX = @PACKHEX@
75
PROJECT_ROOT = @PROJECT_ROOT@
76
PROJECT_TOPdir = @PROJECT_TOPdir@
77
RTEMS_CPU = @RTEMS_CPU@
78
RTEMS_TOPdir = @RTEMS_TOPdir@
79
STRIP = @STRIP@
80
VERSION = @VERSION@
81
am__include = @am__include@
82
am__quote = @am__quote@
83
install_sh = @install_sh@
84
project_bindir = @project_bindir@
85
project_includedir = @project_includedir@
86
project_libdir = @project_libdir@
87
rtems_bspdir = @rtems_bspdir@
88
rtems_makedir = @rtems_makedir@
89
tooldir = @tooldir@
90
 
91
EXTRA_DIST = loader.com loader_hybrid_com.asm ts1325.inc
92
 
93
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
94
subdir = dos_sup
95
mkinstalldirs = $(SHELL) \
96
        $(top_srcdir)/../../../../../../../mkinstalldirs
97
CONFIG_CLEAN_FILES =
98
DIST_SOURCES =
99
DIST_COMMON = Makefile.am Makefile.in
100
all: all-am
101
 
102
.SUFFIXES:
103
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
104
        cd $(top_srcdir) && \
105
          $(AUTOMAKE) --foreign  dos_sup/Makefile
106
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
107
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
108
uninstall-info-am:
109
tags: TAGS
110
TAGS:
111
 
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
 
114
top_distdir = ..
115
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
116
 
117
distdir: $(DISTFILES)
118
        @list='$(DISTFILES)'; for file in $$list; do \
119
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
120
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
121
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
122
            dir="/$$dir"; \
123
            $(mkinstalldirs) "$(distdir)$$dir"; \
124
          else \
125
            dir=''; \
126
          fi; \
127
          if test -d $$d/$$file; then \
128
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
129
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
130
            fi; \
131
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
132
          else \
133
            test -f $(distdir)/$$file \
134
            || cp -p $$d/$$file $(distdir)/$$file \
135
            || exit 1; \
136
          fi; \
137
        done
138
check-am: all-am
139
check: check-am
140
all-am: Makefile
141
 
142
installdirs:
143
 
144
install: install-am
145
install-exec: install-exec-am
146
install-data: install-data-am
147
uninstall: uninstall-am
148
 
149
install-am: all-am
150
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
151
 
152
installcheck: installcheck-am
153
install-strip:
154
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
155
          INSTALL_STRIP_FLAG=-s \
156
          `test -z '$(STRIP)' || \
157
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
158
mostlyclean-generic:
159
 
160
clean-generic:
161
 
162
distclean-generic:
163
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
164
 
165
maintainer-clean-generic:
166
        @echo "This command is intended for maintainers to use"
167
        @echo "it deletes files that may require special tools to rebuild."
168
clean: clean-am
169
 
170
clean-am: clean-generic clean-local mostlyclean-am
171
 
172
distclean: distclean-am
173
 
174
distclean-am: clean-am distclean-generic distclean-local
175
 
176
dvi: dvi-am
177
 
178
dvi-am:
179
 
180
info: info-am
181
 
182
info-am:
183
 
184
install-data-am:
185
 
186
install-exec-am:
187
 
188
install-info: install-info-am
189
 
190
install-man:
191
 
192
installcheck-am:
193
 
194
maintainer-clean: maintainer-clean-am
195
 
196
maintainer-clean-am: distclean-am maintainer-clean-generic
197
 
198
mostlyclean: mostlyclean-am
199
 
200
mostlyclean-am: mostlyclean-generic
201
 
202
uninstall-am: uninstall-info-am
203
 
204
.PHONY: all all-am check check-am clean clean-generic clean-local \
205
        distclean distclean-generic distclean-local distdir dvi dvi-am \
206
        info info-am install install-am install-data install-data-am \
207
        install-exec install-exec-am install-info install-info-am \
208
        install-man install-strip installcheck installcheck-am \
209
        installdirs maintainer-clean maintainer-clean-generic \
210
        mostlyclean mostlyclean-generic uninstall uninstall-am \
211
        uninstall-info-am
212
 
213
 
214
debug:
215
        @echo
216
        @echo "\"make debug\" is obsolete, instead use:"
217
        @echo " make VARIANT=DEBUG"
218
        @echo
219
 
220
.PHONY: debug
221
 
222
profile:
223
        @echo
224
        @echo "\"make profile\" is obsolete, instead use:"
225
        @echo " make VARIANT=PROFILE"
226
        @echo
227
 
228
.PHONY: profile
229
 
230
preinstall-am: $(PREINSTALL_FILES)
231
preinstall: preinstall-am
232
.PHONY: preinstall preinstall-am
233
 
234
depend-am:
235
depend: depend-am
236
.PHONY: depend depend-am
237
 
238
${ARCH}:
239
        mkdir ${ARCH}
240
 
241
clean-local:
242
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
243
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
244
 
245
distclean-local:
246
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
247
# Tell versions [3.59,3.63) of GNU make to not export all variables.
248
# Otherwise a system limit (for SysV at least) may be exceeded.
249
.NOEXPORT:

powered by: WebSVN 2.1.0

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