home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff473.lzh
/
CNewsSrc
/
cnews_src.lzh
/
libbig
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-12-25
|
483b
|
29 lines
# :ts=4
#
# $Id: Makefile,v 1.1 90/05/21 23:58:03 crash Exp Locker: crash $
# $Log$
#
# DEFINES=-I$(INCLUDE) -I/relay -DDEBUG -DFJE -DAMIGA
INCLUDE= -I/include -I/relay
DEFINES=$(INCLUDE) -DFJE -DAMIGA
# AMIGA
# COPTS= -O # -g -p -pg
CC= cc
COPTS= -bs -sabmu -wl
CFLAGS= $(COPTS) $(DEFINES)
# AMIGA
# LINTFLAGS=-hau $(DEFINES)
# LIB=libbig.a
LIB = CN:libcnews.lib
SRCS = act_fast.c sys_fast.c
OBJS = act_fast.o sys_fast.o
.c.o:
$(CC) $(CFLAGS) $*.c
all: $(OBJS)
delete $(LIB)