blob: 40f7a67f0c7eb090eea0daca969be5c398d098ca [file] [log] [blame]
Mathias Agopian4b8a3d82007-08-23 03:16:02 -07001# Copyright 2005 Google Inc. All Rights Reserved.
2#
3# Makefile for resampler_tools
4#
5
6
7LOCAL_PATH:= $(call my-dir)
8include $(CLEAR_VARS)
9
10LOCAL_SRC_FILES := \
11 fir.cpp
12
Dave Bort819261a2007-11-13 01:30:32 -080013LOCAL_MODULE := fir
Mathias Agopian4b8a3d82007-08-23 03:16:02 -070014
15include $(BUILD_HOST_EXECUTABLE)
16
17