代码搜索结果

找到约 820,005 项符合 if 的代码

makefile.am

SUBDIRS = if ARCH_AVR SUBDIRS += avr endif if ARCH_MSP430 SUBDIRS += msp430 endif if ARCH_MICRO SUBDIRS += micro endif if ARCH_LINUX SUBDIRS += linux endif

makefile.am

#if ARCH_LINUX BUILT_APPS = crc_test.elf crc_test_elf_SOURCES = crc_test.c #endif include ../../Makefile.am.inc

makefile.am

if PLATFORM_MICA2 BUILT_APPS = id_test.elf id_test_elf_SOURCES = id_test.c endif if PLATFORM_MICAZ BUILT_APPS = id_test.elf id_test_elf_SOURCES = id_test.c endif include ../../Makefile.am.inc

makefile.am

if PLATFORM_MICA2 BUILT_APPS = ext_flash_test.elf ext_flash_test_elf_SOURCES = ext_flash_test.c endif if PLATFORM_MICAZ BUILT_APPS = ext_flash_test.elf ext_flash_test_elf_SOURCES = ext_flash_test.

makefile.am

if ARCH_AVR BUILT_APPS = eeprom_test.elf eeprom_test_elf_SOURCES = eeprom_test.c endif include ../../Makefile.am.inc

makefile.am

if ARCH_AVR BUILT_APPS = tree_app.elf tree_app_elf_SOURCES = tree_app.c endif include ../../Makefile.am.inc

makefile.am

if ARCH_AVR BUILT_APPS = reprogram.elf reprogram_elf_SOURCES = reprogram.c endif include ../../Makefile.am.inc

makefile.am

if ARCH_AVR BUILT_APPS = relay.elf relay_elf_SOURCES = relay.c endif include ../../Makefile.am.inc

makefile.am

if ARCH_AVR BUILT_APPS = sensor_recorder.elf sensor_recorder_elf_SOURCES = sensor_recorder.c endif include ../../Makefile.am.inc

makefile.am

if ARCH_AVR BUILT_APPS = topo.elf topo_elf_SOURCES = topo.c endif include ../../Makefile.am.inc