home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / tapebios / makefile.16 < prev    next >
Makefile  |  1993-08-06  |  304b  |  13 lines

  1. #
  2. # Makefile for SCSI Tape Streamer I/O functions (16 bit library)
  3. #
  4.  
  5. all:
  6.     gcc-cpp -P -D__MSHORT__ tapebind.cpp tapebind.s
  7.     gcc-as -o tapebind.o tapebind.s
  8.  
  9.     gcc -O -mshort -I../include -c getcook.c
  10.     gcc -O -mshort -I../include -c error.c
  11.  
  12.     gcc-ar rv tape16.olb tapebind.o getcook.o error.o
  13.