Make.proto
changeset 859 6a07572ff0e0
parent 836 703b9e95ead5
child 861 7dcdbd875046
equal deleted inserted replaced
858:ef7ba327189b 859:6a07572ff0e0
     1 # $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.52 1996-09-20 07:35:54 cg Exp $
     1 # $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.53 1996-10-28 22:14:21 cg 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=
   109 
   109 
   110 #
   110 #
   111 # on (my) aix system, this one cannot be compiled with 
   111 # on (my) aix system, this one cannot be compiled with 
   112 # optimizer - running out of space during compile
   112 # optimizer - running out of space during compile
   113 #
   113 #
   114 AIX::
   114 AIX::	    ListView.o TextView.o
   115 	    $(MAKE) OPT= ETxtView.o
   115 	    $(MAKE) OPT="" ETxtView.o
   116 	    $(MAKE) OPT= ObjView.o
   116 	    $(MAKE) OPT="" ObjView.o
   117 
   117 
   118 cleanjunk::
   118 cleanjunk::
   119 	    -rm -f *.c *.H
   119 	    -rm -f *.c *.H
   120 
   120 
   121 clean::
   121 clean::