Xref: news2.mv.net comp.os.msdos.djgpp:8337 From: rmemory AT phxtc DOT sps DOT mot DOT com (Richard Memory) Newsgroups: comp.os.msdos.djgpp Subject: Makefiles on DOS Date: 5 Sep 1996 23:23:38 GMT Organization: Motorola SPS Lines: 21 Message-ID: <50nndq$kv9@newsgate.sps.mot.com> Reply-To: rmemory AT phxtc DOT sps DOT mot DOT com NNTP-Posting-Host: minx.sps.mot.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm a newcomer to the world of development with DJGPP and DOS. I have been trying in vain the past few days to get a "simple" makefile running. I originally wrote it for unix, but am now porting the application to dos. All of the documentation that I have read with the INFO utility seems to be general purpose and more intended for a unix environment. My problem in general is this: If I don't use macros in the command (ie. hardcode everything), and have everything all in one directory it works fine. If I try to start using mutiple directorys for everything, for example, a source directory, an object file directory, an executable directory, etc. the make utility will stop. I have tried a variety of different things with no success. My guess is that make doesn't like the backslash that dos uses, but I don't know how to get around it. --- Richard Memory