blob: 6674bc3ff3b2318c6b51e1f5b460ba17e7797a7f [file] [log] [blame]
Dennis Kempinbf37f5d2012-06-14 18:44:07 -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.
4include common.mk
5
6CFLAGS += -std=gnu99
7CPPFLAGS += -I$(SRC)/include
8
9CC_LIBRARY(src/libevdev.so.0): src/libevdev.o \
10 src/libevdev_mt.o \
11 src/libevdev_event.o
12
13install-lib: CC_LIBRARY(src/libevdev.so.0)
14 install -D -m 0755 src/libevdev.so.0 $(DESTDIR)$(LIBDIR)/libevdev.so.0
15 ln -f -s libevdev.so.0 $(DESTDIR)$(LIBDIR)/libevdev.so