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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [src2html/] [Makefile.in] - Blame information for rev 1765

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
 
17
#
18
#  COPYRIGHT (c) 1988-2002.
19
#  On-Line Applications Research Corporation (OAR).
20
#  All rights reserved.
21
#
22
#  Makefile.am,v 1.6 2002/03/28 00:53:27 joel Exp
23
#
24
SHELL = @SHELL@
25
 
26
srcdir = @srcdir@
27
top_srcdir = @top_srcdir@
28
VPATH = @srcdir@
29
prefix = @prefix@
30
exec_prefix = @exec_prefix@
31
 
32
bindir = @bindir@
33
sbindir = @sbindir@
34
libexecdir = @libexecdir@
35
datadir = @datadir@
36
sysconfdir = @sysconfdir@
37
sharedstatedir = @sharedstatedir@
38
localstatedir = @localstatedir@
39
libdir = @libdir@
40
infodir = @infodir@
41
mandir = @mandir@
42
includedir = @includedir@
43
oldincludedir = /usr/include
44
pkgdatadir = $(datadir)/@PACKAGE@
45
pkglibdir = $(libdir)/@PACKAGE@
46
pkgincludedir = $(includedir)/@PACKAGE@
47
top_builddir = ..
48
 
49
ACLOCAL = @ACLOCAL@
50
AUTOCONF = @AUTOCONF@
51
AUTOMAKE = @AUTOMAKE@
52
AUTOHEADER = @AUTOHEADER@
53
 
54
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55
INSTALL = @INSTALL@
56
INSTALL_PROGRAM = @INSTALL_PROGRAM@
57
INSTALL_DATA = @INSTALL_DATA@
58
install_sh_DATA = $(install_sh) -c -m 644
59
install_sh_PROGRAM = $(install_sh) -c
60
install_sh_SCRIPT = $(install_sh) -c
61
INSTALL_SCRIPT = @INSTALL_SCRIPT@
62
INSTALL_HEADER = $(INSTALL_DATA)
63
transform = @program_transform_name@
64
NORMAL_INSTALL = :
65
PRE_INSTALL = :
66
POST_INSTALL = :
67
NORMAL_UNINSTALL = :
68
PRE_UNINSTALL = :
69
POST_UNINSTALL = :
70
 
71
EXEEXT = @EXEEXT@
72
OBJEXT = @OBJEXT@
73
PATH_SEPARATOR = @PATH_SEPARATOR@
74
AMTAR = @AMTAR@
75
AWK = @AWK@
76
BMENU2 = @BMENU2@
77
DEPDIR = @DEPDIR@
78
DVIPS = @DVIPS@
79
ENDIF = @ENDIF@
80
EPSTOPDF = @EPSTOPDF@
81
GS = @GS@
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83
LN_S = @LN_S@
84
MAINT = @MAINT@
85
MAKE = @MAKE@
86
PACKAGE = @PACKAGE@
87
PERL = @PERL@
88
PROJECT_ROOT = @PROJECT_ROOT@
89
PROJECT_TOPdir = @PROJECT_TOPdir@
90
RTEMS_TOPdir = @RTEMS_TOPdir@
91
STRIP = @STRIP@
92
TEXI2DVI = @TEXI2DVI@
93
TEXI2PDF = @TEXI2PDF@
94
TEXI2WWW = @TEXI2WWW@
95
VERSION = @VERSION@
96
am__include = @am__include@
97
am__quote = @am__quote@
98
htmldir = @htmldir@
99
install_sh = @install_sh@
100
pkgdocdir = @pkgdocdir@
101
 
102
PROJECT = browseable_rtems
103
 
104
 
