From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Sat, 5 Aug 2006 09:06:23 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] mkfile question: mklib & co. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 96b873a4-ead1-11e9-9d60-3106f5b1d025 there are no libraries in /sys/src/cmd and no header files which originate in /sys/src/cmd that end up in /sys/include or /$objtype/include (modulo ape). libraries should go in /sys/src/libfu. these are the mkfiles that include /sys/src/cmd/mklib ; grep mklib `{find . | grep /mk} ./cmd/cc/mkfile: > Hello list, > > > got a question regarding /sys/src/cmd/mklib, why aren't HFILES copied to /$objtype/include? > > I mean, the library itsself is copied to LIBDIR, \o/ , but the headerfiles are not copied. It would be great if mk can at least copy them. > > Something related: Does $objtype work in #pragma lib? If not, mk would have to put in #pragma lib to make library distribution a pleasure. > > > Or did I miss something so this all would work without problems? > > > Mfg, Sascha >