# Process this with automake to generate Makefile.in # Then ./configure will take care of generating Makefile from Makefile.in # Extra (= not default according to GNU AutoMake) files we want included # in the source tarball # We break with tradition here and just assume that everything under here # should be part of the tarball EXTRA_DIST = $(shell find . -type f \! -name Makefile) all : images/www.@SERVER_DOMAIN@.01.png images/www.@SERVER_DOMAIN@.01bar.png images/www.@SERVER_DOMAIN@.01.png : images/www.mscdp.com.01.png cp $< $@ images/www.@SERVER_DOMAIN@.01bar.png : images/www.mscdp.com.01bar.png cp $< $@ # SUBDIRS = samples