| Mathias Agopian | 4b8a3d8 | 2007-08-23 03:16:02 -0700 | [diff] [blame^] | 1 | # Copyright 2005 Google Inc. All Rights Reserved. |
| 2 | # | ||||
| 3 | # Makefile for resampler_tools | ||||
| 4 | # | ||||
| 5 | |||||
| 6 | |||||
| 7 | LOCAL_PATH:= $(call my-dir) | ||||
| 8 | include $(CLEAR_VARS) | ||||
| 9 | |||||
| 10 | LOCAL_SRC_FILES := \ | ||||
| 11 | fir.cpp | ||||
| 12 | |||||
| 13 | LOCAL_TARGET := fir | ||||
| 14 | |||||
| 15 | include $(BUILD_HOST_EXECUTABLE) | ||||
| 16 | |||||
| 17 | |||||