home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / 15378 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!convex!convex!connolly
  3. From: connolly@convex.com (Dan Connolly)
  4. Subject: using Imake for multi-arch. source trees?
  5. Sender: usenet@news.eng.convex.com (news access account)
  6. Message-ID: <1992Aug18.210938.25239@news.eng.convex.com>
  7. Date: Tue, 18 Aug 1992 21:09:38 GMT
  8. Nntp-Posting-Host: pixel.convex.com
  9. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  10. X-Disclaimer: This message was written by a user at CONVEX Computer
  11.               Corp. The opinions expressed are those of the user and
  12.               not necessarily those of CONVEX.
  13. Lines: 20
  14.  
  15. The ComplexProgramTarget() etc macros defined by Imake.rules assume the
  16. normal source-and-object-in-same-directory conventions. I'd like
  17. to maintain a tree like the InterViews package:
  18.  
  19.     src/
  20.        libfoo/
  21.           foo.c
  22.           CONVEX/
  23.              foo.o
  24.              libfoo.a
  25.           sun4/
  26.                foo.o
  27.                libfoo.a
  28.  
  29. Should I just grab the stuff from InterViews/config and start hacking?
  30. Anybody else done this kind of thing?
  31.  
  32. Dan
  33.  
  34.  
  35.