usr/src/cmd/fm/schemes/Makefile.com
changeset 524 259d2acc2f55
parent 0 68f95e015346
child 600 1e3cb665dd0a
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 .KEEP_STATE:
    28 .KEEP_STATE:
    49 CFLAGS += $(CTF_FLAGS) $(CCVERBOSE) $(XSTRCONST) $(CC_PICFLAGS)
    49 CFLAGS += $(CTF_FLAGS) $(CCVERBOSE) $(XSTRCONST) $(CC_PICFLAGS)
    50 CFLAGS += -G $(XREGSFLAG)
    50 CFLAGS += -G $(XREGSFLAG)
    51 CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I.
    51 CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I.
    52 LDFLAGS += $(ZTEXT) $(ZCOMBRELOC) $(ZDEFS) $(ZIGNORE) -M$(MAPFILE)
    52 LDFLAGS += $(ZTEXT) $(ZCOMBRELOC) $(ZDEFS) $(ZIGNORE) -M$(MAPFILE)
    53 LDLIBS += -lnvpair -lc
    53 LDLIBS += -lnvpair -lc
    54 
       
    55 #
       
    56 # Reset STRIPFLAG to the empty string.  FMA modules are intentionally installed
       
    57 # with symbol tables in order to help module developers.
       
    58 #
       
    59 STRIPFLAG =