Template makefile for your D project

Mike Wey mike-wey at example.com
Sun Dec 11 06:07:48 PST 2011


On 12/11/2011 01:35 AM, bioinfornatics wrote:
> With Dav1d help we have have do a build system using make.
> project is here: https://github.com/bioinfornatics/MakefileForD
>
> Any feedback are welcome
>
> this build system support ldc, gdc, dmd
> generate tag for geany
> .pc file for pkg-config
> Show more more in README
>
> Is very easy to use it just set some var and it is done
>
> regards
>

Looks good, but usage of the DFLAGS variable might shadow the DFLAGS 
environment variable, witch some people use instead of the configuration 
file.

I've been using DCFLAGS as the variable name sine the problem was 
reported for the GtkD MakeFile, See: 
http://www.dsource.org/projects/gtkd/ticket/90

-- 
Mike Wey


More information about the Digitalmars-d-announce mailing list