Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  22 #
  23 
  24 include ../Makefile.cmd
  25 
  26 SUBDIRS1 = \
  27         cryptoadm \
  28         decrypt \
  29         digest \
  30         elfsign \
  31         kmfcfg \
  32         pktool \
  33         tpmadm
  34 
  35 $(CLOSED_BUILD)SUBDIRS1 += \
  36         $(CLOSED)/cmd/cmd-crypto/kcfd
  37 
  38 SUBDIRS2 = \
  39         etc \
  40         scripts
  41 
  42 $(CLOSED_BUILD)SUBDIRS2 += \
  43         $(CLOSED)/cmd/cmd-crypto/etc
  44 
  45 all:=           TARGET= all
  46 install:=       TARGET= install
  47 clean:=         TARGET= clean
  48 clobber:=       TARGET= clobber
  49 lint:=          TARGET= lint
  50 _msg:=          TARGET= _msg
  51 
  52 .KEEP_STATE:
  53 
  54 all clean clobber lint _msg: $(SUBDIRS1) $($(MACH)_SUBDIRS)
  55 
  56 install: $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS)
  57 
  58 $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS) : FRC
  59         @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
  60 
  61 FRC:


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  22 #
  23 
  24 include ../Makefile.cmd
  25 
  26 SUBDIRS1 = \
  27         cryptoadm \
  28         decrypt \
  29         digest \
  30         elfsign \
  31         kmfcfg \
  32         pktool \
  33         tpmadm
  34 



  35 SUBDIRS2 = \
  36         etc \
  37         scripts
  38 



  39 all:=           TARGET= all
  40 install:=       TARGET= install
  41 clean:=         TARGET= clean
  42 clobber:=       TARGET= clobber
  43 lint:=          TARGET= lint
  44 _msg:=          TARGET= _msg
  45 
  46 .KEEP_STATE:
  47 
  48 all clean clobber lint _msg: $(SUBDIRS1) $($(MACH)_SUBDIRS)
  49 
  50 install: $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS)
  51 
  52 $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS) : FRC
  53         @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
  54 
  55 FRC: