home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 390.lha / mxm.library / MakeFile < prev    next >
Encoding:
Makefile  |  1990-06-30  |  280 b   |  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.