43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
|
# Macintosh MPW-C Makefile
|
|||
|
# using Simple Input/Output Window library
|
|||
|
#
|
|||
|
# File: ReadseqSIOW.make
|
|||
|
# Target: ReadseqSIOW
|
|||
|
# Sources: readseq.c ureadseq.c ureadasn.c macinit.c
|
|||
|
# Created: Wednesday, November 13, 1991 8:23:00 PM
|
|||
|
|
|||
|
|
|||
|
#OBJECTS = macinit.c.o readseq.c.o ureadseq.c.o
|
|||
|
#COptions = -D SIOW # -r
|
|||
|
|
|||
|
#if NCBI is available, set path here to NCBI toolkit:
|
|||
|
NCBI = "{Boot}@molbio:ncbi:"
|
|||
|
OBJECTS = macinit.c.o readseq.c.o ureadseq.c.o ureadasn.c.o
|
|||
|
COptions = -D SIOW -d NCBI -i "{NCBI}"include:
|
|||
|
NCBILIBS = "{NCBI}"lib:libncbi.o "{NCBI}"lib:libncbiobj.o "{NCBI}"lib:libvibrant.o
|
|||
|
#endif NCBI
|
|||
|
|
|||
|
ReadseqSIOW <20><> ReadseqSIOW.make {OBJECTS}
|
|||
|
Link -d -c '????' -t APPL <20>
|
|||
|
{OBJECTS} <20>
|
|||
|
"{CLibraries}"StdClib.o <20>
|
|||
|
"{MPW}"Libraries:Libraries:SIOW.o <20>
|
|||
|
"{Libraries}"Runtime.o <20>
|
|||
|
"{Libraries}"Interface.o <20>
|
|||
|
#if NCBI
|
|||
|
{NCBILIBS} <20>
|
|||
|
"{CLibraries}"CSANELib.o <20>
|
|||
|
"{CLibraries}"Math.o <20>
|
|||
|
#endif NCBI
|
|||
|
-o ReadseqSIOW
|
|||
|
|
|||
|
readseq.c.o <20> ReadseqSIOW.make readseq.c
|
|||
|
ureadseq.c.o <20> ReadseqSIOW.make ureadseq.c
|
|||
|
macinit.c.o <20> ReadseqSIOW.make macinit.c
|
|||
|
#if NCBI
|
|||
|
ureadasn.c.o <20> ReadseqSIOW.make ureadasn.c
|
|||
|
#endif NCBI
|
|||
|
|
|||
|
ReadseqSIOW <20><> macinit.r
|
|||
|
Rez -a macinit.r -o ReadseqSIOW
|