blob: 57c3e9137d8c8fd119e86e921b58b6827c8b4f8c [file] [log] [blame]
# 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)