home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / perl / 5630 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!news.csuohio.edu!news.uakron.edu!malgudi.oar.net!chemabs!srv01s4!jcv26
  3. From: jcv26@cas.org (Jon Vander Hill)
  4. Subject: Re: usersub: HOW TO
  5. In-Reply-To: jhd@irfu.se's message of Mon, 31 Aug 1992 07:20:37 GMT
  6. Message-ID: <JCV26.92Aug31140356@jcv26aws.cas.org>
  7. Sender: usenet@cas.org
  8. Organization: Chemical Abstracts Service, Columbus, Ohio, USA
  9. References: <ROBT.92Aug29232737@idt101.is.morgan.com> <1992Aug31.072037.2703@irfu.se>
  10. Distribution: comp.lang.perl
  11. Date: Mon, 31 Aug 1992 19:03:56 GMT
  12. Lines: 22
  13.  
  14. In article <1992Aug31.072037.2703@irfu.se> jhd@irfu.se (Jan D.) writes:
  15.  
  16.    I have some suggestions for the makefile.
  17.  
  18.    [good suggestions deleted]
  19.  
  20. Is mus supposed to be in some normal place?  Ours is in
  21. our perl distribution tree.
  22.  
  23. I added these lines:
  24.  
  25. MUS=$(PERLSRC)/mus
  26.  
  27. .mus.o:
  28.     $(MUS) $*.mus > $*.c
  29.     $(CC) -c $(CFLAGS) $*.c
  30.  
  31. BTW, except for tinkering with the makefile, the examples
  32. worked like a charm.  Kudos to Rob Torop!
  33.  
  34. Jon Vander Hill
  35. jon@cas.org
  36.