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


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  25 #
  26 
  27 include         $(SRC)/cmd/sgs/librtld/Makefile.com
  28 
  29 CPPFLAGS +=     -I../../../../uts/intel/ia32/krtld
  30 
  31 .KEEP_STATE:
  32 
  33 all:            $(DYNLIB) $(LIBLINKS)
  34 
  35 install:        all $(ROOTFS_DYNLIB)
  36 
  37 include         $(SRC)/cmd/sgs/librtld/Makefile.targ


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  25 #
  26 
  27 include         $(SRC)/cmd/sgs/librtld/Makefile.com
  28 
  29 CPPFLAGS +=     -I../../../../uts/intel/ia32/krtld
  30 
  31 .KEEP_STATE:
  32 
  33 all:            $(DYNLIB) $(LIBLINKS)
  34 
  35 install:        all $(ROOTLIBS) $(ROOTCOMPATLINKS)
  36 
  37 include         $(SRC)/cmd/sgs/librtld/Makefile.targ