Revision 21189,
318 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21188,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | %.h: %.list |
---|
2 | ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$< --header > $@.tmp \ |
---|
3 | && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 ) |
---|
4 | |
---|
5 | %.c: %.list %.h |
---|
6 | ( (echo "#include \"$*.h\""; $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$*.list --body) > $@.tmp \ |
---|
7 | && mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 ) |
---|
Note: See
TracBrowser
for help on using the repository browser.