jdk/make/javax/sound/SoundDefs.gmk
changeset 8835 71d383b902e9
parent 8796 604a43386301
child 12047 320a714614e9
equal deleted inserted replaced
8834:f69a163a9b51 8835:71d383b902e9
     1 #
     1 #
     2 # Copyright (c) 2002, 2007, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    71   endif # ARCH sparcv9
    71   endif # ARCH sparcv9
    72 
    72 
    73   ifeq ($(ARCH), amd64)
    73   ifeq ($(ARCH), amd64)
    74     CPPFLAGS += -DX_ARCH=X_AMD64
    74     CPPFLAGS += -DX_ARCH=X_AMD64
    75   endif # ARCH amd64
    75   endif # ARCH amd64
       
    76 
       
    77   ifeq ($(ARCH), arm)
       
    78     CPPFLAGS += -DX_ARCH=X_ARM
       
    79   endif # ARCH arm
       
    80 
       
    81   ifeq ($(ARCH), ppc)
       
    82     CPPFLAGS += -DX_ARCH=X_PPC
       
    83   endif # ARCH ppc
       
    84 
    76 endif
    85 endif
    77 
    86 
    78 
    87 
    79 # files needed for MIDI i/o
    88 # files needed for MIDI i/o
    80 MIDIFILES_c = \
    89 MIDIFILES_c = \