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 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 # This is a 64-bit build, and as such needs 64-bit ELF support
  27 CMNOBJS64 =     Psymtab_machelf64.o
  28 
  29 include ../Makefile.com
  30 include ../../Makefile.lib.64
  31 
  32 CPPFLAGS += -D_SYSCALL32
  33 LDLIBS += -lsaveargs
  34 
  35 install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)


  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 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 # This is a 64-bit build, and as such needs 64-bit ELF support
  27 CMNOBJS64 =     Psymtab_machelf64.o
  28 
  29 include ../Makefile.com
  30 include ../../Makefile.lib.64
  31 
  32 CPPFLAGS += -D_SYSCALL32
  33 LDLIBS += -lsaveargs
  34 
  35 install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) $(ROOTCOMPATLINKS64)