Make.proto
changeset 1689 e5b3793d2990
parent 1511 9b85fcdbb45d
child 1701 ace9b923b375
equal deleted inserted replaced
1688:aebbea94c5e3 1689:e5b3793d2990
     1 # $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.58 1998-04-29 17:31:03 cg Exp $
     1 # $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.59 1998-09-22 13:37:06 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=
    17 all::       classLibRule
    17 all::       classLibRule
    18 
    18 
    19 #
    19 #
    20 # pure interactors are definitely uncritical
    20 # pure interactors are definitely uncritical
    21 #
    21 #
    22 UNCRITICALOBJS=				   \
    22 UNCRITICALOBJS=                            \
    23 	    Button.$(O)			   \
    23 	    Button.$(O)                    \
    24 	    ButtonC.$(O)		   \
    24 	    ButtonC.$(O)                   \
    25 	    Toggle.$(O)			   \
    25 	    Toggle.$(O)                    \
    26 	    ToggleC.$(O)		   \
    26 	    ToggleC.$(O)                   \
    27 	    RButton.$(O)		   \
    27 	    RButton.$(O)                   \
    28 	    RButtC.$(O)		   	   \
    28 	    RButtC.$(O)                    \
    29 	    RButtGrp.$(O)		   \
    29 	    RButtGrp.$(O)                  \
    30 	    ChckTggle.$(O)		   \
    30 	    ChckTggle.$(O)                 \
    31 	    ScrollBar.$(O)		   \
    31 	    CheckLabel.$(O)                \
    32 	    HScrBar.$(O)		   \
    32 	    ScrollBar.$(O)                 \
    33 	    MiniScr.$(O)		   \
    33 	    HScrBar.$(O)                   \
    34 	    HMiniScr.$(O)		   \
    34 	    MiniScr.$(O)                   \
    35 	    DialogBox.$(O)		   \
    35 	    HMiniScr.$(O)                  \
    36 	    EnterBox.$(O)		   \
    36 	    DialogBox.$(O)                 \
    37 	    EnterBox2.$(O)		   \
    37 	    EnterBox.$(O)                  \
    38 	    LSelBox.$(O)		   \
    38 	    EnterBox2.$(O)                 \
    39 	    FSelBox.$(O)		   \
    39 	    LSelBox.$(O)                   \
    40 	    FSaveBox.$(O)		   \
    40 	    FSelBox.$(O)                   \
    41 	    InfoBox.$(O)		   \
    41 	    FSaveBox.$(O)                  \
    42 	    WarnBox.$(O)		   \
    42 	    InfoBox.$(O)                   \
    43 	    YesNoBox.$(O)		   \
    43 	    WarnBox.$(O)                   \
    44 	    MSelList.$(O)		   \
    44 	    YesNoBox.$(O)                  \
       
    45 	    MSelList.$(O)                  \
    45 	    FramedBox.$(O)                 \
    46 	    FramedBox.$(O)                 \
    46 	    Workspace.$(O)                 \
    47 	    Workspace.$(O)                 \
    47 	    FontPanel.$(O)
    48 	    FontPanel.$(O)
    48 
    49 
    49 OBJS=                                      \
    50 OBJS=                                      \
    62 		InfoBox.$(O)               \
    63 		InfoBox.$(O)               \
    63 	      TextView.$(O)                \
    64 	      TextView.$(O)                \
    64 	      SelListV.$(O)                \
    65 	      SelListV.$(O)                \
    65 	      HPanelV.$(O)                 \
    66 	      HPanelV.$(O)                 \
    66 	      VPanelV.$(O)                 \
    67 	      VPanelV.$(O)                 \
    67 	      VarPanel.$(O)		   \
    68 	      VarPanel.$(O)                \
    68 	        VarVPanel.$(O)             \
    69 		VarVPanel.$(O)             \
    69 		  VarHPanel.$(O)           \
    70 		  VarHPanel.$(O)           \
    70 	      Button.$(O)                  \
    71 	      Button.$(O)                  \
    71 		ArrButton.$(O)             \
    72 		ArrButton.$(O)             \
    72 	      HScroller.$(O)               \
    73 	      HScroller.$(O)               \
    73 		HMiniScr.$(O)              \
    74 		HMiniScr.$(O)              \
   102 	    RButtGrp.$(O)                  \
   103 	    RButtGrp.$(O)                  \
   103 	    RButton.$(O)                   \
   104 	    RButton.$(O)                   \
   104 	    VarPanelC.$(O)                 \
   105 	    VarPanelC.$(O)                 \
   105 	      VarVPanelC.$(O)              \
   106 	      VarVPanelC.$(O)              \
   106 	      VarHPanelC.$(O)              \
   107 	      VarHPanelC.$(O)              \
   107 	    SelList.$(O)		   \
   108 	    SelList.$(O)                   \
   108 	      MSelList.$(O)
   109 	      MSelList.$(O)
   109 
   110 
   110 obsolete:   Notifier.$(O)                  \
   111 obsolete:   Notifier.$(O)                  \
   111 	    ErrNotify.$(O)
   112 	    ErrNotify.$(O)
   112 
   113 
   113 #
   114 #
   114 # on (my) aix system, this one cannot be compiled with 
   115 # on (my) aix system, this one cannot be compiled with 
   115 # optimizer - running out of space during compile
   116 # optimizer - running out of space during compile
   116 #
   117 #
   117 AIX::	    ListView.o TextView.o
   118 AIX::       ListView.o TextView.o
   118 	    $(MAKE) OPT="" ETxtView.o
   119 	    $(MAKE) OPT="" ETxtView.o
   119 	    $(MAKE) OPT="" ObjView.o
   120 	    $(MAKE) OPT="" ObjView.o
   120 
   121 
   121 cleanjunk::
   122 cleanjunk::
   122 	    -rm -f *.c *.H
   123 	    -rm -f *.c *.H
   172 # on HP, big classes blow the C-preprocessor (stops with 'too much defining' error)
   173 # on HP, big classes blow the C-preprocessor (stops with 'too much defining' error)
   173 #
   174 #
   174 #HP::
   175 #HP::
   175 #
   176 #
   176 #HPbigFiles:
   177 #HPbigFiles:
   177 #	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=ObjView CC=$(CC) OPT="$(OPT)"
   178 #       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=ObjView CC=$(CC) OPT="$(OPT)"
   178 #	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DialogBox CC=$(CC) OPT="$(OPT)"
   179 #       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=DialogBox CC=$(CC) OPT="$(OPT)"
   179 #	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=TextView CC=$(CC) OPT="$(OPT)"
   180 #       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=TextView CC=$(CC) OPT="$(OPT)"
   180 #	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SelListV CC=$(CC) OPT="$(OPT)"
   181 #       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SelListV CC=$(CC) OPT="$(OPT)"
   181 #	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=MenuView CC=$(CC) OPT="$(OPT)"
   182 #       $(MAKE) $(BIG_STFILE_RULE) BIG_FILE=MenuView CC=$(CC) OPT="$(OPT)"
   182 
   183 
   183 #
   184 #
   184 # deeply nested includes (kludge for sun cc)
   185 # deeply nested includes (kludge for sun cc)
   185 #
   186 #
   186 SUN::   SUNfiles
   187 SUN::   SUNfiles
   193 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
   194 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
   194 ArrButton.$(O): ArrButton.st $(STCHDR)
   195 ArrButton.$(O): ArrButton.st $(STCHDR)
   195 Button.$(O): Button.st $(STCHDR)
   196 Button.$(O): Button.st $(STCHDR)
   196 ButtonC.$(O): ButtonC.st $(STCHDR)
   197 ButtonC.$(O): ButtonC.st $(STCHDR)
   197 ChckTggle.$(O): ChckTggle.st $(STCHDR)
   198 ChckTggle.$(O): ChckTggle.st $(STCHDR)
       
   199 CheckLabel.$(O): CheckLabel.st $(STCHDR)
   198 ClckMenuV.$(O): ClckMenuV.st $(STCHDR)
   200 ClckMenuV.$(O): ClckMenuV.st $(STCHDR)
   199 CodeView.$(O): CodeView.st $(STCHDR)
   201 CodeView.$(O): CodeView.st $(STCHDR)
   200 DialogBox.$(O): DialogBox.st $(STCHDR)
   202 DialogBox.$(O): DialogBox.st $(STCHDR)
   201 EFGroup.$(O): EFGroup.st $(STCHDR)
   203 EFGroup.$(O): EFGroup.st $(STCHDR)
   202 ETxtView.$(O): ETxtView.st $(STCHDR)
   204 ETxtView.$(O): ETxtView.st $(STCHDR)