[go: up one dir, main page]

Menu

[r89]: / engine / deb / makefile.ithe  Maximize  Restore  History

Download this file

13 lines (9 with data), 298 Bytes

#
#	Makefile for the IT-HE support library
#

library_ithe      = libs/linux/libithe.a
Librarian         = ar

Object_ithe   = ithelib/debug.o ithelib/doslib.o ithelib/fs.o ithelib/memory.o ithelib/strlib.o

library_ithe: $(Object_ithe)
	-rm -f $(library_ithe)
	$(Librarian) rcs $(library_ithe) $^