eiselekd / makemake

Generate Makefile and eclipse projects files from simple description

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makemake

Generate Makefile and eclipse projects files from simple description.

Rationale

Generate gmake and nmake Makefiles and eclipse .project and .cproject files from a simple description file. Then be able to use headless eclipse's build to build and unittest:

	D:\\eclipse\\eclipse.exe -nosplash \
	-application org.eclipse.cdt.managedbuilder.core.headlessbuild  \
	-data c:\\temp\\workspacedirectory \
        -import tmp\\e.a \
        -build p1/Debug \
        -cleanBuild p1/Debug \

About

Generate Makefile and eclipse projects files from simple description

License:BSD 2-Clause "Simplified" License


Languages

Language:Perl 46.1%Language:Prolog 40.6%Language:Perl 6 13.2%Language:Makefile 0.1%