home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff114.lzh
/
WBLander
/
Source
/
make.defs
< prev
next >
Wrap
Text File
|
1987-11-22
|
391b
|
22 lines
.SUFFIXES: .c .o .h
CFILES= main.c rs232.c screen.c
HFILES=
OBJS= main.o menuhandler.o menu.o :cleanup.o
DEL=ram:c/del
COPY=ram:c/copy
TARGET= test
.c.o:
-$(DEL) $*.o
cc +P -S -B -DAMIGA $*.c
$(TARGET): $(OBJS)
-$(DEL) $(TARGET)
ln -o t:$(TARGET) $(OBJS) -lcl32
$(COPY) t:$(TARGET) $(TARGET)
-$(DEL) t:$(TARGET)
print: Makefile $(HFILES) $(CFILES)
pr Makefile $(HFILES) $(CFILES)