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 )
idden' name='h' value='dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8'/>
path: root/devel/fpc-fcl-registry
Commit message (Expand)AuthorAgeFilesLines
* Stage supportantoine2014-01-281-2/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-1/+2