aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
blob: 9d4298deaeb25ce5f832e31456fcfb2e0cd19799 (plain) (blame)
1
2
3
4
5
6
7
%.h: %.list
    ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )

%.c: %.list %.h
    ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $*.list --body) > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
mit' value='search'/>
path: root/games/vdrift-data
Commit message (Expand)AuthorAgeFilesLines
* - Add LICENSEantoine2014-02-091-6/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Update to 20100630acm2010-11-182-8/+9
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - Update to 20090215acm2009-05-13