Changeset 48e1467 in mainline for uspace/srv/bd/part/guid_part/Makefile
- Timestamp:
- 2010-01-22T16:52:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cb2d72
- Parents:
- 92bee46 (diff), 9d3133d (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/Makefile
r92bee46 r48e1467 1 1 # 2 # Copyright (c) 20 05 Martin Decky2 # Copyright (c) 2010 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 USPACE_PREFIX = ../../../.. 30 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 29 32 30 # # Common names31 # 33 # Correct name is 'guid_part' but must use this because of FAT 8.3 names. 34 OUTPUT = g_part 32 35 33 LIBC_PREFIX = ../../lib/libc 34 SOFTINT_PREFIX = ../../lib/softint 35 LIBBLOCK_PREFIX = ../../lib/libblock 36 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a 36 SOURCES = \ 37 guid_part.c 37 38 38 DEPEND = Makefile.depend 39 DEPEND_PREV = $(DEPEND).prev 40 OUTPUT = mkfat 39 include ../../../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.