Changeset 432a269 in mainline for uspace/srv/hid/console/Makefile
- Timestamp:
- 2011-09-16T21:13:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a11f17
- Parents:
- c0e53ff (diff), fd07e526 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/Makefile
rc0e53ff r432a269 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIB IMGMAP_PREFIX)/libimgmap.a32 EXTRA_CFLAGS += -I$(LIB IMGMAP_PREFIX)31 LIBS = $(LIBFB_PREFIX)/libfb.a 32 EXTRA_CFLAGS += -I$(LIBFB_PREFIX) 33 33 BINARY = console 34 34 35 35 SOURCES = \ 36 36 console.c \ 37 keybuffer.c \ 38 images.c \ 39 gcons.c 37 images.c 40 38 41 39 IMAGES = \ 42 40 gfx/helenos.tga \ 43 41 gfx/nameic.tga \ 44 gfx/cons_selected.tga \ 42 gfx/cons_data.tga \ 43 gfx/cons_dis.tga \ 44 gfx/cons_dis_sel.tga \ 45 45 gfx/cons_idle.tga \ 46 gfx/cons_ has_data.tga \46 gfx/cons_sel.tga \ 47 47 gfx/cons_kernel.tga \ 48 48 gfx/anim_1.tga \
Note:
See TracChangeset
for help on using the changeset viewer.