michaelm@340: # coffeys@409: # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. michaelm@340: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. michaelm@340: # michaelm@340: # This code is free software; you can redistribute it and/or modify it michaelm@340: # under the terms of the GNU General Public License version 2 only, as michaelm@340: # published by the Free Software Foundation. Oracle designates this michaelm@340: # particular file as subject to the "Classpath" exception as provided michaelm@340: # by Oracle in the LICENSE file that accompanied this code. michaelm@340: # michaelm@340: # This code is distributed in the hope that it will be useful, but WITHOUT michaelm@340: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or michaelm@340: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License michaelm@340: # version 2 for more details (a copy is included in the LICENSE file that michaelm@340: # accompanied this code). michaelm@340: # michaelm@340: # You should have received a copy of the GNU General Public License version michaelm@340: # 2 along with this work; if not, write to the Free Software Foundation, michaelm@340: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. michaelm@340: # michaelm@340: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA michaelm@340: # or visit www.oracle.com if you need additional information or have any michaelm@340: # questions. michaelm@340: # michaelm@340: michaelm@340: # michaelm@340: # Makefile to specify compiler flags for programs and libraries michaelm@340: # targeted to BSD. Should not contain any rules. michaelm@340: # michaelm@340: michaelm@340: # Warning: the following variables are overriden by Defs.gmk. Set michaelm@340: # values will be silently ignored: michaelm@340: # CFLAGS (set $(OTHER_CFLAGS) instead) michaelm@340: # CPPFLAGS (set $(OTHER_CPPFLAGS) instead) michaelm@340: # CXXFLAGS (set $(OTHER_CXXFLAGS) instead) michaelm@340: # LDFLAGS (set $(OTHER_LDFAGS) instead) michaelm@340: # LDLIBS (set $(EXTRA_LIBS) instead) michaelm@340: # LDLIBS_COMMON (set $(EXTRA_LIBS) instead) michaelm@340: michaelm@340: # Get shared JDK settings michaelm@340: include $(BUILDDIR)/common/shared/Defs.gmk michaelm@340: michaelm@340: ifndef PLATFORM_SRC michaelm@340: PLATFORM_SRC = $(TOPDIR)/src/solaris michaelm@340: endif # PLATFORM_SRC michaelm@340: