summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/libs/images/Makefile.am
blob: 009e238523f5dd785b942e914210eac6b4056ad6 (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) -e 's/^static //' $< >$@

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