Changeset 2628642 in mainline for uspace/app/barber/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/barber/Makefile
r3ec2acc r2628642 46 46 SOURCES = \ 47 47 barber.c \ 48 images. c48 images.s 49 49 50 50 IMAGES = \ … … 80 80 gfx/frame30.tga.gz 81 81 82 PRE_DEPEND = images. cimages.h83 EXTRA_CLEAN = images. cimages.h82 PRE_DEPEND = images.s images.h 83 EXTRA_CLEAN = images.s images.h 84 84 85 85 include $(USPACE_PREFIX)/Makefile.common 86 86 87 image %.c image%.h: $(IMAGES)88 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $(IMAGES)87 images.s images.h: $(IMAGES) 88 $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES "$(AS_PROLOG)" $^
Note:
See TracChangeset
for help on using the changeset viewer.