summaryrefslogtreecommitdiff
path: root/ShowIFF/Makefile
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1993-02-04 22:35:18 +0000
committerChristian A. Weber <chris@gna.ch>1993-02-04 22:35:18 +0000
commite7003f600e7a14aa2cbc9a2342f18c9d28af6495 (patch)
treecf0c057c503f0d6594cf86e6ead5cf170877bffc /ShowIFF/Makefile
parent9c3b4ce6277fb302baa785bd4c84740e53963c0a (diff)
downloadiff-library-e7003f600e7a14aa2cbc9a2342f18c9d28af6495.tar.gz
iff-library-e7003f600e7a14aa2cbc9a2342f18c9d28af6495.tar.bz2
iff-library-e7003f600e7a14aa2cbc9a2342f18c9d28af6495.zip
Initial revision
Diffstat (limited to 'ShowIFF/Makefile')
-rw-r--r--ShowIFF/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/ShowIFF/Makefile b/ShowIFF/Makefile
new file mode 100644
index 0000000..0a56819
--- /dev/null
+++ b/ShowIFF/Makefile
@@ -0,0 +1,40 @@
+##
+## $Id: makefile,v 3.3 92/12/04 00:52:19 chris Exp $
+##
+## Makefile for ShowIFF (SAS/C 6.x)
+##
+
+
+#CFLAGS = DBG
+AFLAGS = -iINCLUDE: -l
+LFLAGS = SMALLDATA NODEBUG NOICONS MAP RAM:slink.map h,s,f,o,plain
+
+
+.c.o:
+ sc $(CFLAGS) $*.c
+
+.S.o:
+ Genam $(AFLAGS) $*.S
+
+
+All: ShowIFF
+
+Bump:
+ @Bumper $(PROJECT)
+ @SMake
+
+Clean:
+ @Delete *.o ShowIFF
+
+
+#############################################################################
+## $(PROJECT)
+
+
+SI_LIBS = LIB:sc.lib LIB:amiga.lib
+
+ShowIFF: ArgsStartup20.o ShowIFF.o $(SI_LIBS)
+ SLINK $(LFLAGS) FROM ArgsStartup20.o ShowIFF.o TO $@ LIB $(SI_LIBS)
+
+ShowIFF.o: ShowIFF_rev.h
+