Make.proto
changeset 193 3abcc2ee1641
parent 184 b2bc666b2d7e
child 196 fe97953b65ca
equal deleted inserted replaced
192:13a9d4bafa7e 193:3abcc2ee1641
     1 # $Header: /cvs/stx/stx/libview/Make.proto,v 1.42 1995-09-12 10:47:30 claus Exp $
     1 # $Header: /cvs/stx/stx/libview/Make.proto,v 1.43 1995-10-23 16:59:57 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=
    13 
    13 
    14 LOCALDEFS=-I$(XINCLUDE) $(XDEFS)
    14 LOCALDEFS=-I$(XINCLUDE) $(XDEFS)
    15 
    15 
    16 RCSSOURCES=*.st Make.proto styles/*.style resources/*.rs
    16 RCSSOURCES=*.st Make.proto styles/*.style resources/*.rs
    17 
    17 
    18 all::       abbrev.stc objs $(NOTINLIBOBJS) classList.stc $(OBJTARGET) $(LIBVIEW_MORE) GENLIBLIST
    18 all::       abbrev.stc objs $(NOTINLIBOBJS) classList.stc $(OBJTARGET) $(LIBVIEW_EXTRA_TARGETS) GENLIBLIST
    19 
    19 
    20 #
    20 #
    21 # although all files are compiled here,
    21 # although all files are compiled here,
    22 # not everything goes into the target library
    22 # not everything goes into the target library
    23 #
    23 #
    81 	    WTrans.$(O)                         \
    81 	    WTrans.$(O)                         \
    82 	    WEvent.$(O)                         \
    82 	    WEvent.$(O)                         \
    83 	    WGroup.$(O)                         \
    83 	    WGroup.$(O)                         \
    84 	    KeybdFwd.$(O)                       \
    84 	    KeybdFwd.$(O)                       \
    85 	    KeybdMap.$(O)                       \
    85 	    KeybdMap.$(O)                       \
    86 	    ImageRdr.$(O)			\
    86 	    ImageRdr.$(O)                       \
    87 	    RsrcPack.$(O)                       \
    87 	    RsrcPack.$(O)                       \
    88 	      ViewStyle.$(O)                    \
    88 	      ViewStyle.$(O)                    \
    89 	    $(MOREOBJS)
    89 	    $(MOREOBJS)				\
       
    90 	    Depth16Image.$(O)
    90 
    91 
    91 smalllib:
    92 smalllib:
    92 	    @-rm classList.stc
    93 	    @-rm classList.stc
    93 	    $(MAKE) objs        \
    94 	    $(MAKE) objs        \
    94 		 LIBNAME=$(SMALLLIBNAME) \
    95 		 LIBNAME=$(SMALLLIBNAME) \
   151 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=GLXWorkstat CC=$(CC)
   152 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=GLXWorkstat CC=$(CC)
   152 
   153 
   153 SimpleView.$(O):
   154 SimpleView.$(O):
   154 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SimpleView CC=$(CC)
   155 	$(MAKE) $(BIG_STFILE_RULE) BIG_FILE=SimpleView CC=$(CC)
   155 
   156 
       
   157 #
       
   158 # on my 320H, do not compile DeviceWorkstation with -O2;
       
   159 # compiler is running out of space ...
       
   160 #
   156 AIX:
   161 AIX:
   157 	$(MAKE) DevWorkst.o
   162 	$(MAKE) DevWorkst.o
   158 	$(MAKE) OPT=-O2
   163 	$(MAKE) OPT=-O2
   159 
   164 
   160 #
   165 #
   189 Depth1Image.o: Depth1Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   194 Depth1Image.o: Depth1Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   190 Depth24Image.o: Depth24Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   195 Depth24Image.o: Depth24Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   191 Depth2Image.o: Depth2Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   196 Depth2Image.o: Depth2Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   192 Depth4Image.o: Depth4Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   197 Depth4Image.o: Depth4Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   193 Depth8Image.o: Depth8Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   198 Depth8Image.o: Depth8Image.st $(STCHDR) ../include/Image.H ../include/Object.H
       
   199 Depth16Image.o: Depth16Image.st $(STCHDR) ../include/Image.H ../include/Object.H
   194 DevDraw.o: DevDraw.st $(STCHDR) ../include/DMedium.H ../include/GC.H ../include/Object.H
   200 DevDraw.o: DevDraw.st $(STCHDR) ../include/DMedium.H ../include/GC.H ../include/Object.H
   195 DevFormH.o: DevFormH.st $(STCHDR) ../include/DevHandle.H ../include/Object.H
   201 DevFormH.o: DevFormH.st $(STCHDR) ../include/DevHandle.H ../include/Object.H
   196 DevHandle.o: DevHandle.st $(STCHDR) ../include/Object.H
   202 DevHandle.o: DevHandle.st $(STCHDR) ../include/Object.H
   197 DevViewH.o: DevViewH.st $(STCHDR) ../include/DevHandle.H ../include/Object.H
   203 DevViewH.o: DevViewH.st $(STCHDR) ../include/DevHandle.H ../include/Object.H
   198 DevWorkst.o: DevWorkst.st $(STCHDR) ../include/Object.H
   204 DevWorkst.o: DevWorkst.st $(STCHDR) ../include/Object.H