Changeset 8b863a62 in mainline for uspace/srv/hid/compositor/Makefile
- Timestamp:
- 2014-04-16T17:14:06Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/Makefile
rdba3e2c r8b863a62 28 28 29 29 USPACE_PREFIX = ../../.. 30 LIBS = $(LIBDRAW_PREFIX)/libdraw.a $(LIBSOFTREND_PREFIX)/libsoftrend.a \ 31 $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 32 EXTRA_CFLAGS += -I$(LIBDRAW_PREFIX) -I$(LIBSOFTREND_PREFIX) 30 31 LIBS = \ 32 $(LIBDRAW_PREFIX)/libdraw.a \ 33 $(LIBSOFTREND_PREFIX)/libsoftrend.a \ 34 $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \ 35 $(LIBDRV_PREFIX)/libdrv.a 36 37 EXTRA_CFLAGS += \ 38 -I$(LIBDRAW_PREFIX) \ 39 -I$(LIBSOFTREND_PREFIX) \ 40 -I$(LIBDRV_PREFIX)/include 41 33 42 BINARY = compositor 43 MATH = y 34 44 35 45 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 46 compositor.c 44 47 45 48 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.