usr/src/cmd/cpc/cputrack/Makefile.com
changeset 524 259d2acc2f55
parent 0 68f95e015346
child 3732 c8e62d396494
equal deleted inserted replaced
523:4aeaed772941 524:259d2acc2f55
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 #
    22 #
    23 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 # ident	"%Z%%M%	%I%	%E% SMI"
    26 # ident	"%Z%%M%	%I%	%E% SMI"
    27 #
    27 #
    28 
    28 
    37 CFLAGS64 +=	$(CCVERBOSE) $(CTF_FLAGS)
    37 CFLAGS64 +=	$(CCVERBOSE) $(CTF_FLAGS)
    38 CPPFLAGS +=	-I$(SRC)/lib/libcpc/common
    38 CPPFLAGS +=	-I$(SRC)/lib/libcpc/common
    39 
    39 
    40 LINTFLAGS +=	-u
    40 LINTFLAGS +=	-u
    41 LINTFLAGS64 +=	-u
    41 LINTFLAGS64 +=	-u
    42 
       
    43 #
       
    44 # CPC commands include CTF data so they must not be stripped with '-s'. This
       
    45 # overrides the "-s" switch in the default link flags.
       
    46 #
       
    47 STRIPFLAG=
       
    48 
    42 
    49 .KEEP_STATE:
    43 .KEEP_STATE:
    50 
    44 
    51 all: $(PROG)
    45 all: $(PROG)
    52 
    46