Makefile revision 2362
280N/A# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. 280N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 280N/A# This code is free software; you can redistribute it and/or modify it 280N/A# under the terms of the GNU General Public License version 2 only, as 280N/A# published by the Free Software Foundation. Oracle designates this 280N/A# particular file as subject to the "Classpath" exception as provided 280N/A# by Oracle in the LICENSE file that accompanied this code. 280N/A# This code is distributed in the hope that it will be useful, but WITHOUT 280N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 280N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 280N/A# version 2 for more details (a copy is included in the LICENSE file that 280N/A# accompanied this code). 280N/A# You should have received a copy of the GNU General Public License version 280N/A# 2 along with this work; if not, write to the Free Software Foundation, 280N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 5259N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 844N/A#OTHER_JAVACFLAGS += -Xmaxwarns 1000 -Xlint 280N/A# Find platform-specific C source files 1021N/A#OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet -lpthread -ldl