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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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