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


  25 
  26 LIBRARY =       libmd.a
  27 VERS =          .1
  28 
  29 OBJECTS =       edonr.o md4.o md5.o sha1.o sha2.o \
  30                 skein.o skein_block.o skein_iv.o
  31 
  32 include         $(SRC)/lib/Makefile.lib
  33 include         $(SRC)/lib/Makefile.rootfs
  34 include         $(SRC)/lib/Makefile.lib.64
  35 include         ../Makefile.com
  36 
  37 # Symbol capabilities objects are added for sun4u and sun4v.
  38 EXTPICS =       ../capabilities/sun4u/sparcv9/pics/symcap.o \
  39                 ../capabilities/sun4v/sparcv9/pics/symcap.o
  40 
  41 .KEEP_STATE:
  42 
  43 all:            $(LIBS)
  44 
  45 install:        all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
  46 
  47 lint:           lintcheck
  48 
  49 include         ../Makefile.targ


  25 
  26 LIBRARY =       libmd.a
  27 VERS =          .1
  28 
  29 OBJECTS =       edonr.o md4.o md5.o sha1.o sha2.o \
  30                 skein.o skein_block.o skein_iv.o
  31 
  32 include         $(SRC)/lib/Makefile.lib
  33 include         $(SRC)/lib/Makefile.rootfs
  34 include         $(SRC)/lib/Makefile.lib.64
  35 include         ../Makefile.com
  36 
  37 # Symbol capabilities objects are added for sun4u and sun4v.
  38 EXTPICS =       ../capabilities/sun4u/sparcv9/pics/symcap.o \
  39                 ../capabilities/sun4v/sparcv9/pics/symcap.o
  40 
  41 .KEEP_STATE:
  42 
  43 all:            $(LIBS)
  44 
  45 install:        all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) $(ROOTCOMPATLINKS64)
  46 
  47 lint:           lintcheck
  48 
  49 include         ../Makefile.targ