Make.proto
changeset 431 cf64cab595bc
parent 421 a0807a38319d
child 443 fae13c0f1512
equal deleted inserted replaced
430:9f14534e3dd2 431:cf64cab595bc
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.39 1995-09-03 15:06:58 claus Exp $
     1 # $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.40 1995-09-12 09:00:04 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=
     7 
     7 
     8 LIBNAME=libbasic
     8 LIBNAME=libbasic
     9 
     9 
    10 STCOPT=$(LIBBASIC_STCOPT)
    10 STCOPT=$(LIBBASIC_STCOPT)
    11 STCLOCALOPT='-Pbasic-classes-(libbasic)' -warnGlobalAssign +optinline2 $(COMMONSYMBOLS)
    11 STCLOCALOPT='-Pbasic-classes-(libbasic)' -warnGlobalAssign +optinline2 $(COMMONSYMBOLS)
       
    12 O_RULE=$(SPEEDOPT_O_RULE)
    12 
    13 
    13 UNCRITICALOPT=+optspace
    14 UNCRITICALOPT=+optspace
    14 
    15 
    15 all::   abbrev.stc objs genClassList $(OBJTARGET)
    16 all::   abbrev.stc objs genClassList $(OBJTARGET)
    16 
    17