aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
blob: 5da83b80ec1e4bcb0a8efc3ed457f4689a048c0a (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 -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \
    && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/log/ftp/php70-ftp?id=8a11b286e1043abbcfdfafe8d549bdc5c0c0105d'>php70-ftp
Commit message (Expand)AuthorAgeFilesLines
* lang/php70: Update from 7.0.10 to 7.0.11Torsten Zuehlsdorff2016-09-211-1/+0
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1