home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
479a.lha
/
barn_v2.01
/
source
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-02-10
|
782b
|
32 lines
CFLAGS = -c -O +filter +pure-strings +echo
#CFLAGS = -c -g3 +filter +pure-strings +echo
BARN_OBJS = arn.o article.o configure.o ng.o kill.o reply.o raw.o sendpacket.o
CC = cc
.c.o:
$(CC) $(CFLAGS) $<
all: barn
barn: $(BARN_OBJS)
$(CC) $(BARN_OBJS) +catch -lregexp -o barn
test: main.o article.o
blink from lib:c.o+main.o+article.o to test lib lib:$(CC).lib lib:amiga.lib addsym
Install: barn
copy barn uucp:c
arn.o: arn.c standard.h article.h ng.h kill.h configure.h variables.h reply.h screenstuff.h
article.o: article.c standard.h article.h configure.h variables.h
configure.o: configure.c standard.h configure.h
kill.o: kill.c standard.h article.h kill.h
ng.o: ng.c standard.h article.h ng.h
reply.o: reply.c standard.h configure.h variables.h article.h reply.h