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


  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  26 #
  27 
  28 INCLIST_i386=   -I.
  29 
  30 include         ../../../Makefile.cmd
  31 include         ../Makefile.com
  32 
  33 .KEEP_STATE:
  34 
  35 all:            $(PROG)
  36 
  37 all_lib:        $(LIBS)
  38 
  39 install:        all $(ROOTPROG) $(ROOTFORMS) $(ROOTCCSBINLINK)
  40 
  41 install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB)
  42 
  43 include         ../Makefile.targ
  44 include         ../../../Makefile.targ


  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  26 #
  27 
  28 INCLIST_i386=   -I.
  29 
  30 include         ../../../Makefile.cmd
  31 include         ../Makefile.com
  32 
  33 .KEEP_STATE:
  34 
  35 all:            $(PROG)
  36 
  37 all_lib:        $(LIBS)
  38 
  39 install:        all $(ROOTPROG) $(ROOTFORMS) $(ROOTCCSBINLINK)
  40 
  41 install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTCOMPATLINKS)
  42 
  43 include         ../Makefile.targ
  44 include         ../../../Makefile.targ