Changeset 8fc0f47c in mainline for uspace/lib/bithenge/Makefile
- Timestamp:
- 2012-08-21T10:48:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ee05261
- Parents:
- 67edca6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/Makefile
r67edca6 r8fc0f47c 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libbithenge 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ -Iinclude 32 32 33 33 SOURCES = \ 34 helenos/block.c \35 blob.c \36 compound.c \37 expression.c \38 file.c \39 print.c \40 s cript.c \41 s equence.c \42 s ource.c \43 transform.c \44 tree.c34 src/helenos/block.c \ 35 src/blob.c \ 36 src/compound.c \ 37 src/expression.c \ 38 src/file.c \ 39 src/print.c \ 40 src/script.c \ 41 src/sequence.c \ 42 src/source.c \ 43 src/transform.c \ 44 src/tree.c 45 45 46 46 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.