blob: 783b417ee02275fa653d110ad5543c1a73d0c5fd [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
include common.mk
# Build a statically linked PIC library
CC_STATIC_LIBRARY(component/subcomponent/libsubcomponent.pic.a): \
$(component_subcomponent_C_OBJECTS)
CC_STATIC_LIBRARY(component/subcomponent/libsubcomponent.pie.a): \
$(component_subcomponent_C_OBJECTS)
clean: CLEAN(component/subcomponent/libsubcomponent.*.a)
CC_LIBRARY(component/subcomponent/libsubcomponent.so): \
$(component_subcomponent_C_OBJECTS)
clean: CLEAN(component/subcomponent/libsubcomponent.so)