blob: 0c6a339715c7865c093040be9334dc039ec67fdc [file] [log] [blame]
# Copyright (c) 2011 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 $(HDCTOOLS_DIR)/defs/definitions.mk
SUBDIRS =
SUBDIRS_INSTALL =
PYTHON_SRC = $(notdir $(wildcard $(HDCTOOLS_SOURCE_DIR)/*.py))
PYTHON_DST = $(addprefix $(THIS_BUILD_DIR)/, $(PYTHON_SRC))
$(THIS_BUILD_DIR)/%.py: $(HDCTOOLS_SOURCE_DIR)/%.py
$(MESSAGE) "Copying $(notdir $@)"
$(CP) $< $@
all: $(PYTHON_DST)
install: # NOP