Dennis Kempin | a9963ba | 2012-06-08 10:32:23 -0700 | [diff] [blame] | 1 | # 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 Kempin | a9963ba | 2012-06-08 10:32:23 -0700 | [diff] [blame] | 4 | |
Dennis Kempin | bf37f5d | 2012-06-14 18:44:07 -0700 | [diff] [blame] | 5 | include common.mk |
Dennis Kempin | a9963ba | 2012-06-08 10:32:23 -0700 | [diff] [blame] | 6 | |
Dennis Kempin | bf37f5d | 2012-06-14 18:44:07 -0700 | [diff] [blame] | 7 | LIBDIR ?= /usr/lib |
Dennis Kempin | a9963ba | 2012-06-08 10:32:23 -0700 | [diff] [blame] | 8 | |
Gwendal Grignou | 081fe39 | 2020-04-28 18:07:05 -0700 | [diff] [blame] | 9 | all: CC_LIBRARY(src/libevdev.so.0) |
Dennis Kempin | 0e26539 | 2013-02-22 12:59:03 -0800 | [diff] [blame] | 10 | clean: CLEAN(src/libevdev.so.0) CLEAN(src/libevdev_hollow.so.0) |
| 11 | install: install-lib install-header |
| 12 | |
| 13 | in-place: CC_LIBRARY(src/libevdev_hollow.so.0) |
| 14 | clean-in-place: clean |
Gwendal Grignou | 081fe39 | 2020-04-28 18:07:05 -0700 | [diff] [blame] | 15 | setup-in-place: setup-lib-in-place setup-header-in-place |