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


Ignore:
Timestamp:
2014-03-15T19:21:53Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c773adc
Parents:
2034f98 (diff), 8cffdf5 (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

    r2034f98 rb0b4592e  
    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)
     30
     31LIBS = \
     32        $(LIBDRAW_PREFIX)/libdraw.a \
     33        $(LIBSOFTREND_PREFIX)/libsoftrend.a \
     34        $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \
     35        $(LIBDRV_PREFIX)/libdrv.a
     36
     37EXTRA_CFLAGS += \
     38        -I$(LIBDRAW_PREFIX) \
     39        -I$(LIBSOFTREND_PREFIX) \
     40        -I$(LIBDRV_PREFIX)/include
     41
    3342BINARY = compositor
     43MATH = y
    3444
    3545SOURCES = \
    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
    4447
    4548include $(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.