Date: Thu, 19 Oct 2000 08:10:40 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7263-Thu19Oct2000081040+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <8sl4jh$i77$1@nnrp1.deja.com> (james_w_miller@my-deja.com) Subject: Re: C++ Makefiles References: <8sl4jh$i77$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: james_w_miller AT my-deja DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 18 Oct 2000 21:27:21 GMT > > I am trying to construct a makefile that has source files (*.cpp files) > in a different directory then the Makefile. My question is if anyone > knows if this is possible and if so -> how? You want the VPATH feature of GNU Make. Read its description in the GNU Make manual (type "info make Rules Directory General" from the DOS prompt).