Changeset c6f08726 in mainline for uspace/srv/hid/console/Makefile
- Timestamp:
- 2011-08-11T14:14:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d8eeb9
- Parents:
- 67b05ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/Makefile
r67b05ff rc6f08726 33 33 BINARY = console 34 34 35 GENERIC_SOURCES = \35 SOURCES = \ 36 36 console.c \ 37 37 keybuffer.c \ … … 39 39 gcons.c 40 40 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.ppm50 51 41 IMAGES = \ 52 42 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 58 52 59 53 PRE_DEPEND = images.c images.h … … 62 56 include $(USPACE_PREFIX)/Makefile.common 63 57 64 %.o: %.ppm65 $(OBJCOPY) -I binary -O $(BFD_NAME) -B $(BFD_ARCH) $< $@66 67 58 images.c images.h: $(IMAGES) 68 59 $(ROOT_PATH)/tools/mkarray.py images CONSOLE_IMAGES $^
Note:
See TracChangeset
for help on using the changeset viewer.