Hi, I have been given the task of converting Make files to Ant. I don't know Make and I don't know Ant. But I am going to try. There are 3 make files in the project. The first one includes another make file like so: include makefile.${OSTYPE}${OS}
the other Make files are makefile.linux and makefile.windows. How do I transfer this over to Ant? Thanks, Veena