Changeset f570cdf in mainline for uspace/app/dltests/Makefile


Ignore:
Timestamp:
2016-05-24T15:32:57Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c170438
Parents:
dcc150cb (diff), 0a981e3 (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 with mainline

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/dltests/Makefile

    rdcc150cb rf570cdf  
    11#
    2 # Copyright (c) 2012 Adam Hraska
     2# Copyright (c) 2016 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2828
    2929USPACE_PREFIX = ../..
    30 
    31 EXTRA_CFLAGS = -I. -I$(LIBC_PREFIX)/include
    32 
    33 LIBRARY = liburcu
     30EXTRA_CFLAGS = -I$(LIBDLTEST_PREFIX)
     31BINARY = dltests
    3432
    3533SOURCES = \
    36         rcu.c
     34        dltests.c
    3735
    3836include $(USPACE_PREFIX)/Makefile.common
     37
     38ifeq ($(STATIC_BUILD), y)
     39        EXTRA_CFLAGS += -DSTATIC_EXE
     40endif
Note: See TracChangeset for help on using the changeset viewer.