home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff354.lzh / MXMLib / MakeFile < prev    next >
Makefile  |  1990-06-02  |  280b  |  13 lines

  1. CFLAGS        = -so -wnu -hi MXM.SYM
  2. OBJS        = LibStartup.o LibMain.o MXM.o MXMSub.o Format.o
  3.  
  4. all:        MXM.SYM mxm.library
  5.  
  6. MXM.SYM:    PreInclude.c
  7.         CC -ho MXM.SYM PreInclude.c
  8.  
  9. mxm.library:    $(OBJS)
  10.         LN -o mxm.library $(OBJS) -Lc +CD
  11.         Protect mxm.library -e
  12.         Copy mxm.library LIBS: CLONE
  13.