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 )
.cgi/freebsd-ports-gnome/log/comms?id=f39825e64d47c58913a86e57815e67f4c226ce4a'>comms/librs232
Commit message (Expand)AuthorAgeFilesLines
* Update to 20160710.kevlo2016-07-202-5/+6
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1