Changeset 5828554 in mainline for uspace/srv/hid/compositor/Makefile


Ignore:
Timestamp:
2014-01-19T14:37:22Z (10 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf982ff
Parents:
2f591127 (diff), 476f62c (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.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/Makefile

    r2f591127 r5828554  
    2828
    2929USPACE_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)
     30LIBS = \
     31        $(LIBDRAW_PREFIX)/libdraw.a \
     32        $(LIBSOFTREND_PREFIX)/libsoftrend.a \
     33        $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \
     34        $(LIBDRV_PREFIX)/libdrv.a
     35
     36EXTRA_CFLAGS += \
     37        -I$(LIBDRAW_PREFIX) \
     38        -I$(LIBSOFTREND_PREFIX) \
     39        -I$(LIBDRV_PREFIX)/include
     40
    3341BINARY = compositor
    3442
    3543SOURCES = \
    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
     44        compositor.c
    4445
    4546include $(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.