Print this page
lib: move compat links from targetdirs to proper makefiles


  18 #
  19 # CDDL HEADER END
  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 .KEEP_STATE:
  35 
  36 all:            $(DYNLIB)
  37 
  38 install:        all $(ROOTFS_DYNLIB) $(ROOTFS_LINKS)
  39 
  40 include         ../Makefile.targ


  18 #
  19 # CDDL HEADER END
  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 .KEEP_STATE:
  35 
  36 all:            $(DYNLIB)
  37 
  38 install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
  39 
  40 include         ../Makefile.targ