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 DEFLIST=        -DELF
  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) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
  40 
  41 install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB)
  42                 $(RM) $(ROOTCCSBIN)/yaccpar
  43                 $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
  44 
  45 include         ../Makefile.targ
  46 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 DEFLIST=        -DELF
  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) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
  40 
  41 install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTCOMPATLINKS)
  42                 $(RM) $(ROOTCCSBIN)/yaccpar
  43                 $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
  44 
  45 include         ../Makefile.targ
  46 include         ../../../Makefile.targ