20 #
21
22 #
23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27 #
28
29 PLTOBJS = plt32_resolution.o
30 PLTSRCS = plt32_resolution.c
31
32 include ../Makefile.com
33
34 SGSMSGTARG += $(SGSMSGINTEL)
35
36 .KEEP_STATE:
37
38 all: $(DYNLIB)
39
40 install: all $(ROOTFS_DYNLIB) $(ROOTFS_LINKS)
41
42 include ../Makefile.targ
|
20 #
21
22 #
23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27 #
28
29 PLTOBJS = plt32_resolution.o
30 PLTSRCS = plt32_resolution.c
31
32 include ../Makefile.com
33
34 SGSMSGTARG += $(SGSMSGINTEL)
35
36 .KEEP_STATE:
37
38 all: $(DYNLIB)
39
40 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
41
42 include ../Makefile.targ
|