components/visual-panels/core/src/cmd/rad/mod/smf_old/Makefile
branchs11-update
changeset 2805 4888f6212f94
parent 827 0944d8c0158b
equal deleted inserted replaced
2804:7546c836fd87 2805:4888f6212f94
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include $(SRC)/make-rules/Makefile.env
    26 include $(SRC)/make-rules/Makefile.env
    27 
    27 
    28 LDLIBS += -lscf
    28 LDLIBS += -lscf
       
    29 
       
    30 VERS=.1
    29 MOD_APIS=smf_old
    31 MOD_APIS=smf_old
    30 MOD_OBJS=mod_smf.o propvec.o
    32 MOD_OBJS=mod_smf.o propvec.o /usr/lib/libcmdutils.so.1
    31 MOD_LIBNAME=mod_smf_old.so
    33 MOD_LIBNAME=mod_smf_old.so$(VERS)
    32 MOD_INSTALLDIR=$(RADDIR_MODULE)
    34 MOD_INSTALLDIR=$(RADDIR_MODULE)
    33 APISDIR=../../../../apis
    35 APISDIR=../../../../apis
    34 
    36 
    35 include $(SRC)/make-rules/Makefile.com
    37 include $(SRC)/make-rules/Makefile.com
    36 
    38