usr/src/cmd/fm/modules/Makefile.plugin
changeset 524 259d2acc2f55
parent 0 68f95e015346
child 1414 b4126407ac5b
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:
    64 
    64 
    65 CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
    65 CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
    66 LDFLAGS += $(ZTEXT) $(ZCOMBRELOC) $(ZDEFS) $(ZIGNORE) -M$(APIMAP)
    66 LDFLAGS += $(ZTEXT) $(ZCOMBRELOC) $(ZDEFS) $(ZIGNORE) -M$(APIMAP)
    67 LDLIBS += -lnvpair -lrt -lc
    67 LDLIBS += -lnvpair -lrt -lc
    68 
    68 
    69 #
       
    70 # Reset STRIPFLAG to the empty string.  FMA modules are intentionally installed
       
    71 # with symbol tables in order to help module developers.
       
    72 #
       
    73 STRIPFLAG =
       
    74 
       
    75 all: $(PROG)
    69 all: $(PROG)
    76 
    70 
    77 .NO_PARALLEL:
    71 .NO_PARALLEL:
    78 .PARALLEL: $(OBJS) $(LINTFILES)
    72 .PARALLEL: $(OBJS) $(LINTFILES)
    79 
    73