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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [native/] [plugin/] [Makefile.am] - Rev 774

Compare with Previous | Blame | View Log

nativeexeclib_LTLIBRARIES = libgcjwebplugin.la

libgcjwebplugin_la_SOURCES = gcjwebplugin.cc

libgcjwebplugin_la_CXXFLAGS = \
        -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/`echo gappletviewer | sed '$(program_transform_name)'`\"" \
        $(MOZILLA_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS)

libgcjwebplugin_la_LDFLAGS = -avoid-version \
        $(GLIB_LIBS) $(GTK_LIBS) \
        -lstdc++ $(AM_LDFLAGS)

install-plugin: $(nativeexeclib_LTLIBRARIES)
        $(INSTALL) -d -m0755 $(DESTDIR)$(PLUGIN_DIR)
        $(INSTALL) .libs/libgcjwebplugin.so $(DESTDIR)$(PLUGIN_DIR)

uninstall-plugin:
        rm -f $(DESTDIR)$(PLUGIN_DIR)/libgcjwebplugin.so

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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