X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fimages%2FMakefile.in;fp=hacks%2Fimages%2FMakefile.in;h=497ebfcf44602b43553c602105443cfd63cdc7e7;hp=0000000000000000000000000000000000000000;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hpb=78add6e627ee5f10e1fa6f3852602ea5066eee5a diff --git a/hacks/images/Makefile.in b/hacks/images/Makefile.in new file mode 100644 index 00000000..497ebfcf --- /dev/null +++ b/hacks/images/Makefile.in @@ -0,0 +1,54 @@ +# hacks/images/Makefile.in --- xscreensaver, Copyright (c) 2018 Jamie Zawinski. +# the `../configure' script generates `hacks/images/Makefile' from this file. + +@SET_MAKE@ +srcdir = @srcdir@ +VPATH = ${srcdir} ${srcdir}/bubbles ${srcdir}/m6502 \ + ${srcdir}/molecules ${srcdir}/noseguy +top_srcdir = @top_srcdir@ +UTILS_SRC = $(top_srcdir)/utils +RM = rm -f + +STAR = * +TARFILES = Makefile \ + Makefile.in \ + $(STAR).png \ + $(STAR).gif \ + $(STAR)/$(STAR).png \ + $(STAR)/$(STAR).asm \ + $(STAR)/$(STAR).pdb \ + $(STAR)/$(STAR).pov \ + $(STAR)/$(STAR).txt \ + +PNG_HDRS = $(shell find $(srcdir) -name \*.png | \ + sed 's@^.*/\(.*\)\.\(png\)$$@gen/\1_\2.h@') + +default: all + +all: gen $(PNG_HDRS) + +gen: + mkdir gen + +# %.png dependency below works because VPATH contains subdirs +# of 'images' dir not only 'images' itself +gen/%_png.h: %.png + echo $(UTILS_SRC)/bin2c "$<" "$@" + $(UTILS_SRC)/bin2c "$<" "$@" + +clean: + $(RM) -r gen + +echo_tarfiles: + @echo $(TARFILES) + +install: +install-program: +install-man: +install-strip: +uninstall: +uninstall-program: +uninstall-man: +depend: +distdepend: +tags: