diff -r d7800a8994b7 -r 5e836ee58214 Make.proto --- a/Make.proto Fri Oct 10 19:22:14 2003 +0200 +++ b/Make.proto Mon Oct 13 11:30:12 2003 +0200 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.90 2003-10-08 08:07:42 cg Exp $ +# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.91 2003-10-13 09:30:12 cg Exp $ # -------------- no need to change anything below ---------- @@ -33,13 +33,10 @@ O=$(O2) -# -# Compiling these takes tooooo long -# - -NOTCOMPILED=\ - AbstractSettingsApplication.$(O) - +SBROWSER_OBJ=SystemBrowser.$(O) BrowserView.$(O) +FBROWSER_OBJ=FileBrowser.$(O) +CBROWSER_OBJ=ChangesBrowser.$(O) +# DIRBROWSER_OBJ=DirectoryBrwsr.$(O) NEWSYSTEMBROWSER=NewSystemBrowser.$(O) # NEWSYSTEMBROWSER= @@ -106,15 +103,6 @@ $(MAKE) OPT= BrwsrView.o $(MAKE) OPT= FBrowser.o -tar: - (cd $(TOP); tar cvfh DISTRIB/libtool.tar \ - libtool/.dir.info \ - libtool/Make.proto \ - libtool/*.st \ - libtool/resources/.dir.info \ - libtool/resources/*.rs \ - libtool/bitmaps) - # # special BIG-rule (kludge for HP) # @@ -125,8 +113,14 @@ FBrowser.$(O): $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=FBrowser OPT="$(OPT)" CC="$(CC)" +# NewSystemBrowser.$(O): +# $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=NewSystemBrowser OPT="$(OPT)" CC="$(CC)" + +# +# this one is too big to compile with optimizer on most machines +# NewSystemBrowser.$(O): - $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=NewSystemBrowser OPT="$(OPT)" CC="$(CC)" + $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=NewSystemBrowser OPT="" CC="$(CC)" FilenameEditFieldV2.$(O): $(INCLUDE)/VariablePanelSpec.$(H)