home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xtici.zip / xtici / widgets / Makefile < prev    next >
Makefile  |  1991-08-28  |  19KB  |  488 lines

  1. # Makefile generated by imake - do not edit!
  2. # $XConsortium: imake.c,v 1.62 91/05/12 14:55:28 rws Exp $
  3.  
  4. # -------------------------------------------------------------------------
  5. # Makefile generated from "Imake.tmpl" and </tmp/IIf.012475>
  6. # $XConsortium: Imake.tmpl,v 1.126 91/05/14 11:37:06 rws Exp $
  7. #
  8. # Platform-specific parameters may be set in the appropriate .cf
  9. # configuration files.  Site-wide parameters may be set in the file
  10. # site.def.  Full rebuilds are recommended if any parameters are changed.
  11. #
  12. # If your C preprocessor does not define any unique symbols, you will need
  13. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  14. # "make Makefile", "make Makefiles", or "make World").
  15. #
  16. # If you absolutely cannot get imake to work, you will need to set the
  17. # variables at the top of each Makefile as well as the dependencies at the
  18. # bottom (makedepend will do this automatically).
  19. #
  20.  
  21. # WARNING:  Imake.tmpl not configured; guessing at definitions!!!
  22. # This might mean that BOOTSTRAPCFLAGS was not set when building imake.
  23.  
  24. # -------------------------------------------------------------------------
  25. # platform-specific configuration parameters - edit generic.cf to change
  26.  
  27. # platform:  $XConsortium: pegasus.cf,v 1.28 91/05/14 10:17:26 rws Exp $
  28.  
  29. # operating system:              UTek 4.0
  30.  
  31. .DIRECTORIES:
  32.  
  33. # -------------------------------------------------------------------------
  34. # site-specific configuration parameters - edit site.def to change
  35.  
  36. # site:  $XConsortium: site.def,v 1.26 91/03/23 14:11:08 rws Exp $
  37.  
  38.             SHELL =     /bin/sh
  39.  
  40.               TOP = ../../../.
  41.       CURRENT_DIR = ./clients/xtici/widgets
  42.  
  43.                AR = ar clq
  44.   BOOTSTRAPCFLAGS = -DX_NOT_POSIX -DX_NOT_STDC_ENV
  45.                CC = cc -fstrength-reduce -fpcc-struct-return -Dmc68000 -Dtektronix -Dutek -Dunix -Dm68k
  46.                AS = as
  47.  
  48.          COMPRESS = compress
  49.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  50.     PREPROCESSCMD = cc -fstrength-reduce -fpcc-struct-return -Dmc68000 -Dtektronix -Dutek -Dunix -Dm68k -E $(STD_CPP_DEFINES)
  51.           INSTALL = install
  52.                LD = ld
  53.              LINT = lint
  54.       LINTLIBFLAG = -C
  55.          LINTOPTS = -axz
  56.                LN = ln -s
  57.              MAKE = make
  58.                MV = mv
  59.                CP = cp
  60.  
  61.            RANLIB = ranlib
  62.   RANLIBINSTFLAGS =
  63.  
  64.                RM = rm -f
  65.      STD_INCLUDES =
  66.   STD_CPP_DEFINES =    -DM4310 -DUTEK -Dpegasus
  67.       STD_DEFINES =    -DM4310 -DUTEK -Dpegasus
  68.  EXTRA_LOAD_FLAGS =
  69.   EXTRA_LIBRARIES =
  70.              TAGS = ctags
  71.  
  72.    SIGNAL_DEFINES = -DSIGNALRETURNSINT
  73.  
  74.     PROTO_DEFINES =
  75.  
  76.      INSTPGMFLAGS =
  77.  
  78.      INSTBINFLAGS = -m 0755
  79.      INSTUIDFLAGS = -m 4755
  80.      INSTLIBFLAGS = -m 0644
  81.      INSTINCFLAGS = -m 0444
  82.      INSTMANFLAGS = -m 0444
  83.      INSTDATFLAGS = -m 0444
  84.     INSTKMEMFLAGS = -m 4755
  85.  
  86.      TOP_INCLUDES = -I$(TOP)
  87.  
  88.       CDEBUGFLAGS = -g -DXDEBUG
  89.         CCOPTIONS =
  90.  
  91.       ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
  92.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
  93.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  94.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  95.  
  96.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  97.  
  98.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS)
  99.  
  100.    LDCOMBINEFLAGS = -X -r
  101.       DEPENDFLAGS =
  102.  
  103.         MACROFILE = generic.cf
  104.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  105.  
  106.     IMAKE_DEFINES =
  107.  
  108.          IRULESRC = $(CONFIGSRC)
  109.         IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
  110.  
  111.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  112.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  113.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  114.  
  115. # -------------------------------------------------------------------------
  116. # X Window System Build Parameters
  117. # $XConsortium: Project.tmpl,v 1.120 91/05/13 11:55:56 rws Exp $
  118.  
  119. # -------------------------------------------------------------------------
  120. # X Window System make variables; this need to be coordinated with rules
  121. # $XConsortium: Project.tmpl,v 1.120 91/05/13 11:55:56 rws Exp $
  122.  
  123.           PATHSEP = /
  124.         USRLIBDIR = /usr/lib
  125.            BINDIR = /usr/bin/X11
  126.           INCROOT = /usr/include
  127.      BUILDINCROOT = $(TOP)
  128.       BUILDINCDIR = $(BUILDINCROOT)/X11
  129.       BUILDINCTOP = ..
  130.            INCDIR = $(INCROOT)/X11
  131.            ADMDIR = /usr/adm
  132.            LIBDIR = $(USRLIBDIR)/X11
  133.         CONFIGDIR = $(LIBDIR)/config
  134.        LINTLIBDIR = $(USRLIBDIR)/lint
  135.  
  136.           FONTDIR = $(LIBDIR)/fonts
  137.          XINITDIR = $(LIBDIR)/xinit
  138.            XDMDIR = $(LIBDIR)/xdm
  139.            TWMDIR = $(LIBDIR)/twm
  140.           MANPATH = /usr/man
  141.     MANSOURCEPATH = $(MANPATH)/man
  142.         MANSUFFIX = n
  143.      LIBMANSUFFIX = 3
  144.            MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
  145.         LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
  146.            NLSDIR = $(LIBDIR)/nls
  147.         PEXAPIDIR = $(LIBDIR)/PEX
  148.       XAPPLOADDIR = $(LIBDIR)/app-defaults
  149.        FONTCFLAGS = -t
  150.  
  151.      INSTAPPFLAGS = $(INSTDATFLAGS)
  152.  
  153.             IMAKE = $(IMAKESRC)/imake
  154.            DEPEND = $(DEPENDSRC)/makedepend
  155.               RGB = $(RGBSRC)/rgb
  156.  
  157.             FONTC = $(BDFTOPCFSRC)/bdftopcf
  158.  
  159.         MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
  160.         MKDIRHIER =     /bin/sh $(SCRIPTSRC)/mkdirhier.sh
  161.  
  162.         CONFIGSRC = $(TOP)/config
  163.         CLIENTSRC = $(TOP)/clients
  164.           DEMOSRC = $(TOP)/demos
  165.            LIBSRC = $(TOP)/lib
  166.           FONTSRC = $(TOP)/fonts
  167.        INCLUDESRC = $(TOP)/X11
  168.         SERVERSRC = $(TOP)/server
  169.           UTILSRC = $(TOP)/util
  170.         SCRIPTSRC = $(UTILSRC)/scripts
  171.        EXAMPLESRC = $(TOP)/examples
  172.        CONTRIBSRC = $(TOP)/../contrib
  173.            DOCSRC = $(TOP)/doc
  174.            RGBSRC = $(TOP)/rgb
  175.         DEPENDSRC = $(UTILSRC)/makedepend
  176.          IMAKESRC = $(CONFIGSRC)
  177.          XAUTHSRC = $(LIBSRC)/Xau
  178.           XLIBSRC = $(LIBSRC)/X
  179.            XMUSRC = $(LIBSRC)/Xmu
  180.        TOOLKITSRC = $(LIBSRC)/Xt
  181.        AWIDGETSRC = $(LIBSRC)/Xaw
  182.        OLDXLIBSRC = $(LIBSRC)/oldX
  183.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  184.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  185.       BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
  186.       BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
  187.      MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
  188.          FSLIBSRC = $(FONTSRC)/lib/fs
  189.     FONTSERVERSRC = $(FONTSRC)/server
  190.      EXTENSIONSRC = $(TOP)/extensions
  191.          XILIBSRC = $(EXTENSIONSRC)/lib/xinput
  192.       PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX
  193.  
  194.   DEPEXTENSIONLIB =  $(EXTENSIONSRC)/lib/libXext.a
  195.      EXTENSIONLIB =                $(DEPEXTENSIONLIB)
  196.  
  197.           DEPXLIB = $(DEPEXTENSIONLIB)  $(XLIBSRC)/libX11.a
  198.              XLIB = $(EXTENSIONLIB)               $(XLIBSRC)/libX11.a
  199.  
  200.       DEPXAUTHLIB =  $(XAUTHSRC)/libXau.a
  201.          XAUTHLIB =               $(DEPXAUTHLIB)
  202.       DEPXDMCPLIB =  $(XDMCPLIBSRC)/libXdmcp.a
  203.          XDMCPLIB =               $(DEPXDMCPLIB)
  204.  
  205.         DEPXMULIB =  $(XMUSRC)/libXmu.a
  206.            XMULIB =               $(DEPXMULIB)
  207.  
  208.        DEPOLDXLIB =  $(OLDXLIBSRC)/liboldX.a
  209.           OLDXLIB =               $(DEPOLDXLIB)
  210.  
  211.       DEPXTOOLLIB =  $(TOOLKITSRC)/libXt.a
  212.          XTOOLLIB =               $(DEPXTOOLLIB)
  213.  
  214.         DEPXAWLIB =  $(AWIDGETSRC)/libXaw.a
  215.            XAWLIB =               $(DEPXAWLIB)
  216.  
  217.         DEPXILIB =  $(XILIBSRC)/libXi.a
  218.            XILIB =               $(DEPXILIB)
  219.  
  220.         DEPPHIGSLIB =  $(PHIGSLIBSRC)/libphigs.a
  221.            PHIGSLIB =               $(DEPPHIGSLIB)
  222.  
  223.  LINTEXTENSIONLIB =  $(EXTENSIONSRC)/lib/llib-lXext.ln
  224.          LINTXLIB =  $(XLIBSRC)/llib-lX11.ln
  225.           LINTXMU =  $(XMUSRC)/llib-lXmu.ln
  226.         LINTXTOOL =  $(TOOLKITSRC)/llib-lXt.ln
  227.           LINTXAW =  $(AWIDGETSRC)/llib-lXaw.ln
  228.            LINTXI =  $(XILIBSRC)/llib-lXi.ln
  229.         LINTPHIGS =  $(PHIGSLIBSRC)/llib-lphigs.ln
  230.  
  231.           DEPLIBS = $(LOCAL_LIBRARIES)
  232.  
  233.          DEPLIBS1 = $(DEPLIBS)
  234.          DEPLIBS2 = $(DEPLIBS)
  235.          DEPLIBS3 = $(DEPLIBS)
  236.  
  237. # -------------------------------------------------------------------------
  238. # Imake rules for building libraries, programs, scripts, and data files
  239. # rules:  $XConsortium: Imake.rules,v 1.109 91/05/11 10:17:38 rws Exp $
  240.  
  241. # -------------------------------------------------------------------------
  242. # start of Imakefile
  243.  
  244. # $Header: Imakefile,v 1.1 91/08/22 11:22:29 adamsc Exp $
  245.  
  246.        INCLUDES = -I. -I.. -I$(TOP) -I$(TOOLKITSRC) -I$(XLIBSRC)
  247. LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  248.  
  249.            SRCS = \
  250.                   ColorS.c \
  251.                   Colorbar.c \
  252.                   Hueleaf.c \
  253.                   Hvcleaf.c \
  254.                   RepeatB.c \
  255.           TekBox.c \
  256.                   TriText.c \
  257.                   VShell.c \
  258.                   Zoom.c
  259.            OBJS = \
  260.                   ColorS.o \
  261.                   Colorbar.o \
  262.                   Hueleaf.o \
  263.                   Hvcleaf.o \
  264.                   RepeatB.o \
  265.           TekBox.o \
  266.                   TriText.o \
  267.                   VShell.o \
  268.                   Zoom.o
  269.  
  270. all::  libxtici.a
  271.  
  272.  libxtici.a:  $(OBJS)
  273.     $(RM) $@
  274.     $(AR) $@  $(OBJS)
  275.      $(RANLIB) $@
  276.  
  277. lintlib::  llib-lxtici.ln
  278.  
  279.  llib-lxtici.ln:  $(SRCS)
  280.     $(RM) $@
  281.     $(LINT)  $(LINTLIBFLAG)xtici $(LINTFLAGS)  $(SRCS)
  282.  
  283. depend:: $(DEPEND)
  284.  
  285. $(DEPEND):
  286.     @echo "checking $@ over in $(DEPENDSRC) first..."; \
  287.     cd $(DEPENDSRC); $(MAKE); \
  288.     echo "okay, continuing in $(CURRENT_DIR)"
  289.  
  290. depend::
  291.     $(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  292.  
  293. # -------------------------------------------------------------------------
  294. # common rules for all Makefiles - do not edit
  295.  
  296. emptyrule::
  297.  
  298. clean::
  299.     $(RM_CMD) "#"*
  300.  
  301. Makefile:: $(IMAKE)
  302.  
  303. $(IMAKE):
  304.     @(cd $(IMAKESRC); if [ -f Makefile ]; then \
  305.     echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
  306.     echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
  307.     $(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
  308.     echo "okay, continuing in $(CURRENT_DIR)")
  309.  
  310. Makefile::
  311.     -@if [ -f Makefile ]; then set -x; \
  312.         $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  313.     else exit 0; fi
  314.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  315.  
  316. tags::
  317.     $(TAGS) -w *.[ch]
  318.     $(TAGS) -xw *.[ch] > TAGS
  319.  
  320. saber:
  321.     # load $(ALLDEFINES) $(SRCS)
  322.  
  323. osaber:
  324.     # load $(ALLDEFINES) $(OBJS)
  325.  
  326. # -------------------------------------------------------------------------
  327. # empty rules for directories that do not have SUBDIRS - do not edit
  328.  
  329. install::
  330.     @echo "install in $(CURRENT_DIR) done"
  331.  
  332. install.man::
  333.     @echo "install.man in $(CURRENT_DIR) done"
  334.  
  335. Makefiles::
  336.  
  337. includes::
  338.  
  339. # -------------------------------------------------------------------------
  340. # dependencies generated by makedepend
  341.  
  342. # DO NOT DELETE
  343.  
  344. ColorS.o: /usr/include/stdio.h /usr/include/math.h
  345. ColorS.o: ../../.././X11/IntrinsicP.h ../../.././X11/Intrinsic.h
  346. ColorS.o: ../../.././X11/Xlib.h /usr/include/sys/types.h ../../.././X11/X.h
  347. ColorS.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  348. ColorS.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  349. ColorS.o: /usr/include/strings.h ../../.././X11/Core.h
  350. ColorS.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  351. ColorS.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  352. ColorS.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  353. ColorS.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  354. ColorS.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  355. ColorS.o: ../../.././X11/Xaw/FormP.h ../../.././X11/Xaw/Form.h
  356. ColorS.o: ../../.././X11/Xaw/LabelP.h ../../.././X11/Xaw/Label.h
  357. ColorS.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h
  358. ColorS.o: ../../.././X11/Xaw/SimpleP.h ../../.././X11/Xaw/ScrollbarP.h
  359. ColorS.o: ../../.././X11/Xaw/Scrollbar.h ../../.././X11/Xaw/Text.h
  360. ColorS.o: ../../.././X11/Xaw/TextSink.h ../../.././X11/Xaw/TextSrc.h
  361. ColorS.o: ../../.././X11/Xaw/AsciiSrc.h ../../.././X11/Xaw/AsciiSink.h
  362. ColorS.o: ColorSP.h ColorS.h xticiSD.h ../../.././X11/Xcms.h ColorbarP.h
  363. ColorS.o: Colorbar.h RepeatBP.h RepeatB.h ZoomP.h Zoom.h
  364. Colorbar.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  365. Colorbar.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  366. Colorbar.o: /usr/include/sys/types.h ../../.././X11/X.h
  367. Colorbar.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  368. Colorbar.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  369. Colorbar.o: /usr/include/strings.h ../../.././X11/Core.h
  370. Colorbar.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  371. Colorbar.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  372. Colorbar.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  373. Colorbar.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  374. Colorbar.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  375. Colorbar.o: ../../.././X11/Shell.h ../../.././X11/Xaw/SimpleP.h
  376. Colorbar.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h
  377. Colorbar.o: ../../.././X11/Xmu/Misc.h ColorbarP.h Colorbar.h xticiSD.h
  378. Colorbar.o: ../../.././X11/Xcms.h
  379. Hueleaf.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  380. Hueleaf.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  381. Hueleaf.o: /usr/include/sys/types.h ../../.././X11/X.h
  382. Hueleaf.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  383. Hueleaf.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  384. Hueleaf.o: /usr/include/strings.h ../../.././X11/Core.h
  385. Hueleaf.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  386. Hueleaf.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  387. Hueleaf.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  388. Hueleaf.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  389. Hueleaf.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h HueleafP.h
  390. Hueleaf.o: Hueleaf.h xticiSD.h ../../.././X11/Xcms.h
  391. Hueleaf.o: ../../.././X11/Xaw/SimpleP.h ../../.././X11/Xaw/Simple.h
  392. Hueleaf.o: ../../.././X11/Xmu/Converters.h VShell.h
  393. Hvcleaf.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  394. Hvcleaf.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  395. Hvcleaf.o: /usr/include/sys/types.h ../../.././X11/X.h
  396. Hvcleaf.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  397. Hvcleaf.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  398. Hvcleaf.o: /usr/include/strings.h ../../.././X11/Core.h
  399. Hvcleaf.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  400. Hvcleaf.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  401. Hvcleaf.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  402. Hvcleaf.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  403. Hvcleaf.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  404. Hvcleaf.o: ../../.././X11/Xmu/Misc.h ../../.././X11/Xaw/XawInit.h
  405. Hvcleaf.o: ../../.././X11/Xaw/Form.h ../../.././X11/Xaw/Label.h
  406. Hvcleaf.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h
  407. Hvcleaf.o: HvcleafP.h Hvcleaf.h xticiSD.h ../../.././X11/Xcms.h Hueleaf.h
  408. Hvcleaf.o: RepeatB.h
  409. RepeatB.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  410. RepeatB.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  411. RepeatB.o: /usr/include/sys/types.h ../../.././X11/X.h
  412. RepeatB.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  413. RepeatB.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  414. RepeatB.o: /usr/include/strings.h ../../.././X11/Core.h
  415. RepeatB.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  416. RepeatB.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  417. RepeatB.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  418. RepeatB.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  419. RepeatB.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  420. RepeatB.o: ../../.././X11/Xaw/XawInit.h ../../.././X11/Xaw/SimpleP.h
  421. RepeatB.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h
  422. RepeatB.o: RepeatBP.h RepeatB.h xticiSD.h ../../.././X11/Xcms.h
  423. TekBox.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  424. TekBox.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  425. TekBox.o: /usr/include/sys/types.h ../../.././X11/X.h
  426. TekBox.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  427. TekBox.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  428. TekBox.o: /usr/include/strings.h ../../.././X11/Core.h
  429. TekBox.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  430. TekBox.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  431. TekBox.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  432. TekBox.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  433. TekBox.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  434. TekBox.o: ../../.././X11/Xmu/Misc.h ../../.././X11/Xaw/SmeP.h
  435. TekBox.o: ../../.././X11/Xaw/Sme.h ../../.././X11/Xaw/SimpleMenP.h
  436. TekBox.o: ../../.././X11/Xaw/SimpleMenu.h ../../.././X11/Shell.h
  437. TekBox.o: ../../.././X11/Xmu/Converters.h ../../.././X11/ShellP.h
  438. TekBox.o: ../../.././X11/VendorP.h ../../.././X11/Vendor.h TekBoxP.h TekBox.h
  439. TekBox.o: ../../.././X11/Xaw/XawInit.h
  440. TriText.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  441. TriText.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  442. TriText.o: /usr/include/sys/types.h ../../.././X11/X.h
  443. TriText.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  444. TriText.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  445. TriText.o: /usr/include/strings.h ../../.././X11/Core.h
  446. TriText.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  447. TriText.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  448. TriText.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  449. TriText.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  450. TriText.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  451. TriText.o: ../../.././X11/Xmu/Misc.h ../../.././X11/Xaw/XawInit.h
  452. TriText.o: ../../.././X11/Xaw/AsciiTextP.h ../../.././X11/Xaw/TextP.h
  453. TriText.o: ../../.././X11/Xaw/Text.h ../../.././X11/Xaw/TextSink.h
  454. TriText.o: ../../.././X11/Xaw/TextSrc.h ../../.././X11/Xaw/AsciiSrc.h
  455. TriText.o: ../../.././X11/Xaw/AsciiSink.h ../../.././X11/Xaw/SimpleP.h
  456. TriText.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h
  457. TriText.o: ../../.././X11/Xaw/AsciiText.h ../../.././X11/Xaw/Form.h
  458. TriText.o: ../../.././X11/Xaw/Label.h TriTextP.h TriText.h xticiSD.h
  459. TriText.o: ../../.././X11/Xcms.h
  460. VShell.o: ../../.././X11/Xatom.h ../../.././X11/IntrinsicP.h
  461. VShell.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  462. VShell.o: /usr/include/sys/types.h ../../.././X11/X.h
  463. VShell.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  464. VShell.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  465. VShell.o: /usr/include/strings.h ../../.././X11/Core.h
  466. VShell.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  467. VShell.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  468. VShell.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  469. VShell.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  470. VShell.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h VShellP.h
  471. VShell.o: VShell.h xticiSD.h ../../.././X11/Xcms.h ../../.././X11/ShellP.h
  472. VShell.o: ../../.././X11/Shell.h ../../.././X11/VendorP.h
  473. VShell.o: ../../.././X11/Vendor.h
  474. Zoom.o: /usr/include/stdio.h ../../.././X11/IntrinsicP.h
  475. Zoom.o: ../../.././X11/Intrinsic.h ../../.././X11/Xlib.h
  476. Zoom.o: /usr/include/sys/types.h ../../.././X11/X.h
  477. Zoom.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
  478. Zoom.o: ../../.././X11/Xutil.h ../../.././X11/Xresource.h
  479. Zoom.o: /usr/include/strings.h ../../.././X11/Core.h
  480. Zoom.o: ../../.././X11/Composite.h ../../.././X11/Constraint.h
  481. Zoom.o: ../../.././X11/Object.h ../../.././X11/RectObj.h
  482. Zoom.o: ../../.././X11/CoreP.h ../../.././X11/CompositeP.h
  483. Zoom.o: ../../.././X11/ConstrainP.h ../../.././X11/ObjectP.h
  484. Zoom.o: ../../.././X11/RectObjP.h ../../.././X11/StringDefs.h
  485. Zoom.o: ../../.././X11/Xaw/XawInit.h ../../.././X11/Xaw/SimpleP.h
  486. Zoom.o: ../../.././X11/Xaw/Simple.h ../../.././X11/Xmu/Converters.h ZoomP.h
  487. Zoom.o: Zoom.h xticiSD.h ../../.././X11/Xcms.h
  488.