Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 23-AUG-1995 17:21:31.18 From: SMURF::ALPHA::frank "Douglas Frank USG 23-Aug-1995 1720" To: buildhelp@DEC:.zko.alpha CC: Subj: need help with lib Hi, I need to submit a new library (under src/usr/ccs/lib) into the v32c support pool. Is there anyone willing to help me out with the Makefile for /usr/ccs/- lib? The library's own Makefile works OK, but I haven't figured out how to get it invoked from the level above. The peculiar thing about this library is, it won't be delivered with the kit-- it's just needed to build a few files that *will* be delivered on the kit. (Static only, of course) thanks --Doug
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1756.1 | Re: need help with lib | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 23 1995 19:29 | 18 |
Date Of Receipt: 23-AUG-1995 17:40:25.49 From: SMURF::FLUME::"[email protected]" To: buildhelp [email protected] CC: Subj: Re: need help with lib Doug, You add your new directory name for the library that is in src/usr/ccs/lib to the Makefile in src/usr/ccs/lib. You must have a copy of this Makefile in your sandbox with the directory name added to SUBDIRS or EXPLIB_SUBDIRS. To chose which SUBDIRS list to add to you have to determine if this new library will be used by other commands or the like. If this library is used by other commands during the build, you must add your directory name to the EXPLIB_SUBDIRS list so that it will get added to the exports directory. Sean |