Make.proto
author Claus Gittinger <cg@exept.de>
Wed, 26 Nov 2003 19:08:28 +0100
changeset 1769 8782d5b6dc24
parent 1767 061d98b4acbd
child 2061 76026acab86d
permissions -rw-r--r--
modified flag after edit operations

# $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