source: branches/libc-0.6/src/gcc/libjava/Makefile.am@ 3951

Last change on this file since 3951 was 1394, checked in by bird, 22 years ago

#1040: Joined the GCC 3.3.3 with the trunk.

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 95.7 KB
Line 
1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = foreign
4
5if TESTSUBDIR
6SUBDIRS = $(DIRLTDL) testsuite gcj include
7else
8SUBDIRS = $(DIRLTDL) gcj include
9endif
10
11## ################################################################
12
13##
14## What gets installed, and where.
15##
16
17if XLIB_AWT
18cond_x_ltlibrary = lib-gnu-awt-xlib.la
19## We require libstdc++-v3 to be in the same build tree.
20xlib_includes = -I../libstdc++-v3/include -I../libstdc++-v3/include/$(target_alias) -I$(srcdir)/../libstdc++-v3/libsupc++
21else
22cond_x_ltlibrary =
23xlib_includes =
24endif
25
26toolexeclib_LTLIBRARIES = libgcj.la lib-org-xml-sax.la lib-org-w3c-dom.la $(cond_x_ltlibrary)
27toolexecmainlib_DATA = libgcj.spec
28
29jardir = $(datadir)/java
30jar_DATA = libgcj-@[email protected]
31
32## FIXME: Using libdir violates GNU coding standards.
33secdir = $(libdir)/security
34
35## For now, only on native systems. FIXME.
36if NATIVE
37bin_PROGRAMS = jv-convert gij rmic rmiregistry
38endif
39
40bin_SCRIPTS = addr2name.awk
41
42## ################################################################
43
44##
45## Compilers and compilation flags.
46##
47
48## CANADIAN is a misnomer. Really we check to see if we must pick up
49## the tools from the path.
50if CANADIAN
51if NULL_TARGET
52## In this case, gcj is found outside the build tree. However, zip is
53## found in the build tree.
54ZIP = $(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar
55else
56ZIP = jar