|
|
|
@@ -42,10 +42,8 @@ target_triplet = @target@
|
|
|
|
|
subdir = native/jni/java-net
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
|
|
|
|
|
$(top_srcdir)/../../config/lead-dot.m4 \
|
|
|
|
|
$(top_srcdir)/../../config/no-executables.m4 \
|
|
|
|
|
$(top_srcdir)/../../libtool.m4 $(top_srcdir)/m4/accross.m4 \
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
|
|
|
|
$(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \
|
|
|
|
|
$(top_srcdir)/m4/acinclude.m4 $(top_srcdir)/m4/iconv.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
|
|
|
|
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/pkg.m4 \
|
|
|
|
@@ -61,9 +59,9 @@ am__vpath_adj = case $$p in \
|
|
|
|
|
*) f=$$p;; \
|
|
|
|
|
esac;
|
|
|
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(pkglibdir)"
|
|
|
|
|
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
|
|
|
|
|
LTLIBRARIES = $(pkglib_LTLIBRARIES)
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(nativelibdir)"
|
|
|
|
|
nativelibLTLIBRARIES_INSTALL = $(INSTALL)
|
|
|
|
|
LTLIBRARIES = $(nativelib_LTLIBRARIES)
|
|
|
|
|
libjavanet_la_DEPENDENCIES = \
|
|
|
|
|
$(top_builddir)/native/jni/classpath/jcl.lo
|
|
|
|
|
am_libjavanet_la_OBJECTS = javanet.lo java_net_VMInetAddress.lo \
|
|
|
|
@@ -107,10 +105,14 @@ CLASSPATH_MODULE = @CLASSPATH_MODULE@
|
|
|
|
|
CP = @CP@
|
|
|
|
|
CPP = @CPP@
|
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
|
CREATE_ALSA_LIBRARIES_FALSE = @CREATE_ALSA_LIBRARIES_FALSE@
|
|
|
|
|
CREATE_ALSA_LIBRARIES_TRUE = @CREATE_ALSA_LIBRARIES_TRUE@
|
|
|
|
|
CREATE_API_DOCS_FALSE = @CREATE_API_DOCS_FALSE@
|
|
|
|
|
CREATE_API_DOCS_TRUE = @CREATE_API_DOCS_TRUE@
|
|
|
|
|
CREATE_CORE_JNI_LIBRARIES_FALSE = @CREATE_CORE_JNI_LIBRARIES_FALSE@
|
|
|
|
|
CREATE_CORE_JNI_LIBRARIES_TRUE = @CREATE_CORE_JNI_LIBRARIES_TRUE@
|
|
|
|
|
CREATE_DSSI_LIBRARIES_FALSE = @CREATE_DSSI_LIBRARIES_FALSE@
|
|
|
|
|
CREATE_DSSI_LIBRARIES_TRUE = @CREATE_DSSI_LIBRARIES_TRUE@
|
|
|
|
|
CREATE_GTK_PEER_LIBRARIES_FALSE = @CREATE_GTK_PEER_LIBRARIES_FALSE@
|
|
|
|
|
CREATE_GTK_PEER_LIBRARIES_TRUE = @CREATE_GTK_PEER_LIBRARIES_TRUE@
|
|
|
|
|
CREATE_JNI_HEADERS_FALSE = @CREATE_JNI_HEADERS_FALSE@
|
|
|
|
@@ -247,6 +249,7 @@ build_vendor = @build_vendor@
|
|
|
|
|
datadir = @datadir@
|
|
|
|
|
default_toolkit = @default_toolkit@
|
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
glibjdir = @glibjdir@
|
|
|
|
|
host = @host@
|
|
|
|
|
host_alias = @host_alias@
|
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
@@ -260,6 +263,7 @@ libexecdir = @libexecdir@
|
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
|
mandir = @mandir@
|
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
|
nativelibdir = @nativelibdir@
|
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
|
prefix = @prefix@
|
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
@@ -272,7 +276,7 @@ target_cpu = @target_cpu@
|
|
|
|
|
target_os = @target_os@
|
|
|
|
|
target_vendor = @target_vendor@
|
|
|
|
|
vm_classes = @vm_classes@
|
|
|
|
|
pkglib_LTLIBRARIES = libjavanet.la
|
|
|
|
|
nativelib_LTLIBRARIES = libjavanet.la
|
|
|
|
|
libjavanet_la_SOURCES = javanet.c \
|
|
|
|
|
javanet.h \
|
|
|
|
|
java_net_VMInetAddress.c \
|
|
|
|
@@ -317,35 +321,35 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
|
|
|
|
|
install-nativelibLTLIBRARIES: $(nativelib_LTLIBRARIES)
|
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
|
|
|
|
|
@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
test -z "$(nativelibdir)" || $(mkdir_p) "$(DESTDIR)$(nativelibdir)"
|
|
|
|
|
@list='$(nativelib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
if test -f $$p; then \
|
|
|
|
|
f=$(am__strip_dir) \
|
|
|
|
|
echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
|
|
|
|
|
$(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
|
|
|
|
|
echo " $(LIBTOOL) --mode=install $(nativelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nativelibdir)/$$f'"; \
|
|
|
|
|
$(LIBTOOL) --mode=install $(nativelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nativelibdir)/$$f"; \
|
|
|
|
|
else :; fi; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
uninstall-pkglibLTLIBRARIES:
|
|
|
|
|
uninstall-nativelibLTLIBRARIES:
|
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
@set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
@set -x; list='$(nativelib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
p=$(am__strip_dir) \
|
|
|
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
|
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
|
|
|
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(nativelibdir)/$$p'"; \
|
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(nativelibdir)/$$p"; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
clean-pkglibLTLIBRARIES:
|
|
|
|
|
-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
|
|
|
|
|
@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
clean-nativelibLTLIBRARIES:
|
|
|
|
|
-test -z "$(nativelib_LTLIBRARIES)" || rm -f $(nativelib_LTLIBRARIES)
|
|
|
|
|
@list='$(nativelib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
|
done
|
|
|
|
|
libjavanet.la: $(libjavanet_la_OBJECTS) $(libjavanet_la_DEPENDENCIES)
|
|
|
|
|
$(LINK) -rpath $(pkglibdir) $(libjavanet_la_LDFLAGS) $(libjavanet_la_OBJECTS) $(libjavanet_la_LIBADD) $(LIBS)
|
|
|
|
|
$(LINK) -rpath $(nativelibdir) $(libjavanet_la_LDFLAGS) $(libjavanet_la_OBJECTS) $(libjavanet_la_LIBADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
@@ -469,7 +473,7 @@ check-am: all-am
|
|
|
|
|
check: check-am
|
|
|
|
|
all-am: Makefile $(LTLIBRARIES)
|
|
|
|
|
installdirs:
|
|
|
|
|
for dir in "$(DESTDIR)$(pkglibdir)"; do \
|
|
|
|
|
for dir in "$(DESTDIR)$(nativelibdir)"; do \
|
|
|
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
|
|
|
done
|
|
|
|
|
install: install-am
|
|
|
|
@@ -498,7 +502,7 @@ maintainer-clean-generic:
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
|
|
|
|
|
clean-am: clean-generic clean-libtool clean-nativelibLTLIBRARIES \
|
|
|
|
|
mostlyclean-am
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
@@ -517,9 +521,9 @@ info: info-am
|
|
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
install-data-am: install-nativelibLTLIBRARIES
|
|
|
|
|
|
|
|
|
|
install-exec-am: install-pkglibLTLIBRARIES
|
|
|
|
|
install-exec-am:
|
|
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
|
|
|
@@ -545,20 +549,20 @@ ps: ps-am
|
|
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
|
|
|
|
uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
|
|
|
|
|
uninstall-am: uninstall-info-am uninstall-nativelibLTLIBRARIES
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
|
|
|
clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
|
|
|
|
|
clean-libtool clean-nativelibLTLIBRARIES ctags distclean \
|
|
|
|
|
distclean-compile distclean-generic distclean-libtool \
|
|
|
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
|
|
|
install install-am install-data install-data-am install-exec \
|
|
|
|
|
install-exec-am install-info install-info-am install-man \
|
|
|
|
|
install-pkglibLTLIBRARIES install-strip installcheck \
|
|
|
|
|
install-nativelibLTLIBRARIES install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
tags uninstall uninstall-am uninstall-info-am \
|
|
|
|
|
uninstall-pkglibLTLIBRARIES
|
|
|
|
|
uninstall-nativelibLTLIBRARIES
|
|
|
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
|