home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-11-20 | 361 b | 21 lines |
- include ../../../make-defs
-
- FILES = ShellScr
- CATS =
-
- all: $(FILES) $(CATS)
- clean:; $(RM) $(FILES) $(CATS) *.m
-
- install: $(FILES)
- $(CP) $^ /
- protect /ShellScr +p
-
- dist: all install clean
-
- ShellScr: ShellScr.e args.m clr.m defarg.m locale.m paths.m; $(EC) $<
-
- locale.m: locale.e; $(EC) $<
- locale.e: shellscr.cd Ep.sd; $(CAT) $< $@=Ep.sd
-
- %.m:; $(GETOBJ) $(*F)
-