home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1997 #3
/
amigamamagazinepolishissue03-1
/
polski_aminet
/
piotr_pawlow
/
convpl
/
makefile
< prev
Wrap
Makefile
|
1996-12-21
|
852b
|
63 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 convpl
#CPU: 0
#VER: 1.3
#FPU: 0
#OLV: 0
#LNK: 0
#PRJ: convpl.c
#OPT: /0000/0001/00/000000000000000000/0000000/00000000000000000000000000000000000
.PHONY : all
.PHONY : clean
# System configuration
SHELL = gnu:bin/sh
# System environment
CC = gcc
CODEGEN = -m68000
OPTIMIZATION = -O0
OPTIONS = -s
CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
LIB =
OBJ = convpl.o
ARCHIVE =
convpl: $(OBJ)
$(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
all: clean convpl
clean:
rm -f convpl.o convpl
convpl.o: convpl.c
$(CC) $(CFLAGS) $(INCL) -c convpl.c
#END OF FILE#