Changeset 8db09e4 in mainline for uspace/lib/pcut/helenos.mak
- Timestamp:
- 2014-06-13T11:13:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 15d0046
- Parents:
- 134ac5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/helenos.mak
r134ac5d r8db09e4 27 27 # 28 28 29 PCUT_TARGET_SOURCES = src/os/helenos.c 30 31 -include base.mak 32 33 SOURCES = $(PCUT_SOURCES) 29 SOURCES = \ 30 src/os/helenos.c \ 31 src/assert.c \ 32 src/list.c \ 33 src/main.c \ 34 src/print.c \ 35 src/report/report.c \ 36 src/report/tap.c \ 37 src/report/xml.c \ 38 src/run.c 34 39 EXTRA_CFLAGS = -D__helenos__ -Iinclude 35 40 LIBRARY = libpcut
Note:
See TracChangeset
for help on using the changeset viewer.