diff options
author | Christian A. Weber <chris@gna.ch> | 1994-05-19 19:40:32 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1994-05-19 19:40:32 +0000 |
commit | ef3f222cebcb4a8198121795aedcd269ee510ff1 (patch) | |
tree | 64a1941ab7794b76678d07cb95414101fdd9d542 /Makefile | |
parent | 819975036a4f8bc962d85bee0c2b532ad89e0673 (diff) | |
download | iff-library-ef3f222cebcb4a8198121795aedcd269ee510ff1.tar.gz iff-library-ef3f222cebcb4a8198121795aedcd269ee510ff1.tar.bz2 iff-library-ef3f222cebcb4a8198121795aedcd269ee510ff1.zip |
Add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5487754 --- /dev/null +++ b/Makefile @@ -0,0 +1,46 @@ +## +## $Id: Makefile,v 23.2 93/05/24 16:03:33 chris Exp $ +## +## Makefile to build and install iff.library, includes and fd files. +## +## COPYRIGHT (C) 1987-1994 BY CHRISTIAN A. WEBER, BRUGGERWEG 2, +## CH-8037 ZUERICH, SWITZERLAND. +## THIS FILE MAY BE FREELY DISTRIBUTED. USE AT YOUR OWN RISK. +## + + +all: iff.library Programmer/iff.lib + + +iff.library: + @echo > RAM:make.bat "cd Source" + @echo >>RAM:make.bat "make" + @echo >>RAM:make.bat "cd /" + @execute RAM:make.bat + +Programmer/iff.lib: + @echo > RAM:make.bat "cd Source/LinkLib" + @echo >>RAM:make.bat "make" + @echo >>RAM:make.bat "cd //" + @execute RAM:make.bat + +install: iff.library Programmer/iff.lib + Copy iff.library SYS:Libs-User/ CLONE + Copy Programmer/iff.h INCUSR:libraries/ CLONE + Copy Programmer/iff.i INCUSR:libraries/ CLONE + Copy Programmer/iff.fd FD: CLONE + Copy Programmer/iff.lib CCLIB: CLONE + FlushLibs + @FlushLibs + +clean: + @echo > RAM:make.bat "cd Source/LinkLib" + @echo >>RAM:make.bat "make clean" + @echo >>RAM:make.bat "cd /" + @echo >>RAM:make.bat "make clean" + @echo >>RAM:make.bat "cd /" + @execute RAM:make.bat + @delete iff.library Documentation/ifflib*.doc Documentation/ifflib*.guide + +dist: + execute arcbatch |