Make.proto
author Claus Gittinger <cg@exept.de>
Mon, 09 Jan 2006 11:38:28 +0100
changeset 1952 73a141744891
parent 1767 061d98b4acbd
child 2061 76026acab86d
permissions -rw-r--r--
*** empty log message ***

# $Header$

# -------------- no need to change anything below ----------

#
# there is one speciality to be found below:
#
#  SBrowser became too big to be compiled on hp and NeXT
#  (and also takes up too much disk-space in the tmp-directory
#   for a typical sun installation).
#  Therefore, it is compiled in two pieces - this should
#  work on all systems.
#  
TOP=..
SUBDIRS=

LIB_BASE=$(LIBTOOL2_BASE)
NM_LIB_BASE=LIBTOOL2_BASE

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

all::       classLibRule

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