components/visual-panels/examples/src/cmd/rad/mod/example-time2/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 MOD_APIS=example-time2
    28 VERS=.1
       
    29 MOD_APIS=example_time2
    29 MOD_OBJS=example-time2.o
    30 MOD_OBJS=example-time2.o
    30 MOD_LIBNAME=example-time2.so
    31 MOD_LIBNAME=example-time2.so$(VERS)
    31 MOD_INSTALLDIR=$(RADDIR_MODULE)
    32 MOD_INSTALLDIR=$(RADDIR_MODULE)
    32 APISDIR=../../../../apis
    33 APISDIR=../../../../apis
    33 
    34 
    34 include $(SRC)/make-rules/Makefile.com
    35 include $(SRC)/make-rules/Makefile.com
    35 
    36