Add gbs.conf
[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-colors.h                              \
8                   psplash-poky-img.h psplash-bar-img.h radeon-font.h
9
10 psplash_write_SOURCES = psplash-write.c psplash.h
11
12 EXTRA_DIST = make-image-header.sh
13  
14 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
15
16 snapshot:
17         $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
18