home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
yacl-012.zip
/
io
/
makefile.gcc
< prev
next >
Wrap
Makefile
|
1995-03-29
|
432b
|
37 lines
include ../control/gccmak.ctl
LIBRARY = $(YACLLIB)/libio.a
# ------------------------ Names of files --------------------------
OBJECTS = \
binfile.o \
bytstore.o \
dskbtree.o \
slotfile.o
.SUFFIXES:
.SUFFIXES: .cxx .o
all: $(LIBRARY)
ranlib $(LIBRARY)
$(LIBRARY): $(OBJECTS)
.cxx.o:
$(CC) $(CCOPTS) $*.cxx
ar r $(LIBRARY) $*.o
clean:
-rm -f *.o *.bak *.lib