Make.proto
author Claus Gittinger <cg@exept.de>
Fri, 21 Nov 2003 20:38:56 +0100
changeset 1357 e17a8d8ac730
parent 1354 8e8e81dee097
child 1536 6a0eecf10db7
permissions -rw-r--r--
*** empty log message ***

# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.56 2003-11-21 19:38:56 cg Exp $
#
# -------------- no need to change anything below ----------

TOP=..
SUBDIRS=

LIB_BASE=$(LIBBASIC3_BASE)
NM_LIB_BASE=LIBBASIC3_BASE

STCOPT=$(LIBBASIC3_STCOPT)
STCLOCALOPT='-package=$(PACKAGE)' $(COMMONSYMBOLS) $(SEPINITCODE) $(LINKILC) -varPrefix=$(LIBNAME)
LINKOBJRULE=$(SEPINITLINKOBJRULE)

all::   classLibRule

objs::  $(OBJS)

cleanjunk::
	@-rm -f *.s *.s2 *.c *.H

clean::
	@-rm -f [A-Z]*.o *.s *.s2 *.c *.H

clobber::
	@-rm -f *.c *.H classList.stc abbrev.stc

# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
# ENDMAKEDEPEND --- do not remove this line; make depend needs it