Changeset 2628642 in mainline for uspace/app/vlaunch/Makefile
- Timestamp:
- 2017-05-18T18:04:13Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b06414f
- Parents:
- 3ec2acc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/Makefile
r3ec2acc r2628642 45 45 SOURCES = \ 46 46 vlaunch.c \ 47 images. c47 images.s 48 48 49 49 IMAGES = \ 50 50 gfx/helenos.tga 51 51 52 PRE_DEPEND = images. cimages.h53 EXTRA_CLEAN = images. cimages.h52 PRE_DEPEND = images.s images.h 53 EXTRA_CLEAN = images.s images.h 54 54 55 55 include $(USPACE_PREFIX)/Makefile.common 56 56 57 images. cimages.h: $(IMAGES)58 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $^57 images.s images.h: $(IMAGES) 58 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES "$(AS_PROLOG)" $^
Note:
See TracChangeset
for help on using the changeset viewer.