Changeset c6f08726 in mainline for uspace/srv/hid/console/Makefile


Ignore:
Timestamp:
2011-08-11T14:14:53Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d8eeb9
Parents:
67b05ff
Message:

eradicate PPMs and pixmaps completely
make TGA and image map code more robust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/Makefile

    r67b05ff rc6f08726  
    3333BINARY = console
    3434
    35 GENERIC_SOURCES = \
     35SOURCES = \
    3636        console.c \
    3737        keybuffer.c \
     
    3939        gcons.c
    4040
    41 IMAGES_OLD = \
    42         gfx/cons_selected.ppm \
    43         gfx/cons_idle.ppm \
    44         gfx/cons_has_data.ppm \
    45         gfx/cons_kernel.ppm \
    46         gfx/anim_1.ppm \
    47         gfx/anim_2.ppm \
    48         gfx/anim_3.ppm \
    49         gfx/anim_4.ppm
    50 
    5141IMAGES = \
    5242        gfx/helenos.tga \
    53         gfx/nameic.tga
    54 
    55 SOURCES = \
    56         $(GENERIC_SOURCES) \
    57         $(IMAGES_OLD)
     43        gfx/nameic.tga \
     44        gfx/cons_selected.tga \
     45        gfx/cons_idle.tga \
     46        gfx/cons_has_data.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
    5852
    5953PRE_DEPEND = images.c images.h
     
    6256include $(USPACE_PREFIX)/Makefile.common
    6357
    64 %.o: %.ppm
    65         $(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) $< $@
    66 
    6758images.c images.h: $(IMAGES)
    6859        $(ROOT_PATH)/tools/mkarray.py images CONSOLE_IMAGES $^
Note: See TracChangeset for help on using the changeset viewer.