[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: make doubts



+ 	I had a small doubt abt GNU-make utility. That is are Makefiles
+ cross-platform. For example do the make commands in some IDE's like
+ VC++(ugh!!), or Borland IDE's(available in Linux) assume a standard
+ Makefile to be present. And is the format of the Makefile the same every
+ where??

If it is gnu make as you said, then no doubt, the same makefile can be
used elsewhere, given, the commands you use to build the targets are same
across all the platforms.

Other 'make' utilities may use different Makefile formats.

Sharad.