components/file/Makefile
changeset 32 280a7444e782
parent 27 4daa72fdac4c
child 40 84267c1130e9
equal deleted inserted replaced
31:90e0c3ea3281 32:280a7444e782
    20 #
    20 #
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    21 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH=/usr/bin:/usr/gnu/bin
       
    26 
       
    27 COMPONENT_NAME=		file
    25 COMPONENT_NAME=		file
    28 COMPONENT_VERSION=	5.0.4
    26 COMPONENT_VERSION=	5.0.4
    29 IPS_PKG_NAME=		file/file
    27 IPS_PKG_NAME=		file/file
    30 COMPONENT_DESCRIPTION=	"command and library to determine file type"
    28 COMPONENT_DESCRIPTION=	"command and library to determine file type"
    31 COMPONENT_CLASSIFICATION="Applications/System Utilities"
    29 COMPONENT_CLASSIFICATION="Applications/System Utilities"
    45 # common targets
    43 # common targets
    46 build:		$(BUILD_32_and_64)
    44 build:		$(BUILD_32_and_64)
    47 
    45 
    48 install:	$(INSTALL_32_and_64)
    46 install:	$(INSTALL_32_and_64)
    49 
    47 
    50 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    48 REQUIRED_TOOL +=	/sbin/uname
       
    49 REQUIRED_TOOL +=	/usr/bin/aclocal-1.10
       
    50 REQUIRED_TOOL +=	/usr/bin/ar
       
    51 REQUIRED_TOOL +=	/usr/bin/arch
       
    52 REQUIRED_TOOL +=	/usr/bin/autoconf
       
    53 REQUIRED_TOOL +=	/usr/bin/autoheader
       
    54 REQUIRED_TOOL +=	/usr/bin/autom4te
       
    55 REQUIRED_TOOL +=	/usr/bin/automake-1.10
       
    56 REQUIRED_TOOL +=	/usr/bin/basename
       
    57 REQUIRED_TOOL +=	/usr/bin/bash
       
    58 REQUIRED_TOOL +=	/usr/bin/chmod
       
    59 REQUIRED_TOOL +=	/usr/bin/cp
       
    60 REQUIRED_TOOL +=	/usr/bin/diff
       
    61 REQUIRED_TOOL +=	/usr/bin/dirname
       
    62 REQUIRED_TOOL +=	/usr/bin/echo
       
    63 REQUIRED_TOOL +=	/usr/bin/env
       
    64 REQUIRED_TOOL +=	/usr/bin/expr
       
    65 REQUIRED_TOOL +=	/usr/bin/find
       
    66 REQUIRED_TOOL +=	/usr/bin/gawk
       
    67 REQUIRED_TOOL +=	/usr/bin/getconf
       
    68 REQUIRED_TOOL +=	/usr/bin/ggrep
       
    69 REQUIRED_TOOL +=	/usr/bin/ginstall
       
    70 REQUIRED_TOOL +=	/usr/bin/gmake
       
    71 REQUIRED_TOOL +=	/usr/bin/grep
       
    72 REQUIRED_TOOL +=	/usr/bin/gsed
       
    73 REQUIRED_TOOL +=	/usr/bin/gpatch
       
    74 REQUIRED_TOOL +=	/usr/bin/gtar
       
    75 REQUIRED_TOOL +=	/usr/bin/gzip 
       
    76 REQUIRED_TOOL +=	/usr/bin/hostname
       
    77 REQUIRED_TOOL +=	/usr/bin/ksh93
       
    78 REQUIRED_TOOL +=	/usr/bin/ld
       
    79 REQUIRED_TOOL +=	/usr/bin/ln
       
    80 REQUIRED_TOOL +=	/usr/bin/ls
       
    81 REQUIRED_TOOL +=	/usr/bin/make
       
    82 REQUIRED_TOOL +=	/usr/bin/mkdir
       
    83 REQUIRED_TOOL +=	/usr/bin/mv
       
    84 REQUIRED_TOOL +=	/usr/bin/nm
       
    85 REQUIRED_TOOL +=	/usr/bin/ranlib
       
    86 REQUIRED_TOOL +=	/usr/bin/rm
       
    87 REQUIRED_TOOL +=	/usr/bin/rmdir
       
    88 REQUIRED_TOOL +=	/usr/bin/sed
       
    89 REQUIRED_TOOL +=	/usr/bin/sort
       
    90 REQUIRED_TOOL +=	/usr/bin/strip
       
    91 REQUIRED_TOOL +=	/usr/bin/touch
       
    92 REQUIRED_TOOL +=	/usr/bin/tr
       
    93 REQUIRED_TOOL +=	/usr/gnu/bin/as
       
    94 REQUIRED_TOOL +=	/usr/gnu/bin/echo
       
    95 REQUIRED_TOOL +=	/usr/gnu/bin/m4
       
    96 REQUIRED_TOOL +=	/usr/gnu/bin/mkdir
       
    97 REQUIRED_TOOL +=	$(SPRO_ROOT)/bin/cc
       
    98 REQUIRED_TOOL +=	$(SPRO_ROOT)/bin/CC
       
    99 
       
   100 REQUIRED_FILE +=	/lib/$(MACH64)/libc.so
       
   101 REQUIRED_FILE +=	/lib/$(MACH64)/libm.so
       
   102 REQUIRED_FILE +=	/lib/$(MACH64)/libz.so
       
   103 REQUIRED_FILE +=	/lib/libc.so
       
   104 REQUIRED_FILE +=	/lib/libm.so
       
   105 REQUIRED_FILE +=	/lib/libz.so
       
   106 REQUIRED_FILE +=	/usr/include/assert.h
       
   107 REQUIRED_FILE +=	/usr/include/ctype.h
       
   108 REQUIRED_FILE +=	/usr/include/dirent.h
       
   109 REQUIRED_FILE +=	/usr/include/err.h
       
   110 REQUIRED_FILE +=	/usr/include/errno.h
       
   111 REQUIRED_FILE +=	/usr/include/fcntl.h
       
   112 REQUIRED_FILE +=	/usr/include/getopt.h
       
   113 REQUIRED_FILE +=	/usr/include/limits.h
       
   114 REQUIRED_FILE +=	/usr/include/locale.h
       
   115 REQUIRED_FILE +=	/usr/include/memory.h
       
   116 REQUIRED_FILE +=	/usr/include/regex.h
       
   117 REQUIRED_FILE +=	/usr/include/stdarg.h
       
   118 REQUIRED_FILE +=	/usr/include/stddef.h
       
   119 REQUIRED_FILE +=	/usr/include/stdint.h
       
   120 REQUIRED_FILE +=	/usr/include/stdio.h
       
   121 REQUIRED_FILE +=	/usr/include/stdlib.h
       
   122 REQUIRED_FILE +=	/usr/include/string.h
       
   123 REQUIRED_FILE +=	/usr/include/sys/dirent.h
       
   124 REQUIRED_FILE +=	/usr/include/sys/ioctl.h
       
   125 REQUIRED_FILE +=	/usr/include/sys/mkdev.h
       
   126 REQUIRED_FILE +=	/usr/include/sys/mman.h
       
   127 REQUIRED_FILE +=	/usr/include/sys/param.h
       
   128 REQUIRED_FILE +=	/usr/include/sys/stat.h
       
   129 REQUIRED_FILE +=	/usr/include/sys/time.h
       
   130 REQUIRED_FILE +=	/usr/include/sys/types.h
       
   131 REQUIRED_FILE +=	/usr/include/sys/utime.h
       
   132 REQUIRED_FILE +=	/usr/include/sys/wait.h
       
   133 REQUIRED_FILE +=	/usr/include/time.h
       
   134 REQUIRED_FILE +=	/usr/include/unistd.h
       
   135 REQUIRED_FILE +=	/usr/include/utime.h
       
   136 REQUIRED_FILE +=	/usr/include/wchar.h
       
   137 REQUIRED_FILE +=	/usr/include/wctype.h
       
   138 REQUIRED_FILE +=	/usr/include/zlib.h
       
   139 
       
   140 include ../../make-rules/depend.mk