######################################################################
#
#  Name ................. LiDIA/src/interfaces/memory/malloc/makefile
#
#  Architecture : sparc7, sparc8, mips. linux , os2
#  Compiler     : gcc, g++ 
#  Flags        : -g -O2
#  Program Flags: -DDEBUG, -DMEMORY, -DERRIGN 
#  Author       : Thomas Papanikolaou
#  Release      : 1.0 
#  Last Change  : Mon Apr 11 16:09:08 MET DST 1994 
#  Copyright    : by the University of Saarland, 1994 
#

all:
	@echo "use system malloc memory manager"

clean:
	@echo "nothing to clean"

