home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
l
/
lzwbackup
/
!LZWrestor
/
MakeFile
< prev
next >
Wrap
Makefile
|
1994-09-13
|
353b
|
22 lines
INCLUDE=
OBJECTS=LZWrestor.o
LIBRARY=<c$libroot>.o.stubs <worzlib$dir>.o.hglass <desklib$dir>.o.desklib <risc_oslib$dir>.o.risc_oslib
CFLAGS=
LFLAGS=
TARGET=!RunImage
.c.o:
cc -c $(CFLAGS) $(INCLUDE) $<
.s.o:
ASM $<
$(TARGET): $(OBJECTS)
link -output $(TARGET) $(LFLAGS) $(OBJECTS) $(LIBRARY)
clean:
remove $(TARGET)
wipe o.*