[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unix chdir
- To: MCR@physics.carleton.ca (MICHAEL RICHARDSON)
- Subject: Re: unix chdir
- From: urs@cs.stanford.edu (Urs Hoelzle)
- Date: Sat, 19 Jun 93 9:42:28 PDT
- Cc: self-interest
- In-reply-to: Your message of Fri, 18 Jun 1993 13:30:09 -0400 (EDT)
- Reply-to: urs@cs.stanford.edu
- Resent-date: Sat, 19 Jun 93 9:42:39 PDT
- Resent-from: Urs Hoelzle <urs@otis>
- Resent-message-id: <9306191642.AA09430@otis>
- Resent-to: real-self-interest
- Sender: Urs Hoelzle <urs@otis>
> I am considering just removing xlibPrim.wrappers.c from the basic
> build since I'm using the dynamically linked stuff. Is there an overview
> document on how the Makefiles are organized?
>
There are some hints in the doc subdirectory, but not too much about
make...essentially, to add/remove a source file you have to change the
source directory's Makefile (e.g. prims/Makefile) and add/remove
dependencies in the top-level includeDB (*not* the copies in
sun4/debug etc.). Then make lists and everything should work.
Essentially, make lists constructs a makefile, and it uses the
information from the source directory makefiles and from the includeDB
to figure out which .o files to build and in what order.
Hope that helps,
-Urs