Make.proto
author Claus Gittinger <cg@exept.de>
Fri, 21 Nov 2003 20:52:47 +0100
changeset 2588 b5182c097c13
parent 2587 0922c72cb2b6
child 2982 7579c3a3a9b4
permissions -rw-r--r--
*** empty log message ***

# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.115 2003-11-21 19:51:50 cg Exp $
#
# -------------- no need to change anything below ----------

TOP=..
SUBDIRS=

LIB_BASE=$(LIBWIDG2_BASE)
NM_LIB_BASE=LIBWIDG2_BASE

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

all::           classLibRule

#
# special BIG-rule (kludge for ibm/aix)
#
#MenuPanel.$(O):
#        $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=MenuPanel CC="$(CC)" OPT="$(OPT)"

#
# on (my) aix system, this one cannot be compiled with 
# optimizer - running out of space during compile
#
AIX::       
	    $(MAKE) OPT="" MenuPanel.o

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

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

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

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