~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/hid/console/Makefile

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#
29
29
 
30
30
USPACE_PREFIX = ../../..
31
 
LIBS = $(LIBFB_PREFIX)/libfb.a
32
 
EXTRA_CFLAGS += -I$(LIBFB_PREFIX)
33
31
BINARY = console
34
32
 
35
33
SOURCES = \
36
 
        console.c \
37
 
        images.c
38
 
 
39
 
IMAGES = \
40
 
        gfx/helenos.tga \
41
 
        gfx/nameic.tga \
42
 
        gfx/cons_data.tga \
43
 
        gfx/cons_dis.tga \
44
 
        gfx/cons_dis_sel.tga \
45
 
        gfx/cons_idle.tga \
46
 
        gfx/cons_sel.tga \
47
 
        gfx/cons_kernel.tga \
48
 
        gfx/anim_1.tga \
49
 
        gfx/anim_2.tga \
50
 
        gfx/anim_3.tga \
51
 
        gfx/anim_4.tga
52
 
 
53
 
PRE_DEPEND = images.c images.h
54
 
EXTRA_CLEAN = images.c images.h
 
34
        console.c
55
35
 
56
36
include $(USPACE_PREFIX)/Makefile.common
57
 
 
58
 
images.c images.h: $(IMAGES)
59
 
        $(ROOT_PATH)/tools/mkarray.py images CONSOLE_IMAGES $^