| # Copyright (c) 2012 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 | |
| LIBDIR ?= /usr/lib | |
| all: CXX_LIBRARY(src/libsuggest.so) | |
| clean: CLEAN(src/libsuggest.so) CLEAN(src/demo) | |
| install: install-lib install-header | |
| demo: CXX_BINARY(src/demo) |