home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-18 | 437 b | 24 lines |
- # Makefile for UnARj for SAS/C 6.51 (for options see file SCOPTIONS)
- # 68000 version
-
- UnArj: unarj.o decode.o environ.o
-
- SLINK LIB:c.o,UnArj.o,Decode.o,Environ.o TO UnArj LIB LIB:sc.lib LIB:amiga.lib SC SD ND
-
- smake -f smakefile030
-
- unarj.o: unarj.c unarj.h
-
- SC UnARJ.c
-
-
- decode.o: decode.c unarj.h
-
- SC decode.c
-
- environ.o: environ.c unarj.h
-
- SC environ.c
-
- # end of makefile
-