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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tcl/] [cygwin/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# 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
SHELL = @SHELL@
15
 
16
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21
 
22
bindir = @bindir@
23
sbindir = @sbindir@
24
libexecdir = @libexecdir@
25
datadir = @datadir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
29
libdir = @libdir@
30
infodir = @infodir@
31
mandir = @mandir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
 
41
top_builddir = .
42
 
43
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
build_alias = @build_alias@
61
build_triplet = @build@
62
host_alias = @host_alias@
63
host_triplet = @host@
64
target_alias = @target_alias@
65
target_triplet = @target@
66
AR = @AR@
67
CC = @CC@
68
CPP = @CPP@
69
EXEEXT = @EXEEXT@
70
MAINT = @MAINT@
71
MAKEINFO = @MAKEINFO@
72
PACKAGE = @PACKAGE@
73
RANLIB = @RANLIB@
74
VERSION = @VERSION@
75
 
76
AUTOMAKE_OPTIONS = cygnus
77
 
78
updir = $(srcdir)/..
79
 
80
noinst_LIBRARIES = libtcl_cygwin.a
81
 
82
libtcl_cygwin_a_SOURCES =       panic.c         regexp.c        tclAsync.c      tclBasic.c      tclBinary.c     tclCkalloc.c    tclClock.c      tclCmdAH.c      tclCmdIL.c      tclCmdMZ.c      tclCompExpr.c   tclCompile.c    tclDate.c       tclEnv.c        tclEvent.c      tclExecute.c    tclFCmd.c       tclFileName.c   tclGet.c        tclHash.c       tclHistory.c    tclIndexObj.c   tclInterp.c     tclIO.c         tclIOCmd.c      tclIOSock.c     tclIOUtil.c     tclLink.c       tclListObj.c    tclLoad.c       tclLoadNone.c   tclMain.c       tclNamesp.c     tclNotify.c     tclObj.c         tclParse.c     tclPipe.c       tclPkg.c        tclPosixStr.c   tclPreserve.c   tclProc.c         tclTestProcBodyObj.c  tclResolve.c    tclStringObj.c  tclTest.c       tclTestObj.c    tclTimer.c      tclUtil.c       tclVar.c        tclAppInit.c    tclMtherr.c     tclUnixChan.c   tclUnixEvent.c  tclUnixFCmd.c   tclUnixFile.c   tclUnixNotfy.c  tclUnixPipe.c   tclUnixSock.c   tclUnixTest.c   tclUnixTime.c   tclUnixInit.c
83
 
84
 
85
# tooldir = $(exec_prefix)/$(host_alias)
86
 
87
TCL_LIBRARY = @datadir@/tcl$(VERSION)
88
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
89
 
90
INCLUDES = -I$(updir)/generic
91
AM_CFLAGS = -D__TCL_UNIX_VARIANT -DTCL_LIBRARY='"$(TCL_LIBRARY)"' -DTCL_PACKAGE_PATH='"$(TCL_PACKAGE_PATH)"'
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
94
CONFIG_CLEAN_FILES =
95
LIBRARIES =  $(noinst_LIBRARIES)
96
 
97
 
98
DEFS = @DEFS@ -I. -I$(srcdir)
99
CPPFLAGS = @CPPFLAGS@
100
LDFLAGS = @LDFLAGS@
101
LIBS = @LIBS@
102
libtcl_cygwin_a_LIBADD =
103
libtcl_cygwin_a_OBJECTS =  panic.o regexp.o tclAsync.o tclBasic.o \
104
tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o \
105
tclCompExpr.o tclCompile.o tclDate.o tclEnv.o tclEvent.o tclExecute.o \
106
tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o \
107
tclInterp.o tclIO.o tclIOCmd.o tclIOSock.o tclIOUtil.o tclLink.o \
108
tclListObj.o tclLoad.o tclLoadNone.o tclMain.o tclNamesp.o tclNotify.o \
109
tclObj.o tclParse.o tclPipe.o tclPkg.o tclPosixStr.o tclPreserve.o \
110
tclProc.o tclTestProcBodyObj.o tclResolve.o tclStringObj.o tclTest.o \
111
tclTestObj.o tclTimer.o tclUtil.o tclVar.o tclAppInit.o tclMtherr.o \
112
tclUnixChan.o tclUnixEvent.o tclUnixFCmd.o tclUnixFile.o tclUnixNotfy.o \
113
tclUnixPipe.o tclUnixSock.o tclUnixTest.o tclUnixTime.o tclUnixInit.o
114
CFLAGS = @CFLAGS@
115
EXTRA_CFLAGS = @EXTRA_CFLAGS@
116
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
117
CCLD = $(CC)
118
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
119
DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
120
 
121
 
122
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
123
 
124
TAR = tar
125
GZIP_ENV = --best
126
SOURCES = $(libtcl_cygwin_a_SOURCES)
127
OBJECTS = $(libtcl_cygwin_a_OBJECTS)
128
 
129
all: all-redirect
130
.SUFFIXES:
131
.SUFFIXES: .S .c .o .s
132
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
133
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
134
 
135
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
136
        cd $(top_builddir) \
137
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
 
139
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
140
        cd $(srcdir) && $(ACLOCAL)
141
 
142
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
143
        $(SHELL) ./config.status --recheck
144
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
145
        cd $(srcdir) && $(AUTOCONF)
146
 
147
mostlyclean-noinstLIBRARIES:
148
 
149
clean-noinstLIBRARIES:
150
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
151
 
152
distclean-noinstLIBRARIES:
153
 
154
maintainer-clean-noinstLIBRARIES:
155
 
156
.c.o:
157
        $(COMPILE) -c $<
158
 
159
.s.o:
160
        $(COMPILE) -c $<
161
 
162
.S.o:
163
        $(COMPILE) -c $<
164
 
165
mostlyclean-compile:
166
        -rm -f *.o core *.core
167
 
168
clean-compile:
169
 
170
distclean-compile:
171
        -rm -f *.tab.c
172
 
173
maintainer-clean-compile:
174
 
175
libtcl_cygwin.a: $(libtcl_cygwin_a_OBJECTS) $(libtcl_cygwin_a_DEPENDENCIES)
176
        -rm -f libtcl_cygwin.a
177
        $(AR) cru libtcl_cygwin.a $(libtcl_cygwin_a_OBJECTS) $(libtcl_cygwin_a_LIBADD)
178
        $(RANLIB) libtcl_cygwin.a
179
 
180
tags: TAGS
181
 
182
ID: $(HEADERS) $(SOURCES) $(LISP)
183
        list='$(SOURCES) $(HEADERS)'; \
184
        unique=`for i in $$list; do echo $$i; done | \
185
          awk '    { files[$$0] = 1; } \
186
               END { for (i in files) print i; }'`; \
187
        here=`pwd` && cd $(srcdir) \
188
          && mkid -f$$here/ID $$unique $(LISP)
189
 
190
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
191
        tags=; \
192
        here=`pwd`; \
193
        list='$(SOURCES) $(HEADERS)'; \
194
        unique=`for i in $$list; do echo $$i; done | \
195
          awk '    { files[$$0] = 1; } \
196
               END { for (i in files) print i; }'`; \
197
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
199
 
200
mostlyclean-tags:
201
 
202
clean-tags:
203
 
204
distclean-tags:
205
        -rm -f TAGS ID
206
 
207
maintainer-clean-tags:
208
 
209
distdir = $(PACKAGE)-$(VERSION)
210
top_distdir = $(distdir)
211
 
212
# This target untars the dist file and tries a VPATH configuration.  Then
213
# it guarantees that the distribution is self-contained by making another
214
# tarfile.
215
distcheck: dist
216
        -rm -rf $(distdir)
217
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
218
        mkdir $(distdir)/=build
219
        mkdir $(distdir)/=inst
220
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
221
        cd $(distdir)/=build \
222
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
223
          && $(MAKE) $(AM_MAKEFLAGS) \
224
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
225
          && $(MAKE) $(AM_MAKEFLAGS) check \
226
          && $(MAKE) $(AM_MAKEFLAGS) install \
227
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
228
          && $(MAKE) $(AM_MAKEFLAGS) dist
229
        -rm -rf $(distdir)
230
        @banner="$(distdir).tar.gz is ready for distribution"; \
231
        dashes=`echo "$$banner" | sed s/./=/g`; \
232
        echo "$$dashes"; \
233
        echo "$$banner"; \
234
        echo "$$dashes"
235
dist: distdir
236
        -chmod -R a+r $(distdir)
237
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
238
        -rm -rf $(distdir)
239
dist-all: distdir
240
        -chmod -R a+r $(distdir)
241
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
242
        -rm -rf $(distdir)
243
distdir: $(DISTFILES)
244
        -rm -rf $(distdir)
245
        mkdir $(distdir)
246
        -chmod 777 $(distdir)
247
        @for file in $(DISTFILES); do \
248
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
249
          if test -d $$d/$$file; then \
250
            cp -pr $$/$$file $(distdir)/$$file; \
251
          else \
252
            test -f $(distdir)/$$file \
253
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
254
            || cp -p $$d/$$file $(distdir)/$$file || :; \
255
          fi; \
256
        done
257
info-am:
258
info: info-am
259
dvi-am:
260
dvi: dvi-am
261
check-am:
262
check: check-am
263
installcheck-am:
264
installcheck: installcheck-am
265
install-info-am:
266
install-info: install-info-am
267
install-exec-am:
268
install-exec: install-exec-am
269
 
270
install-data-am:
271
install-data: install-data-am
272
 
273
install-am: all-am
274
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275
install: install-am
276
uninstall-am:
277
uninstall: uninstall-am
278
all-am: Makefile $(LIBRARIES)
279
all-redirect: all-am
280
install-strip:
281
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
282
installdirs:
283
 
284
 
285
mostlyclean-generic:
286
 
287
clean-generic:
288
 
289
distclean-generic:
290
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
291
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292
 
293
maintainer-clean-generic:
294
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
295
                mostlyclean-tags mostlyclean-generic
296
 
297
mostlyclean: mostlyclean-am
298
 
299
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
300
                mostlyclean-am
301
 
302
clean: clean-am
303
 
304
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
305
                distclean-tags distclean-generic clean-am
306
 
307
distclean: distclean-am
308
        -rm -f config.status
309
 
310
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
311
                maintainer-clean-compile maintainer-clean-tags \
312
                maintainer-clean-generic distclean-am
313
        @echo "This command is intended for maintainers to use;"
314
        @echo "it deletes files that may require special tools to rebuild."
315
 
316
maintainer-clean: maintainer-clean-am
317
        -rm -f config.status
318
 
319
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
320
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
321
mostlyclean-compile distclean-compile clean-compile \
322
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
323
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
324
check-am installcheck-am installcheck install-info-am install-info \
325
install-exec-am install-exec install-data-am install-data install-am \
326
install uninstall-am uninstall all-redirect all-am all installdirs \
327
mostlyclean-generic distclean-generic clean-generic \
328
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
329
 
330
vpath % $(updir)/generic:$(updir)/unix
331
 
332
# $(OBJECTS): termcap.h pathnames.h
333
 
334
# install-data-local:
335
#       $(INSTALL_DATA) $(srcdir)/termcap $(sysconfdir)/termcap
336
#       $(INSTALL_DATA) $(srcdir)/termcap.h $(tooldir)/include/termcap.h
337
 
338
# install-exec-local: $(noinst_LIBRARIES)
339
#       $(INSTALL) libtermcap.a $(tooldir)/lib/libtermcap.a
340
 
341
# Tell versions [3.59,3.63) of GNU make to not export all variables.
342
# Otherwise a system limit (for SysV at least) may be exceeded.
343
.NOEXPORT:

powered by: WebSVN 2.1.0

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