From: Martin Bernreuther Newsgroups: comp.os.msdos.djgpp Subject: Makefiles generated from RHIDE Date: Wed, 03 Dec 1997 09:05:08 +0000 Organization: University of Stuttgart Lines: 31 Message-ID: <348520C4.25FE158A@po.uni-stuttgart.de> Reply-To: Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de NNTP-Posting-Host: iv-kib5.bauingenieure.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Xcanpos: shelf.01/199712131301!0006081513 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, using RHIDE you can also generate Makefile automatically, which is great if you want someone else to build your project without much problems. BUT: RHIDE uses full path names e.g. for the object files. There is no variable like RHIDE_PROJECT_ROOT. If I use e.g. X:/gnuproj/test as a project directory and someone else compiles this project in C:\djgpp\Proj\test it won't work. Is there a possibility to be independent of this Root without editing the makefile by hand (or a script file using sed) in a second step? Is there a possibility to generate libraries without editing the makefile? Bye Martin ------------------------------------------------------------------------ Dipl.-Ing. Martin Bernreuther University of Stuttgart Pfaffenwaldring 7 Informationsverarbeitung im 70569 Stuttgart konstruktiven Ingenieurbau Germany Phone: (+49 711) 685-6595 E-Mail: Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de http://www.uni-stuttgart.de/iv-kib/ ------------------------------------------------------------------------