JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / readseq / readseqSIOW.make
1 #  Macintosh MPW-C Makefile
2 #  using Simple Input/Output Window library
3 #
4 #   File:       ReadseqSIOW.make
5 #   Target:     ReadseqSIOW
6 #   Sources:    readseq.c ureadseq.c ureadasn.c macinit.c
7 #   Created:    Wednesday, November 13, 1991 8:23:00 PM
8
9
10 #OBJECTS = macinit.c.o readseq.c.o ureadseq.c.o
11 #COptions =  -D SIOW  # -r
12
13 #if NCBI is available, set path here to NCBI toolkit:
14 NCBI = "{Boot}@molbio:ncbi:"
15 OBJECTS = macinit.c.o readseq.c.o ureadseq.c.o ureadasn.c.o
16 COptions =  -D SIOW -d NCBI -i "{NCBI}"include:  
17 NCBILIBS = "{NCBI}"lib:libncbi.o "{NCBI}"lib:libncbiobj.o "{NCBI}"lib:libvibrant.o
18 #endif NCBI
19
20 ReadseqSIOW ÄÄ ReadseqSIOW.make {OBJECTS}
21         Link -d -c '????' -t APPL ¶
22                 {OBJECTS} ¶
23                 "{CLibraries}"StdClib.o ¶
24                 "{MPW}"Libraries:Libraries:SIOW.o ¶
25                 "{Libraries}"Runtime.o ¶
26                 "{Libraries}"Interface.o ¶
27 #if NCBI
28                 {NCBILIBS} ¶
29                 "{CLibraries}"CSANELib.o ¶
30                 "{CLibraries}"Math.o ¶
31 #endif NCBI
32                 -o ReadseqSIOW
33                 
34 readseq.c.o Ä ReadseqSIOW.make readseq.c
35 ureadseq.c.o Ä ReadseqSIOW.make ureadseq.c
36 macinit.c.o Ä ReadseqSIOW.make macinit.c
37 #if NCBI
38 ureadasn.c.o Ä ReadseqSIOW.make ureadasn.c
39 #endif NCBI
40
41 ReadseqSIOW ÄÄ macinit.r
42         Rez -a macinit.r -o ReadseqSIOW