home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!convex!convex!connolly
- From: connolly@convex.com (Dan Connolly)
- Subject: using Imake for multi-arch. source trees?
- Sender: usenet@news.eng.convex.com (news access account)
- Message-ID: <1992Aug18.210938.25239@news.eng.convex.com>
- Date: Tue, 18 Aug 1992 21:09:38 GMT
- Nntp-Posting-Host: pixel.convex.com
- Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
- X-Disclaimer: This message was written by a user at CONVEX Computer
- Corp. The opinions expressed are those of the user and
- not necessarily those of CONVEX.
- Lines: 20
-
- The ComplexProgramTarget() etc macros defined by Imake.rules assume the
- normal source-and-object-in-same-directory conventions. I'd like
- to maintain a tree like the InterViews package:
-
- src/
- libfoo/
- foo.c
- CONVEX/
- foo.o
- libfoo.a
- sun4/
- foo.o
- libfoo.a
-
- Should I just grab the stuff from InterViews/config and start hacking?
- Anybody else done this kind of thing?
-
- Dan
-
-
-