Re: [Freedos-user] more makefiles.

2009-06-17 Thread Relson, David
Each directory that has stuff to be built has its own (customized)
"makefile".  From the DOS command line, "cd" to the desired directory,
and run command "make" or "make install" (as appropriate).  This results
in the directory's files being built (using the information in
'makefile').

 

Sometimes makefiles may have a name other than 'makefile'.  If your
makefile is named "kurt.mak" then running "make -f kurt.mak" tells the
make command to use "kurt.mak" rather than "makefile".

 

HTH.

 

David

 



From: kurt godel [mailto:wb2...@gmail.com] 
Sent: Wednesday, June 17, 2009 8:17 AM
To: freedos-user@lists.sourceforge.net
Subject: [Freedos-user] more makefiles.

 

Yes, I prettymuch get that, but for instance that djgpp hack someone
mentioned; it has a file named
'makefile', but in what directory should it be placed? I mean, there are
*several* files in these distros
named 'makefile', so without messing around with the path, if I
explicitly use make -f makefile,
(or possibly changing the name of *that* makefile), does this makefile
have to be in the same directory
as the target; also 'target' means the end result or what is going into
the end result? Finally, 'make install'
never goes on the command line, but is always a line in the
makefile?--kurt.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] more makefiles.

2009-06-17 Thread Japheth
> Yes, I prettymuch get that, but for instance that djgpp hack someone 
> mentioned; it has a file named
> 'makefile', but in what directory should it be placed? 

I guess that you are refering to my previous post. It's hard to follow because 
  the newsreader which I use did put your recent post in a new thread - 
perhaps because the thread's name has been changed? To make things easier to 
follow please cite parts of the posts you are replying to!

Anyways, this "djgpp hack" which someone mentioned is hardly something which 
you want to try. It's a hack which can make a DJGPP binary run in a flat, 
zero-based memory model - under normal circumstances you don't "need" this, 
because the standard way of doing things in DJGPP works fine.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] more makefiles.

2009-06-17 Thread kurt godel
Yes, I prettymuch get that, but for instance that djgpp hack someone
mentioned; it has a file named
'makefile', but in what directory should it be placed? I mean, there are
*several* files in these distros
named 'makefile', so without messing around with the path, if I explicitly
use make -f makefile,
(or possibly changing the name of *that* makefile), does this makefile have
to be in the same directory
as the target; also 'target' means the end result or what is going into the
end result? Finally, 'make install'
never goes on the command line, but is always a line in the makefile?--kurt<
wb2...@gmail.com>.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user