Changeset 8db09e4 in mainline for uspace/lib/pcut/helenos.mak


Ignore:
Timestamp:
2014-06-13T11:13:27Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15d0046
Parents:
134ac5d
Message:

Update PCUT to newest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/helenos.mak

    r134ac5d r8db09e4  
    2727#
    2828
    29 PCUT_TARGET_SOURCES = src/os/helenos.c
    30 
    31 -include base.mak
    32 
    33 SOURCES = $(PCUT_SOURCES)
     29SOURCES = \
     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
    3439EXTRA_CFLAGS = -D__helenos__ -Iinclude
    3540LIBRARY = libpcut
Note: See TracChangeset for help on using the changeset viewer.