Changeset 8bb0f5d6 in mainline for uspace/srv/hid/compositor/Makefile
- Timestamp:
- 2014-01-16T16:43:04Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dace86a
- Parents:
- 296e124e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/Makefile
r296e124e r8bb0f5d6 34 34 35 35 SOURCES = \ 36 compositor.c \ 37 images.c 38 39 IMAGES = \ 40 gfx/nameic.tga 41 42 PRE_DEPEND = images.c images.h 43 EXTRA_CLEAN = images.c images.h 36 compositor.c 44 37 45 38 include $(USPACE_PREFIX)/Makefile.common 46 47 images.c images.h: $(IMAGES)48 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $^
Note:
See TracChangeset
for help on using the changeset viewer.