Skylar Chang | 2ace013 | 2014-08-21 15:26:28 -0700 | [diff] [blame] | 1 | AM_CPPFLAGS = -I./../inc \ |
| 2 | -I$(top_srcdir)/ipanat/inc |
| 3 | |
| 4 | AM_CPPFLAGS += -Wall -Wundef -Wno-trigraphs |
| 5 | AM_CPPFLAGS += -g |
| 6 | |
| 7 | ipanattest_SOURCES = ipa_nat_test000.c \ |
| 8 | ipa_nat_test001.c \ |
| 9 | ipa_nat_test002.c \ |
| 10 | ipa_nat_test003.c \ |
| 11 | ipa_nat_test004.c \ |
| 12 | ipa_nat_test005.c \ |
| 13 | ipa_nat_test006.c \ |
| 14 | ipa_nat_test007.c \ |
| 15 | ipa_nat_test008.c \ |
| 16 | ipa_nat_test009.c \ |
| 17 | ipa_nat_test010.c \ |
| 18 | ipa_nat_test011.c \ |
| 19 | ipa_nat_test012.c \ |
| 20 | ipa_nat_test013.c \ |
| 21 | ipa_nat_test014.c \ |
| 22 | ipa_nat_test015.c \ |
| 23 | ipa_nat_test016.c \ |
| 24 | ipa_nat_test017.c \ |
| 25 | ipa_nat_test018.c \ |
| 26 | ipa_nat_test019.c \ |
| 27 | ipa_nat_test020.c \ |
| 28 | ipa_nat_test021.c \ |
| 29 | ipa_nat_test022.c \ |
| 30 | main.c |
| 31 | |
| 32 | |
| 33 | bin_PROGRAMS = ipanattest |
| 34 | |
| 35 | requiredlibs = ../src/libipanat.la |
| 36 | |
| 37 | ipanattest_LDADD = $(requiredlibs) |
| 38 | |
| 39 | LOCAL_MODULE := libipanat |
| 40 | LOCAL_PRELINK_MODULE := false |
| 41 | include $(BUILD_SHARED_LIBRARY) |
| 42 | |