Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 751472
Collapse All | Expand All

(-)a/plugins_tools/eid-viewer/Makefile.am (-4 / +4 lines)
Lines 125-137 Link Here
125
SUBDIRS = . gtk/po test uml
125
SUBDIRS = . gtk/po test uml
126
126
127
resources/%.c: resources/%.png
127
resources/%.c: resources/%.png
128
	echo -e "#include <gdk-pixbuf/gdk-pixdata.h>\n#if __GNUC__ >= 4\n#pragma GCC diagnostic push\n#pragma GCC diagnostic ignored \"-Wpointer-sign\"\n#endif\n" > $@
128
	printf '%s\n' '#include <gdk-pixbuf/gdk-pixdata.h>' '#if __GNUC__ >= 4' '#pragma GCC diagnostic push' '#pragma GCC diagnostic ignored "-Wpointer-sign"' '#endif' > $@
129
	gdk-pixbuf-csource --struct --extern --name `basename $^ .png` $^ >> $@
129
	gdk-pixbuf-csource --struct --extern --name `basename $^ .png` $^ >> $@
130
	echo -e "#pragma GCC diagnostic pop\n" >> $@
130
	printf '%s\n' '#pragma GCC diagnostic pop' >> $@
131
resources/%.c: resources/%.jpg
131
resources/%.c: resources/%.jpg
132
	echo -e "#include <gdk-pixbuf/gdk-pixdata.h>\n#if __GNUC__ >= 4\n#pragma GCC diagnostic push\n#pragma GCC diagnostic ignored \"-Wpointer-sign\"\n#endif\n" > $@
132
	printf '%s\n' '#include <gdk-pixbuf/gdk-pixdata.h>' '#if __GNUC__ >= 4' '#pragma GCC diagnostic push' '#pragma GCC diagnostic ignored "-Wpointer-sign"' '#endif' > $@
133
	gdk-pixbuf-csource --struct --extern --name `basename $^ .jpg` $^ >> $@
133
	gdk-pixbuf-csource --struct --extern --name `basename $^ .jpg` $^ >> $@
134
	echo -e "#pragma GCC diagnostic pop\n" >> $@
134
	printf '%s\n' '#pragma GCC diagnostic pop' >> $@
135
135
136
BUILT_SOURCES = gtk/viewer_glade.h \
136
BUILT_SOURCES = gtk/viewer_glade.h \
137
		resources/coat_of_arms_nl.c \
137
		resources/coat_of_arms_nl.c \

Return to bug 751472