home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / lucidem / help / 790 < prev    next >
Encoding:
Text File  |  1992-12-13  |  14.1 KB  |  466 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Sun, 13 Dec 1992 15:23:20 EST
  2. Return-Path: <valuk@eniac.seas.upenn.edu>
  3. From: valuk@eniac.seas.upenn.edu (Timothy D Valuk)
  4. Posted-Date: Sun, 13 Dec 92 15:22:09 EST
  5. Message-ID: <9212132022.AA23292@eniac.seas.upenn.edu>
  6. Subject: error with Makefile...
  7. Date: Sun, 13 Dec 1992 15:22:09 EST
  8. X-Mailer: ELM [version 2.3 PL11]
  9. Newsgroups: alt.lucid-emacs.help
  10. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  11. Sender: help-lucid-emacs-request@lucid.com
  12. Lines: 452
  13.  
  14. Here is the error again:
  15.  
  16. cd ./lwlib ; make  liblw.a
  17. make: Fatal error in reader: Makefile, line 2688: Extra `:', `::', or
  18. `:=' on de
  19. pendency line
  20. Current working directory
  21. /usr/local/src/bin/extra/lemacs-19.3/src/lwlib
  22. *** Error code 1
  23. make: Fatal error: Command failed for target `lwlib/liblw.a'
  24. Current working directory /usr/local/src/bin/extra/lemacs-19.3/src
  25. *** Error code 1
  26. make: Fatal error: Command failed for target `doall'
  27. Current working directory /usr/local/src/bin/extra/lemacs-19.3/src
  28. *** Error code 1
  29. make: Fatal error: Command failed for target `src'
  30.  
  31. Here is the Makefile from src/lwlib:
  32.  
  33. # Makefile generated by imake - do not edit!
  34. # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
  35. #
  36. # The cpp used on this machine replaces all newlines and multiple tabs and
  37. # spaces in a macro expansion with a single space.  Imake tries to compensate
  38. # for this, but is not always successful.
  39. #
  40.  
  41. ###########################################################################
  42. # Makefile generated from "Imake.tmpl" and <Imakefile>
  43. # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
  44. #
  45. # Platform-specific parameters may be set in the appropriate .cf
  46. # configuration files.  Site-wide parameters may be set in the file
  47. # site.def.  Full rebuilds are recommended if any parameters are changed.
  48. #
  49. # If your C preprocessor doesn't define any unique symbols, you'll need
  50. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  51. # "make Makefile", "make Makefiles", or "make World").
  52. #
  53. # If you absolutely can't get imake to work, you'll need to set the
  54. # variables at the top of each Makefile as well as the dependencies at the
  55. # bottom (makedepend will do this automatically).
  56. #
  57.  
  58. ###########################################################################
  59. # platform-specific configuration parameters - edit sun.cf to change
  60.  
  61. SYSLIBS=$(MTOOLKITSRC)/libXt.a $(XLIBSRC)/libX11.a
  62.  
  63. # platform:  $XConsortium: sun.cf,v 1.38 89/12/23 16:10:10 jim Exp $
  64. # operating system:  SunOS 4.0.3
  65.  
  66. ###########################################################################
  67. # site-specific configuration parameters - edit site.def to change
  68.  
  69. # site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
  70.  
  71.             SHELL = /bin/sh
  72.  
  73.               TOP = .
  74.       CURRENT_DIR = .
  75.  
  76.                AR = ar cq
  77.   BOOTSTRAPCFLAGS =
  78.                CC = cc
  79.  
  80.          COMPRESS = compress
  81.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  82.     PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
  83.           INSTALL = install
  84.                LD = ld
  85.              LINT = lint
  86.       LINTLIBFLAG = -C
  87.          LINTOPTS = -axz
  88.                LN = ln -s
  89.              MAKE = make
  90.                MV = mv
  91.                CP = cp
  92.            RANLIB = ranlib
  93.   RANLIBINSTFLAGS =
  94.                RM = rm -f
  95.      STD_INCLUDES =
  96.   STD_CPP_DEFINES =
  97.       STD_DEFINES =
  98.  EXTRA_LOAD_FLAGS =
  99.   EXTRA_LIBRARIES =
  100.              TAGS = ctags
  101.  
  102.     SHAREDCODEDEF = -DSHAREDCODE
  103.          SHLIBDEF = -DSUNSHLIB
  104.  
  105.     PROTO_DEFINES =
  106.  
  107.      INSTPGMFLAGS =
  108.  
  109.      INSTBINFLAGS = -m 0755
  110.      INSTUIDFLAGS = -m 4755
  111.      INSTLIBFLAGS = -m 0664
  112.      INSTINCFLAGS = -m 0444
  113.      INSTMANFLAGS = -m 0444
  114.      INSTDATFLAGS = -m 0444
  115.     INSTKMEMFLAGS = -m 4755
  116.  
  117.           DESTDIR =
  118.  
  119.      TOP_INCLUDES = -I$(INCROOT)
  120.  
  121.       CDEBUGFLAGS = -O
  122.         CCOPTIONS = -D_NO_PROTO -DSTRINGS_ALIGNED -DNO_REGEX -DNO_ISDIR -DUSE_RE_COMP -DUSE_GETWD
  123.       COMPATFLAGS =
  124.  
  125.       ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
  126.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
  127.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  128.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  129.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  130.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
  131.    LDCOMBINEFLAGS = -X -r
  132.  
  133.         MACROFILE = sun.cf
  134.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  135.  
  136.     IMAKE_DEFINES =
  137.  
  138.          IRULESRC = $(CONFIGDIR)
  139.         IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
  140.  
  141.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  142.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  143.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  144.  
  145. ###########################################################################
  146. # X Window System Build Parameters
  147. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  148.  
  149. ###########################################################################
  150. # X Window System make variables; this need to be coordinated with rules
  151. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  152.  
  153.           PATHSEP = /
  154.         USRLIBDIR = $(DESTDIR)/usr/lib
  155.            BINDIR = $(DESTDIR)/usr/bin/X11
  156.           INCROOT = $(DESTDIR)/usr/include
  157.      BUILDINCROOT = $(TOP)
  158.       BUILDINCDIR = $(BUILDINCROOT)/X11
  159.       BUILDINCTOP = ..
  160.            INCDIR = $(INCROOT)/X11
  161.            ADMDIR = $(DESTDIR)/usr/adm
  162.            LIBDIR = $(USRLIBDIR)/X11
  163.         CONFIGDIR = $(LIBDIR)/config
  164.        LINTLIBDIR = $(USRLIBDIR)/lint
  165.  
  166.           FONTDIR = $(LIBDIR)/fonts
  167.          XINITDIR = $(LIBDIR)/xinit
  168.            XDMDIR = $(LIBDIR)/xdm
  169.            AWMDIR = $(LIBDIR)/awm
  170.            TWMDIR = $(LIBDIR)/twm
  171.            GWMDIR = $(LIBDIR)/gwm
  172.           MANPATH = $(DESTDIR)/usr/man
  173.     MANSOURCEPATH = $(MANPATH)/man
  174.            MANDIR = $(MANSOURCEPATH)n
  175.         LIBMANDIR = $(MANSOURCEPATH)3
  176.       XAPPLOADDIR = $(LIBDIR)/app-defaults
  177.  
  178.         SOXLIBREV = 4.2
  179.           SOXTREV = 4.0
  180.          SOXAWREV = 4.0
  181.         SOOLDXREV = 4.0
  182.          SOXMUREV = 4.0
  183.         SOXEXTREV = 4.0
  184.  
  185.        FONTCFLAGS = -t
  186.  
  187.      INSTAPPFLAGS = $(INSTDATFLAGS)
  188.  
  189.             IMAKE = imake
  190.            DEPEND = makedepend
  191.               RGB = rgb
  192.             FONTC = bdftosnf
  193.         MKFONTDIR = mkfontdir
  194.         MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier.sh
  195.  
  196.         CONFIGSRC = $(TOP)/config
  197.         CLIENTSRC = $(TOP)/clients
  198.           DEMOSRC = $(TOP)/demos
  199.            LIBSRC = $(TOP)/lib
  200.           FONTSRC = $(TOP)/fonts
  201.        INCLUDESRC = $(TOP)/X11
  202.         SERVERSRC = $(TOP)/server
  203.           UTILSRC = $(TOP)/util
  204.         SCRIPTSRC = $(UTILSRC)/scripts
  205.        EXAMPLESRC = $(TOP)/examples
  206.        CONTRIBSRC = $(TOP)/../contrib
  207.            DOCSRC = $(TOP)/doc
  208.            RGBSRC = $(TOP)/rgb
  209.         DEPENDSRC = $(UTILSRC)/makedepend
  210.          IMAKESRC = $(CONFIGSRC)
  211.          XAUTHSRC = $(LIBSRC)/Xau
  212.           XLIBSRC = $(LIBSRC)/X
  213.            XMUSRC = $(LIBSRC)/Xmu
  214.        TOOLKITSRC = $(LIBSRC)/Xt
  215.        AWIDGETSRC = $(LIBSRC)/Xaw
  216.        OLDXLIBSRC = $(LIBSRC)/oldX
  217.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  218.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  219.      MKFONTDIRSRC = $(FONTSRC)/mkfontdir
  220.      EXTENSIONSRC = $(TOP)/extensions
  221.  
  222.   DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a
  223.      EXTENSIONLIB =  -lXext
  224.  
  225.           DEPXLIB = $(DEPEXTENSIONLIB)
  226.              XLIB = $(EXTENSIONLIB) -lX11
  227.  
  228.       DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
  229.          XAUTHLIB =  -lXau
  230.  
  231.         DEPXMULIB =
  232.            XMULIB = -lXmu
  233.  
  234.        DEPOLDXLIB =
  235.           OLDXLIB = -loldX
  236.  
  237.       DEPXTOOLLIB =
  238.          XTOOLLIB = -lXt
  239.  
  240.         DEPXAWLIB =
  241.            XAWLIB = -lXaw
  242.  
  243.  LINTEXTENSIONLIB = $(USRLIBDIR)/llib-lXext.ln
  244.          LINTXLIB = $(USRLIBDIR)/llib-lX11.ln
  245.           LINTXMU = $(USRLIBDIR)/llib-lXmu.ln
  246.         LINTXTOOL = $(USRLIBDIR)/llib-lXt.ln
  247.           LINTXAW = $(USRLIBDIR)/llib-lXaw.ln
  248.  
  249.           DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  250.  
  251.          DEPLIBS1 = $(DEPLIBS)
  252.          DEPLIBS2 = $(DEPLIBS)
  253.          DEPLIBS3 = $(DEPLIBS)
  254.  
  255.       USRINCDIR = $(DESTDIR)/usr/include
  256.         TESTSRC = $(TOP)/tests
  257.      TESTSRCLIB = $(TESTSRC)/lib
  258.      TESTSRCBIN = $(TESTSRC)/bin
  259.        COMMONPP = $(TESTSRCBIN)/Commonpp
  260.  
  261.      TESTCOMSRC = $(TESTSRCLIB)/Common
  262.     MTOOLKITSRC = $(LIBSRC)/Xt
  263.      MWIDGETSRC = $(LIBSRC)/Xm
  264.    MRESOURCESRC = $(LIBSRC)/Mrm
  265.          UILSRC = $(CLIENTSRC)/uil
  266.             UIL = $(UILSRC)/uil
  267.       XMTOOLLIB = $(MTOOLKITSRC)/libXt.a
  268.           XMLIB = $(MWIDGETSRC)/libXm.a
  269.    MRESOURCELIB = $(MRESOURCESRC)/libMrm.a
  270.          UILLIB = $(UILSRC)/libUil.a
  271.      TESTCOMLIB = $(TESTCOMSRC)/libCommon.a
  272.  
  273.   LINTMRESOURCE = $(MRESOURCESRC)/libMrm.a
  274. LINTXMWIDGETLIB = $(MWIDGETSRC)/llib-l/Xm.ln
  275.      LINTXMTOOL = $(MTOOLKITSRC)/llib-lXt.ln
  276.      LINTUILLIB = $(UILSRC)/llib-lUil.ln
  277.  
  278.         DEPLIBS =
  279.  
  280.         DEPLIBS1 = $(DEPLIBS)
  281.         DEPLIBS2 = $(DEPLIBS)
  282.         DEPLIBS3 = $(DEPLIBS)
  283.  
  284. ###########################################################################
  285. # Imake rules for building libraries, programs, scripts, and data files
  286. # rules:  $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
  287.  
  288. ###########################################################################
  289. # start of Imakefile
  290.  
  291. # Imakefile file for lwlib.a, Copyright (c) 1992 Lucid, Inc.
  292.  
  293.     STD_DEFINES =
  294.     CDEBUGFLAGS = -O
  295.     EXT_DEFINES = -DTHIS_IS_X11R4
  296.         WHICH_X = x11r4
  297.  
  298.      LUCID_SRCS = lwlib-Xlw.c xlwmenu.c
  299.      LUCID_OBJS = lwlib-Xlw.o xlwmenu.o
  300.      MOTIF_SRCS = lwlib-Xm.c
  301.      MOTIF_OBJS = lwlib-Xm.o
  302.       OLIT_SRCS = lwlib-Xol.c
  303.       OLIT_OBJS = lwlib-Xol.o
  304.  
  305. TOOLKIT_DEFINES = -DUSE_LUCID
  306.    TOOLKIT_SRCS = $(LUCID_SRC)
  307.    TOOLKIT_OBJS = $(LUCID_OBJS)
  308.  
  309.            SRCS = lwlib.c $(TOOLKIT_SRCS) lwlib-utils.c $(EXT_SRCS)
  310.            OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o $(EXT_OBJS) $(EZ_OBJS)
  311.       EXT_FLAGS = -I$(TOOLKITSRC) $(EXT_DEFINES)
  312.         LIBNAME = liblw.a
  313.  
  314. .c.o:
  315.     $(RM) $@
  316.     $(CC) -c $(CFLAGS) $*.c
  317.  
  318. all:: liblw.a
  319.  
  320. liblw.a:  $(OBJS)
  321.     $(RM) $@
  322.     $(AR) $@  $(OBJS)
  323.     $(RANLIB) $@
  324.  
  325. Makefiles::
  326.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  327.     for i in energize ;\
  328.     do \
  329.     echo "making Makefiles in $(CURRENT_DIR)/$$i..."; \
  330.     case "$$i" in \
  331.     ./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  332.     ./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
  333.     ./?*/?*) newtop=../../ sub=subsub;; \
  334.     ./?*) newtop=../ sub=sub;; \
  335.     */?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  336.     */?*/?*) newtop=../../../ sub=subsubsub;; \
  337.     */?*) newtop=../../ sub=subsub;; \
  338.     *) newtop=../ sub=sub;; \
  339.     esac; \
  340.     case "$(TOP)" in \
  341.     /?*) newtop= upprefix= ;; \
  342.     *) upprefix=../ ;; \
  343.     esac; \
  344.     $(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
  345.     MAKEFILE_SUBDIR=$$i NEW_CURRENT_DIR=$(CURRENT_DIR)/$$i;\
  346.     done
  347.  
  348. subdirMakefiles:
  349.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  350.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  351.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  352.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  353.     else exit 0; fi
  354.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  355.     $(MAKE) $(MFLAGS) Makefiles
  356.  
  357. subsubdirMakefiles:
  358.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  359.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  360.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  361.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  362.     else exit 0; fi
  363.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  364.     $(MAKE) $(MFLAGS) Makefiles
  365.  
  366. subsubsubdirMakefiles:
  367.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  368.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  369.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  370.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  371.     else exit 0; fi
  372.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  373.     $(MAKE) $(MFLAGS) Makefiles
  374.  
  375. subsubsubsubdirMakefiles:
  376.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  377.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  378.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  379.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  380.     else exit 0; fi
  381.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  382.     $(MAKE) $(MFLAGS) Makefiles
  383.  
  384. depend::
  385.     $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  386.  
  387. lwlib.o:  lwlib.c
  388.     $(RM) $@
  389.     $(CC) -c $(CFLAGS)  $(TOOLKIT_DEFINES) $*.c
  390.  
  391. dispatch.o:  dispatch.c
  392.     $(RM) $@
  393.     $(CC) -c $(CFLAGS)  $(EXT_FLAGS) $*.c
  394.  
  395. callback.o:  callback.c
  396.     $(RM) $@
  397.     $(CC) -c $(CFLAGS)  $(EXT_FLAGS) $*.c
  398.  
  399. xrdb-cpp.o:  xrdb-cpp.c
  400.     $(RM) $@
  401.     $(CC) -c $(CFLAGS)  $(EXT_FLAGS) $*.c
  402.  
  403. xrdb-r4.o:  xrdb-r4.c
  404.     $(RM) $@
  405.     $(CC) -c $(CFLAGS)  $(EXT_FLAGS) $*.c
  406.  
  407. xrdb-r5.o:  xrdb-r5.c
  408.     $(RM) $@
  409.     $(CC) -c $(CFLAGS)  $(EXT_FLAGS) $*.c
  410.  
  411. lwlib-utils.o: lwlib-utils.h
  412. lwlib.o:       lwlib.h lwlib-internal.h
  413. lwlib-Xm.o:    lwlib.h lwlib-internal.h lwlib-utils.h
  414. lwlib-Xol.o:   lwlib.h lwlib-internal.h
  415. lwlib-Xlw.o:   lwlib.h lwlib-internal.h
  416.  
  417. ###########################################################################
  418. # common rules for all Makefiles - do not edit
  419.  
  420. emptyrule::
  421.  
  422. clean::
  423.     $(RM_CMD) \#*
  424.  
  425. Makefile::
  426.     -@if [ -f Makefile ]; then \
  427.     echo "    $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
  428.     $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  429.     else exit 0; fi
  430.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  431.  
  432. tags::
  433.     $(TAGS) -w *.[ch]
  434.     $(TAGS) -xw *.[ch] > TAGS
  435.  
  436. saber:
  437.     #load $(ALLDEFINES) $(SRCS)
  438.  
  439. osaber:
  440.     #load $(ALLDEFINES) $(OBJS)
  441.  
  442. ###########################################################################
  443. # empty rules for directories that do not have SUBDIRS - do not edit
  444.  
  445. install::
  446.     @echo "install in $(CURRENT_DIR) done"
  447.  
  448. install.man::
  449.     @echo "install.man in $(CURRENT_DIR) done"
  450.  
  451. Makefiles::
  452.  
  453. includes::
  454.  
  455. ###########################################################################
  456. # dependencies generated by makedepend
  457.  
  458.  
  459. ------------------------------------------------------------------------------
  460. Timothy D. Valuk                                University Of Pennsylvania
  461. CETS Technical Staff                    
  462. valuk@pender.ee.upenn.edu            Room 057c Moore
  463. valuk@eniac.seas.upenn.edu                      (215) 898-2476
  464. ------------------------------------------------------------------------------
  465.  
  466.