home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / printimage_394.lzh / 'Liner / Source / Makefile < prev    next >
Makefile  |  1990-10-28  |  727b  |  42 lines

  1. LC = lc:lc
  2. LCFLAGS = -j30 -j88 -cw
  3.  
  4. liner: clip.o mouse.o disk.o menu.o sure.o yafr.o Variables.o Windows.o color.o Search.o ARexx.o console.o minrexx.o liner.o
  5.    blink with liner.lnk
  6.  
  7. clip.o: clip.c
  8.    lc $(LCFLAGS) clip
  9.    
  10. mouse.o: mouse.c
  11.    lc $(LCFLAGS) mouse
  12.  
  13. disk.o: disk.c
  14.    lc $(LCFLAGS) disk
  15.  
  16. menu.o: menu.c
  17.    lc $(LCFLAGS) menu
  18.  
  19. sure.o: sure.c
  20.    lc $(LCFLAGS) sure
  21.  
  22. Variables.o: Variables.c
  23.    lc $(LCFLAGS) Variables
  24.    
  25. Windows.o:  Windows.c Windows.h
  26.    lc $(LCFLAGS) Windows
  27.    
  28. color.o: color.c
  29.    lc $(LCFLAGS) color
  30.    
  31. Search.o: Search.c
  32.    lc $(LCFLAGS) Search
  33.    
  34. ARexx.o: ARexx.c
  35.    lc $(LCFLAGS) ARexx
  36.    
  37. console.o: console.c
  38.    lc $(LCFLAGS) console
  39.    
  40. liner.o: liner.c
  41.    lc $(LCFLAGS) liner
  42.