summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/libs/images/Makefile.am
blob: c29b1ab4cd4e30e34cdb0cfaf0212866f8a858c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LIBRARIES = libkconfig-images.a

libkconfig_images_a_SOURCES = images.c_orig
nodist_libkconfig_images_a_SOURCES = images.c
BUILT_SOURCES = images.c images.h
CLEANFILES = images.c images.h

images.c: images.c_orig
	$(AM_V_GEN)$(SED) -r -e 's/^static //' $< >$@

images.h: images.c_orig
	$(AM_V_GEN)$(SED) -r -e '/^static (const char \*xpm_(.+)\[\]) = \{/!d; s//extern \1;/' \
	                  $< >$@