home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-02-01 | 921 b | 64 lines |
- # This Makefile has been generated automatically
- # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
- # to be used with GCC
- #
- # GccOpts is free software for Amiga.
- #
- # To compile, just type 'make' in your shell environment.
- #
-
-
- ##
- ## Please do NOT edit this file
- ##
-
- #OUTP setcop
- #CPU: 0
- #VER: 1.3
- #FPU: 0
- #OLV: 2
- #LNK: 1
- #PRJ: copperfade.c
- #OPT: /0000/0001/00/000000000000000000/0000000/00000000000000000000000000000000000
-
- .PHONY : all
- .PHONY : clean
-
- # System configuration
- SHELL = gnu:bin/sh
-
- # System environment
- CC = gcc
-
- CODEGEN = -m68000 -noixemul
-
- OPTIMIZATION = -O2
-
- OPTIONS = -s
-
- CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
-
-
-
- LIB = -lm
-
- OBJ = copperfade.o
-
- ARCHIVE =
-
- copperfade: $(OBJ)
- $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
- protect copperfade +e
-
- all: clean copperfade
-
- clean:
- rm -f copperfade.o copperfade
-
-
- copperfade.o: copperfade.c
-
- $(CC) $(CFLAGS) $(INCL) -c copperfade.c
-
- #END OF FILE#
-