BASE = ../../../.. ECOS = y TARGET_PROGRAMS = exception hello_world one_thread threaddelay stationtest \ test_cb test_ether test_false_alarm test_lib_cesar test_send test_station \ test_tx_rx test_log exception_SOURCES = exception.c exception_MODULES = lib host hello_world_SOURCES = hello_world.c hello_world_MODULES = lib host one_thread_SOURCES = one_thread.c one_thread_MODULES = lib host threaddelay_SOURCES = threaddelay.c threaddelay_MODULES = lib host mac_common_MODULE_SOURCES = tonemask.c tonemap.c stationtest_SOURCES = main_example.c stationtest_MODULES = lib host hal/phy/maximus mac/common test_cb_SOURCES = test_cb.c test_cb_MODULES = lib host test_ether_SOURCES = test_ether.c test_ether_MODULES = lib host hal/ipmbox/maximus test_false_alarm_SOURCES = test_false_alarm.c test_false_alarm_MODULES = lib host hal/phy/maximus cp_beacon_MODULE_SOURCES = beacons.c bentry.c test_lib_cesar_SOURCES = test_lib_cesar.c test_lib_cesar_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus test_send_SOURCES = test_send.c test_send_MODULES = lib host hal/phy/maximus cp_beacon_MODULE_SOURCES = beacons.c bentry.c test_station_SOURCES = test_station.c test_station_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus test_tx_rx_SOURCES = test_tx_rx.c test_tx_rx_MODULES = lib host hal/phy/maximus cp_beacon_MODULE_SOURCES = beacons.c bentry.c test_log_SOURCES = test_log.c test_log_MODULES = lib host hal/ipmbox/maximus hal/phy/maximus/dur/maximus include $(BASE)/common/make/top.mk