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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [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.5 2002/03/28 00:54:14 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
CC = @CC@
77
DEPDIR = @DEPDIR@
78
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
PACKAGE = @PACKAGE@
80
STRIP = @STRIP@
81
VERSION = @VERSION@
82
am__include = @am__include@
83
am__quote = @am__quote@
84
install_sh = @install_sh@
85
 
86
SRC2HTMLDIR = $(top_srcdir)/src2html1.4a
87
subdir = src2html
88
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
89
CONFIG_CLEAN_FILES =
90
DIST_SOURCES =
91
DIST_COMMON = ChangeLog Makefile.am Makefile.in
92
all: all-am
93
 
94
.SUFFIXES:
95
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
96
        cd $(top_srcdir) && \
97
          $(AUTOMAKE) --foreign  src2html/Makefile
98
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
99
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
100
uninstall-info-am:
101
tags: TAGS
102
TAGS:
103
 
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
 
106
top_distdir = ..
107
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
108
 
109
distdir: $(DISTFILES)
110
        @list='$(DISTFILES)'; for file in $$list; do \
111
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
112
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
113
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
114
            dir="/$$dir"; \
115
            $(mkinstalldirs) "$(distdir)$$dir"; \
116
          else \
117
            dir=''; \
118
          fi; \
119
          if test -d $$d/$$file; then \
120
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
121
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
122
            fi; \
123
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
124
          else \
125
            test -f $(distdir)/$$file \
126
            || cp -p $$d/$$file $(distdir)/$$file \
127
            || exit 1; \
128
          fi; \
129
        done
130
check-am: all-am
131
check: check-am
132
all-am: Makefile
133
 
134
installdirs:
135
 
136
install: install-am
137
install-exec: install-exec-am
138
install-data: install-data-am
139
uninstall: uninstall-am
140
 
141
install-am: all-am
142
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
143
 
144
installcheck: installcheck-am
145
install-strip:
146
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
147
          INSTALL_STRIP_FLAG=-s \
148
          `test -z '$(STRIP)' || \
149
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
150
mostlyclean-generic:
151
 
152
clean-generic:
153
 
154
distclean-generic:
155
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
156
 
157
maintainer-clean-generic:
158
        @echo "This command is intended for maintainers to use"
159
        @echo "it deletes files that may require special tools to rebuild."
160
clean: clean-am
161
 
162
clean-am: clean-generic mostlyclean-am
163
 
164
distclean: distclean-am
165
 
166
distclean-am: clean-am distclean-generic
167
 
168
dvi: dvi-am
169
 
170
dvi-am:
171
 
172
info: info-am
173
 
174
info-am:
175
 
176
install-data-am:
177
 
178
install-exec-am:
179
 
180
install-info: install-info-am
181
 
182
install-man:
183
 
184
installcheck-am:
185
 
186
maintainer-clean: maintainer-clean-am
187
 
188
maintainer-clean-am: distclean-am maintainer-clean-generic
189
 
190
mostlyclean: mostlyclean-am
191
 
192
mostlyclean-am: mostlyclean-generic
193
 
194
uninstall-am: uninstall-info-am
195
 
196
.PHONY: all all-am check check-am clean clean-generic distclean \
197
        distclean-generic distdir dvi dvi-am info info-am install \
198
        install-am install-data install-data-am install-exec \
199
        install-exec-am install-info install-info-am install-man \
200
        install-strip installcheck installcheck-am installdirs \
201
        maintainer-clean maintainer-clean-generic mostlyclean \
202
        mostlyclean-generic uninstall uninstall-am uninstall-info-am
203
 
204
 
205
ctags-wr: $(SRC2HTMLDIR)/ctags-wr
206
        cp $< $@
207
        chmod 755 $@
208
 
209
ctags-new: $(SRC2HTMLDIR)/Ctags/ctags-new
210
        cp $< $@
211
 
212
# EMACS ctags with Ada awareness
213
ctags: $(SRC2HTMLDIR)/ctags-emacs/ctags
214
        cp $< $@
215
 
216
src2html: $(SRC2HTMLDIR)/src2html
217
        cp $< $@
218
# Tell versions [3.59,3.63) of GNU make to not export all variables.
219
# Otherwise a system limit (for SysV at least) may be exceeded.
220
.NOEXPORT:

powered by: WebSVN 2.1.0

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