in reply to Re: Breaking up a text file to make a Makefile
in thread Breaking up a text file to make a Makefile
I have a "makefile" for a completely different build tool that comes with a 15-yr-old product, no compatibility to gmake. and I've devised a way to easily convert it to a gmake-compatible makefile. This is not something makefile tools do. I'm just not proficient enough in Perl to do it intelligently. I could use brute force, but I want to learn how to do things elegantly in Perl.