Changeset f570cdf in mainline for uspace/app/dltests/Makefile
- Timestamp:
- 2016-05-24T15:32:57Z (9 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dltests/Makefile
rdcc150cb rf570cdf 1 1 # 2 # Copyright (c) 201 2 Adam Hraska2 # Copyright (c) 2016 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 28 28 29 29 USPACE_PREFIX = ../.. 30 31 EXTRA_CFLAGS = -I. -I$(LIBC_PREFIX)/include 32 33 LIBRARY = liburcu 30 EXTRA_CFLAGS = -I$(LIBDLTEST_PREFIX) 31 BINARY = dltests 34 32 35 33 SOURCES = \ 36 rcu.c34 dltests.c 37 35 38 36 include $(USPACE_PREFIX)/Makefile.common 37 38 ifeq ($(STATIC_BUILD), y) 39 EXTRA_CFLAGS += -DSTATIC_EXE 40 endif
Note:
See TracChangeset
for help on using the changeset viewer.