home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-06-03 | 633 b | 31 lines |
- # Makefile for Photogenics EFX files.
- # (C) Almathera 1994-1996. All Rights Reserved
-
- all: Negative.efx \
- Balance.efx
-
- .c.o:
- sc nostackcheck $*.c
-
- .asm.obj:
- genam $*.asm to $*.obj
-
-
- #= Negative ===========================================
-
- Negative.obj: Negative.asm
-
- Negative.o: Negative.c
-
- Negative.efx: Negative.o Negative.obj
- slink from Negative.o,Negative.obj lib lib:sc.lib,lib:amiga.lib to Negative.efx
-
- #= Balance ===========================================
-
- Balance.obj: Balance.asm
-
- Balance.o: Balance.c
-
- Balance.efx: Balance.o Balance.obj
- slink from Balance.o,Balance.obj lib lib:sc.lib,lib:amiga.lib to Balance.efx
-