#
#  macshared library makefile
#

TOPDIR  = ..\..\..\..
INCDIR  = $(TOPDIR)\include;$(TOPDIR)\utils;$(TOPDIR)\xio123

!include $(TOPDIR)\config\makerules

all: macshared$(LBO) $(MDUMMY)

OBJECTS = CharacterHelper$(CO) StdLibFileIO$(CO) CircleBuffer$(CO)

macshared$(LBO): $(OBJECTS)
	if exist $@ del $@
	$(LB) $@ $(OBJECTS) $(LBENDL)

clean: $(MDUMMY)
	-@del macshared$(LBO) $(OBJECTS) 2> nul
