blob: 6a59a7fde8b7e0d6372e8c6c908c5a32657abd17 [file] [log] [blame]
Dennis Kempina9963ba2012-06-08 10:32:23 -07001# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
Dennis Kempina9963ba2012-06-08 10:32:23 -07004
Dennis Kempinbf37f5d2012-06-14 18:44:07 -07005include common.mk
Dennis Kempina9963ba2012-06-08 10:32:23 -07006
Dennis Kempinbf37f5d2012-06-14 18:44:07 -07007LIBDIR ?= /usr/lib
Dennis Kempina9963ba2012-06-08 10:32:23 -07008
Gwendal Grignou081fe392020-04-28 18:07:05 -07009all: CC_LIBRARY(src/libevdev.so.0)
Dennis Kempin0e265392013-02-22 12:59:03 -080010clean: CLEAN(src/libevdev.so.0) CLEAN(src/libevdev_hollow.so.0)
11install: install-lib install-header
12
13in-place: CC_LIBRARY(src/libevdev_hollow.so.0)
14clean-in-place: clean
Gwendal Grignou081fe392020-04-28 18:07:05 -070015setup-in-place: setup-lib-in-place setup-header-in-place