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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [zlib/] [Makefile.am] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 jeremybenn
## Process this file with automake to create Makefile.in.
2
 
3
AUTOMAKE_OPTIONS = 1.8 cygnus
4
 
5
ACLOCAL_AMFLAGS = -I .. -I ../config
6
 
7
ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
8
deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \
9
inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \
10
zconf.in.h zlib.h zutil.c zutil.h
11
 
12
if TARGET_LIBRARY
13
noinst_LTLIBRARIES = libzgcj_convenience.la
14
libzgcj_convenience_la_SOURCES = $(ZLIB_SOURCES)
15
else
16
toolexeclib_LIBRARIES = libz.a
17
libz_a_SOURCES = $(ZLIB_SOURCES)
18
libz_a_CFLAGS = $(AM_CFLAGS)
19
endif
20
 
21
# Work around what appears to be a GNU make bug handling MAKEFLAGS
22
# values defined in terms of make variables, as is the case for CC and
23
# friends when we are called from the top level Makefile.
24
AM_MAKEFLAGS = \
25
        "AR_FLAGS=$(AR_FLAGS)" \
26
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
27
        "CFLAGS=$(CFLAGS)" \
28
        "CXXFLAGS=$(CXXFLAGS)" \
29
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
30
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
31
        "INSTALL=$(INSTALL)" \
32
        "INSTALL_DATA=$(INSTALL_DATA)" \
33
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
34
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
35
        "LDFLAGS=$(LDFLAGS)" \
36
        "LIBCFLAGS=$(LIBCFLAGS)" \
37
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
38
        "MAKE=$(MAKE)" \
39
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
40
        "PICFLAG=$(PICFLAG)" \
41
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
42
        "SHELL=$(SHELL)" \
43
        "EXPECT=$(EXPECT)" \
44
        "RUNTEST=$(RUNTEST)" \
45
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
46
        "exec_prefix=$(exec_prefix)" \
47
        "infodir=$(infodir)" \
48
        "libdir=$(libdir)" \
49
        "prefix=$(prefix)" \
50
        "tooldir=$(tooldir)" \
51
        "AR=$(AR)" \
52
        "AS=$(AS)" \
53
        "CC=$(CC)" \
54
        "CXX=$(CXX)" \
55
        "LD=$(LD)" \
56
        "LIBCFLAGS=$(LIBCFLAGS)" \
57
        "NM=$(NM)" \
58
        "PICFLAG=$(PICFLAG)" \
59
        "RANLIB=$(RANLIB)" \
60
        "DESTDIR=$(DESTDIR)"

powered by: WebSVN 2.1.0

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