Changeset 03362fbd in mainline for uspace/app/bithenge/Makefile
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/app/bithenge/Makefile (moved) (moved from uspace/app/ext2info/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/Makefile
rb5d2e57 r03362fbd 1 1 # 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 2 # Copyright (c) 2012 Sean Bartell 4 3 # All rights reserved. 5 4 # … … 29 28 30 29 USPACE_PREFIX = ../.. 31 LIBS = $(LIBB LOCK_PREFIX)/libblock.a $(LIBEXT2_PREFIX)/libext2.a32 EXTRA_CFLAGS = -I$(LIBB LOCK_PREFIX) -I$(LIBEXT2_PREFIX)33 BINARY = ext2info30 LIBS = $(LIBBITHENGE_PREFIX)/libbithenge.a $(LIBBLOCK_PREFIX)/libblock.a 31 EXTRA_CFLAGS = -I$(LIBBITHENGE_PREFIX)/include -D__HELENOS__ 32 BINARY = bithenge 34 33 35 34 SOURCES = \ 36 ext2info.c35 test.c 37 36 38 37 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
