Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vlaunch/Makefile

    r22299ed r2628642  
    4343MATH = y
    4444
    45 IMG = image
    46 IMGS = $(IMG)s
    47 
    4845SOURCES = \
    4946        vlaunch.c \
    50         $(IMGS).s \
    51         $(IMGS)_desc.c
     47        images.s
    5248
    5349IMAGES = \
    5450        gfx/helenos.tga
    5551
    56 PRE_DEPEND = $(IMGS).s $(IMGS).h $(IMGS)_desc.c
    57 EXTRA_CLEAN = $(IMGS).s $(IMGS).h $(IMGS)_desc.c $(IMGS).zip
     52PRE_DEPEND = images.s images.h
     53EXTRA_CLEAN = images.s images.h
    5854
    5955include $(USPACE_PREFIX)/Makefile.common
    6056
    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 $^
     57images.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.