105
# FIXME: Yet unported
106
#
107
#if USE_EXP
108
#
109
# include $(top_srcdir)/project.am
110
#
111
# COMMON_FILES=$(top_srcdir)/common/cpright.texi
112
#
113
#FILES= clock.texi cond.texi key.texi mutex.texi preface.texi \
114
#  sched.texi signal.texi thread.texi
115
#
116
#noinst_TEXINFOS = browseable_rtems.texi
117
#browsable_rtems_TEXINFOS = $(FILES) $(COMMON_FILES)
118
#
119
#html: dirs
120
#       -mkdir -p $(WWW_INSTALL)/$(PROJECT)
121
#       $(SRC2HTML) -d3 RTEMS.src
122
#
123
#RTEMS.src:
124
#       sed -e 's/WWW_INSTALL/$(htmldir)/' \
125
#           RTEMS.src
126
#endif
127
noinst_SCRIPTS = RTEMS.test
128
EXTRA_DIST = $(noinst_SCRIPTS)
129
subdir = src2html
130
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
131
CONFIG_CLEAN_FILES =
132
SCRIPTS = $(noinst_SCRIPTS)
133
 
134
DIST_SOURCES =
135
DIST_COMMON = ChangeLog Makefile.am Makefile.in
136
all: all-am
137
 
138
.SUFFIXES:
139
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
140
        cd $(top_srcdir) && \
141
          $(AUTOMAKE) --foreign  src2html/Makefile
142
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
143
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
144
uninstall-info-am:
145
tags: TAGS
146
TAGS:
147
 
148
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149
 
150
top_distdir = ..
151
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
152
 
153
distdir: $(DISTFILES)
154
        @list='$(DISTFILES)'; for file in $$list; do \
155
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
156
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
157
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
158
            dir="/$$dir"; \
159
            $(mkinstalldirs) "$(distdir)$$dir"; \
160
          else \
161
            dir=''; \
162
          fi; \
163
          if test -d $$d/$$file; then \
164
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
165
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
166
            fi; \
167
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
168
          else \
169
            test -f $(distdir)/$$file \
170
            || cp -p $$d/$$file $(distdir)/$$file \
171
            || exit 1; \
172
          fi; \
173
        done
174
check-am: all-am
175
check: check-am
176
all-am: Makefile $(SCRIPTS)
177
 
178
installdirs:
179
 
180
install: install-am
181
install-exec: install-exec-am
182
install-data: install-data-am
183
uninstall: uninstall-am
184
 
185
install-am: all-am
186
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
187
 
188
installcheck: installcheck-am
189
install-strip:
190
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
191
          INSTALL_STRIP_FLAG=-s \
192
          `test -z '$(STRIP)' || \
193
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
194
mostlyclean-generic:
195
 
196
clean-generic:
197
 
198
distclean-generic:
199
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
200
 
201
maintainer-clean-generic:
202
        @echo "This command is intended for maintainers to use"
203
        @echo "it deletes files that may require special tools to rebuild."
204
clean: clean-am
205
 
206
clean-am: clean-generic mostlyclean-am
207
 
208
distclean: distclean-am
209
 
210
distclean-am: clean-am distclean-generic
211
 
212
dvi: dvi-am
213
 
214
dvi-am:
215
 
216
info: info-am
217
 
218
info-am:
219
 
220
install-data-am:
221
 
222
install-exec-am:
223
 
224
install-info: install-info-am
225
 
226
install-man:
227
 
228
installcheck-am:
229
 
230
maintainer-clean: maintainer-clean-am
231
 
232
maintainer-clean-am: distclean-am maintainer-clean-generic
233
 
234
mostlyclean: mostlyclean-am
235
 
236
mostlyclean-am: mostlyclean-generic
237
 
238
uninstall-am: uninstall-info-am
239
 
240
.PHONY: all all-am check check-am clean clean-generic distclean \
241
        distclean-generic distdir dvi dvi-am info info-am install \
242
        install-am install-data install-data-am install-exec \
243
        install-exec-am install-info install-info-am install-man \
244
        install-strip installcheck installcheck-am installdirs \
245
        maintainer-clean maintainer-clean-generic mostlyclean \
246
        mostlyclean-generic uninstall uninstall-am uninstall-info-am
247
 
248
# Tell versions [3.59,3.63) of GNU make to not export all variables.
249
# Otherwise a system limit (for SysV at least) may be exceeded.
250
.NOEXPORT:

powered by: WebSVN 2.1.0

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