Changes in uspace/app/vlaunch/Makefile [22299ed:2628642] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/Makefile
r22299ed r2628642 43 43 MATH = y 44 44 45 IMG = image46 IMGS = $(IMG)s47 48 45 SOURCES = \ 49 46 vlaunch.c \ 50 $(IMGS).s \ 51 $(IMGS)_desc.c 47 images.s 52 48 53 49 IMAGES = \ 54 50 gfx/helenos.tga 55 51 56 PRE_DEPEND = $(IMGS).s $(IMGS).h $(IMGS)_desc.c57 EXTRA_CLEAN = $(IMGS).s $(IMGS).h $(IMGS)_desc.c $(IMGS).zip52 PRE_DEPEND = images.s images.h 53 EXTRA_CLEAN = images.s images.h 58 54 59 55 include $(USPACE_PREFIX)/Makefile.common 60 56 61 $(IMGS).s: $(IMGS).zip 62 unzip -p $< $@ > $@ 63 64 $(IMGS).h: $(IMGS).zip 65 unzip -p $< $@ > $@ 66 67 $(IMGS)_desc.c: $(IMGS).zip 68 unzip -p $< $@ > $@ 69 70 $(IMGS).zip: $(IMAGES) 71 $(ROOT_PATH)/tools/mkarray.py $(IMGS) $(IMG) "$(AS_PROLOG)" .data $^ 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.