Print this page
make: remove SCCS ident stuff


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 1994 Sun Microsystems, Inc. All rights reserved.
  22 # Use is subject to license terms.
  23 #
  24 # @(#)svr4.make.rules.file 1.4 06/12/12
  25 #
  26 .SUFFIXES: .o .c .c~ .y .y~ .l .l~ .s .s~ .sh .sh~ .h .h~ .f .f~ \
  27 .C .C~ .Y .Y~ .L .L~
  28 
  29 MAKE=make
  30 BUILD=build
  31 AR=ar
  32 ARFLAGS=rv
  33 AS=as
  34 ASFLAGS=
  35 CC=cc
  36 CFLAGS=-O
  37 F77=f77
  38 FFLAGS=-O
  39 GET=get
  40 GFLAGS=
  41 LD=ld
  42 LDFLAGS=
  43 LEX=lex
  44 LFLAGS=




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 1994 Sun Microsystems, Inc. All rights reserved.
  22 # Use is subject to license terms.
  23 #

  24 #
  25 .SUFFIXES: .o .c .c~ .y .y~ .l .l~ .s .s~ .sh .sh~ .h .h~ .f .f~ \
  26 .C .C~ .Y .Y~ .L .L~
  27 
  28 MAKE=make
  29 BUILD=build
  30 AR=ar
  31 ARFLAGS=rv
  32 AS=as
  33 ASFLAGS=
  34 CC=cc
  35 CFLAGS=-O
  36 F77=f77
  37 FFLAGS=-O
  38 GET=get
  39 GFLAGS=
  40 LD=ld
  41 LDFLAGS=
  42 LEX=lex
  43 LFLAGS=