home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
yacl-012.zip
/
io
/
makefile.wtc
< prev
next >
Wrap
Makefile
|
1994-10-14
|
560b
|
55 lines
!include ../watmak.ctl
LIBRARY = $(BASE)
# ------------------------ Names of files --------------------------
OBJECTS = binfile.obj bytstore.obj dskbtree.obj slotfile.obj
# ---------------------- Compilation rules -----------------------
.SUFFIXES:
.SUFFIXES: .cxx .obj
CCOPTS = $(CCOPTS) -Jgd
.cxx.obj:
wpp386 /i=.. /i=$(WTCPATH)\h $*.cxx
all: $(LIBRARY)
$(LIBRARY): $(OBJECTS)
rm -f $(LIBRARY).bak
# ------------------ Other targets ---------------------------
clean:
-rm -f *.obj *.bak *.lib