home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / utilslib / Profile / Makefile < prev   
Encoding:
Makefile  |  1991-06-02  |  273 b   |  12 lines

  1. # Makefile for Exprolib
  2.  
  3. OBJS = O.ProfileAsm O.ProfileT O.ProfileC
  4.  
  5. ProfileLib: $(OBJS)
  6.          Libfile ProfileLib -create 5 10
  7.          Libfile ProfileLib -files $(OBJS) -insert
  8.          Objlib ProfileLib -create
  9.  
  10. O.ProfileT: H.ProfileAsm H.Profile
  11. O.ProfileC: H.Profile
  12.