Changeset 2ee05261 in mainline for uspace/lib/bithenge/Makefile.linux
- Timestamp:
- 2012-08-21T11:02:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6cd10ac
- Parents:
- 8fc0f47c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/Makefile.linux
r8fc0f47c r2ee05261 31 31 CFLAGS += -ftrapv 32 32 CFLAGS += -g 33 CFLAGS += -Iinclude 33 34 34 35 LIBRARY = libbithenge.a 35 36 36 37 SOURCES = \ 37 blob.c \38 compound.c \39 expression.c \40 file.c \41 print.c \42 s cript.c \43 s equence.c \44 s ource.c \45 transform.c \46 tree.c38 src/blob.c \ 39 src/compound.c \ 40 src/expression.c \ 41 src/file.c \ 42 src/print.c \ 43 src/script.c \ 44 src/sequence.c \ 45 src/source.c \ 46 src/transform.c \ 47 src/tree.c 47 48 48 49 ifdef COVERAGE
Note:
See TracChangeset
for help on using the changeset viewer.