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 )
-gnome/log/?h=gnome-3.24&id=129a9175007cb1f56f0c21a71247b6032f36593b'>root/graphics/grads
Commit message (Expand)AuthorAgeFilesLines
* - update to jpeg7dinoex2009-07-181-1/+2
* . Update to 1.9b4.glewis2009-01-216-22/+55
* . Respect NOPORTDATA and NOPORTEXAMPLES (already respected NOPORTDOCS).glewis2009-01-212-388/+19
* . Fix the GrADS build to work with HDF again.glewis2009-01-201-3/+21
* - libmfhdf is now at so.3 in science/hdf portpav2009-01-181-2/+2
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-24