Changeset 49ff5f3 in mainline for uspace/app/mkexfat/Makefile
- Timestamp:
- 2012-04-18T20:55:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7769ec9
- Parents:
- e895352 (diff), 63920b0 (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/mkexfat/Makefile (moved) (moved from uspace/srv/net/il/arp/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkexfat/Makefile
re895352 r49ff5f3 1 1 # 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 2 # Copyright (c) 2012 Maurizio Lombardi 4 3 # All rights reserved. 5 4 # … … 28 27 # 29 28 30 USPACE_PREFIX = ../.. /../..31 LIBS = $(LIB NET_PREFIX)/libnet.a32 EXTRA_CFLAGS = -I$(LIB NET_PREFIX)/include33 BINARY = arp29 USPACE_PREFIX = ../.. 30 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 32 BINARY = mkexfat 34 33 35 34 SOURCES = \ 36 arp.c35 mkexfat.c 37 36 38 37 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
