Makefile revision 4632
147N/A# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 147N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 147N/A# This code is free software; you can redistribute it and/or modify it 147N/A# under the terms of the GNU General Public License version 2 only, as 147N/A# published by the Free Software Foundation. Oracle designates this 147N/A# particular file as subject to the "Classpath" exception as provided 147N/A# by Oracle in the LICENSE file that accompanied this code. 147N/A# This code is distributed in the hope that it will be useful, but WITHOUT 147N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 147N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 147N/A# version 2 for more details (a copy is included in the LICENSE file that 147N/A# accompanied this code). 147N/A# You should have received a copy of the GNU General Public License version 147N/A# 2 along with this work; if not, write to the Free Software Foundation, 147N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 806N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 147N/A# include defines for sound 206N/A# support for different mixer provider files on different platforms 206N/A# Mixer Service Provider Additional path 147N/A# Files that just need cp. # Windows always provides MIDI and ports # DirectSound handles directaudio (both i586 and amd64) #MXSPP_ADD = $(PLATFORM)-$(ARCH)/ # ALSA handles directaudio, ports, and MIDI #MXSPP_ADD = $(PLATFORM)-$(ARCH)/ # build with ports and direct audio # build with empty MIDI i/o # for dynamic inclusion of extra sound libs: these # integrate MIDI i/o in jsound lib # integrate port files in jsound lib # integrate port files in jsound lib # Add to the ambient VPATH. # Since we build more than the javax.sound (as stated in the # PACKAGE variable), we need to nuke the extra packages explicitly. # Declare extra phony targets.