Ignore:
Timestamp:
2010-01-22T16:52:17Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/part/guid_part/Makefile

    r92bee46 r48e1467  
    11#
    2 # Copyright (c) 2005 Martin Decky
     2# Copyright (c) 2010 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
     29USPACE_PREFIX = ../../../..
     30LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a
     31EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
    2932
    30 ## Common names
    31 #
     33# Correct name is 'guid_part' but must use this because of FAT 8.3 names.
     34OUTPUT = g_part
    3235
    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
     36SOURCES = \
     37        guid_part.c
    3738
    38 DEPEND = Makefile.depend
    39 DEPEND_PREV = $(DEPEND).prev
    40 OUTPUT = mkfat
     39include ../../../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.