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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [plugin/] [Makefile.am] - Blame information for rev 774

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 774 jeremybenn
nativeexeclib_LTLIBRARIES = libgcjwebplugin.la
2
 
3
libgcjwebplugin_la_SOURCES = gcjwebplugin.cc
4
 
5
libgcjwebplugin_la_CXXFLAGS = \
6
        -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/`echo gappletviewer | sed '$(program_transform_name)'`\"" \
7
        $(MOZILLA_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)
8
 
9
libgcjwebplugin_la_LDFLAGS = -avoid-version \
10
        $(GLIB_LIBS) $(GTK_LIBS) \
11
        -lstdc++ $(AM_LDFLAGS)
12
 
13
install-plugin: $(nativeexeclib_LTLIBRARIES)
14
        $(INSTALL) -d -m0755 $(DESTDIR)$(PLUGIN_DIR)
15
        $(INSTALL) .libs/libgcjwebplugin.so $(DESTDIR)$(PLUGIN_DIR)
16
 
17
uninstall-plugin:
18
        rm -f $(DESTDIR)$(PLUGIN_DIR)/libgcjwebplugin.so

powered by: WebSVN 2.1.0

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