2008-05-27 Robert Bragg <bob@o-hand.com>
[profile/ivi/psplash.git] / Makefile.am
1 bin_PROGRAMS=psplash psplash-write
2
3 AM_CFLAGS = $(GCC_FLAGS) -D_GNU_SOURCE
4
5 psplash_SOURCES = psplash.c psplash.h psplash-fb.c psplash-fb.h \
6                   psplash-console.c psplash-console.h           \
7                   psplash-hand-img.h psplash-bar-img.h radeon-font.h
8
9 psplash_write_SOURCES = psplash-write.c psplash.h
10
11 EXTRA_DIST = make-image-header.sh
12  
13 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
14
15 snapshot:
16         $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
17