home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / shellscr / src / makefile < prev    next >
Encoding:
Makefile  |  1999-11-20  |  361 b   |  21 lines

  1. include ../../../make-defs
  2.  
  3. FILES =    ShellScr
  4. CATS =    
  5.  
  6. all: $(FILES) $(CATS)
  7. clean:; $(RM) $(FILES) $(CATS) *.m
  8.  
  9. install: $(FILES)
  10.     $(CP) $^ /
  11.     protect /ShellScr +p
  12.  
  13. dist: all install clean
  14.  
  15. ShellScr: ShellScr.e args.m clr.m defarg.m locale.m paths.m; $(EC) $<
  16.  
  17. locale.m: locale.e; $(EC) $<
  18. locale.e: shellscr.cd Ep.sd; $(CAT) $< $@=Ep.sd
  19.  
  20. %.m:; $(GETOBJ) $(*F)
  21.