jdk/make/mksample/nio/Makefile
changeset 2057 3acf8e5e2ca0
parent 1247 b4c26443dee5
child 4917 c98da2209f8c
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
     1 #
     1 #
     2 # Copyright 2004-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2004-2009 Sun Microsystems, Inc.  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.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    29 
    29 
    30 BUILDDIR = ../..
    30 BUILDDIR = ../..
    31 PRODUCT = java
    31 PRODUCT = java
    32 include $(BUILDDIR)/common/Defs.gmk
    32 include $(BUILDDIR)/common/Defs.gmk
    33 
    33 
    34 SUBDIRS = multicast server
    34 SUBDIRS = file multicast server
    35 all build clean clobber::
    35 all build clean clobber::
    36 	$(SUBDIRS-loop)
    36 	$(SUBDIRS-loop)
    37 
    37 
    38 clobber clean ::
    38 clobber clean ::
    39 	$(RM) -r $(SAMPLEDIR)/nio
    39 	$(RM) -r $(SAMPLEDIR)/nio