Make.proto
changeset 391 66bb97f4e41f
parent 375 e5019c22f40e
child 405 b70812b3b32b
equal deleted inserted replaced
390:32585822527b 391:66bb97f4e41f
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.34 1995-08-08 00:49:43 claus Exp $
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.35 1995-08-15 18:55:40 claus Exp $
     2 #
     2 #
     3 # -------------- no need to change anything below ----------
     3 # -------------- no need to change anything below ----------
     4 
     4 
     5 TOP=..
     5 TOP=..
     6 SUBDIRS=
     6 SUBDIRS=
   114 # only needed for NeXT - assembler dumps core with long name ?!?!
   114 # only needed for NeXT - assembler dumps core with long name ?!?!
   115 #
   115 #
   116 SeqColl.$(O):
   116 SeqColl.$(O):
   117 	@$(MAKE) $(LONGNAME_RULE) LONGNAME_FILE=$*
   117 	@$(MAKE) $(LONGNAME_RULE) LONGNAME_FILE=$*
   118 
   118 
       
   119 AIX:
       
   120 	$(MAKE) Object.o
       
   121 	$(MAKE) OPT=-O2 Behavior.o
       
   122 	$(MAKE) Class.o
       
   123 	$(MAKE) OPT=-O2
       
   124 
   119 #
   125 #
   120 # special rule, to define the config-string while compiling
   126 # special rule, to define the config-string while compiling
   121 # this places the current config setting into the Smalltalk class binary
   127 # this places the current config setting into the Smalltalk class binary
   122 #
   128 #
   123 CONF_STRING="$(CONF)"
   129 CONF_STRING="$(CONF)"