Changeset da0fef6 in mainline for uspace/app/bithenge/Makefile
- Timestamp:
- 2012-06-23T18:24:21Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03b2b2c
- Parents:
- d5070ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/Makefile
rd5070ef rda0fef6 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ -Ihelenos 32 32 BINARY = bithenge 33 33 34 34 SOURCES = \ 35 helenos/block.c \ 35 36 blob.c \ 36 block.c \37 37 file.c \ 38 38 print.c \ 39 source.c \ 39 40 test.c \ 40 41 transform.c \
Note:
See TracChangeset
for help on using the changeset viewer.