Link to home
Start Free TrialLog in
Avatar of manjucee
manjucee

asked on

Making problem

How to make a make file ? with Example would be better
Avatar of rbr
rbr

For which OS and what eant you to exactly. A make file can do so many thinks that it is impossible to answer it so general.
I used a utility called 'makemake' that did this (scanned source files for includes etc).  This was on a DOS system.


Avatar of manjucee

ASKER

Hi RONSLOW,
                             Now i am working on NT and using TC++ will you please give me an example which u used .
Thanks
Here is a place with a Perl script for Fortran 90 makefile generator...

http://www-imk.fzk.de:8080/~seemayer/grabowski/DarkStar/spinoff.html

You may be able to modify this for C++

here is a tcl script for C++ makefile generator

http://scorch.doc.ic.ac.uk/~np2/software/mkdepend.html

here is another that does C (and C++?) files

http://www.germany.aminet.org/aminet/aminet/dev/misc/
MkDepend-1.4.lha
MkDepend-1.4.readme    

ASKER CERTIFIED SOLUTION
Avatar of RONSLOW
RONSLOW

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I used a utility called 'makemake' that did this (scanned source files for includes etc).  This was on a DOS system.