diff -r 6f1565819b63 -r bc04c0ad66d0 Make.proto --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Make.proto Mon Jan 13 18:03:28 1997 +0100 @@ -0,0 +1,59 @@ +# $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= + +LIBNAME=libtool2 + +STCOPT=$(LIBTOOL_STCOPT) +STCLOCALOPT='-package=additional-programming-tools-(stx:libtool2)' $(COMMONSYMBOLS) +optspace3 $(SEPINITCODE) -varPrefix=$(LIBNAME) +LINKOBJRULE=$(SEPINITLINKOBJRULE) + +RCSSOURCES=*.st Make.proto resources/*.rs bitmaps/*.xbm + +all:: classLibRule + +O=$(O2) + +OBJS= \ + InspectorList.$(O) \ + InspectorListView.$(O) \ + InspectorView.$(O) \ + InspectorPanelView.$(O) + +cleanjunk:: + -rm -f *.c *.H + +clean:: + -rm -f [A-Z]*.o *.c *.H + +clobber:: + -rm -f *.c *.H classList.stc abbrev.stc + +tar: + (cd $(TOP); tar cvfh DISTRIB/libtool2.tar \ + libtool2/.dir.info \ + libtool2/Make.proto \ + libtool2/*.st + +# +# next thing I'll build into stc is a makedepend feature for this ... +# + +# BEGINMAKEDEPEND --- do not remove this line; make depend needs it +InspectorList.$(O): InspectorList.st $(STCHDR) +InspectorListView.$(O): InspectorListView.st $(STCHDR) +InspectorView.$(O): InspectorView.st $(STCHDR) +InspectorPanelView.$(O): InspectorPanelView.st $(STCHDR) +# ENDMAKEDEPEND --- do not remove this line; make depend needs it