Searched defs:TARGET (Results 1 - 25 of 86) sorted by relevance

1234

/external/autotest/client/site_tests/security_SMMLocked/src/
H A DMakefile12 TARGET = smm macro
14 all: $(TARGET)
17 $(RM) $(TARGET)
/external/autotest/client/site_tests/hardware_Keyboard/src/
H A DMakefile5 TARGET = evtest macro
8 $(TARGET): $(SRC)
12 $(RM) $(TARGET)
/external/autotest/client/site_tests/kernel_CryptoAPI/src/
H A DMakefile0 TARGET = crypto_load_mod
4 all: $(TARGET)
10 rm -f $(TARGET)
1 TARGET = crypto_load_mod macro
/external/autotest/client/site_tests/platform_CompressedSwap/src/
H A DMakefile5 TARGET = hog macro
8 $(TARGET): $(SRC)
12 $(RM) $(TARGET)
/external/autotest/client/tests/disktest/src/
H A DMakefile2 TARGET = disktest macro
5 all: $(TARGET)
8 $(TARGET): disktest.c
13 $(RM) $(TARGET)
/external/autotest/client/tests/synctest/src/
H A DMakefile2 TARGET=synctest macro
6 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET)
9 rm -f $(TARGET) *.o .depend *.*~
/external/icu/icu4c/source/samples/break/
H A DMakefile15 TARGET=break macro
/external/icu/icu4c/source/samples/case/
H A DMakefile15 TARGET=case macro
/external/icu/icu4c/source/samples/citer/
H A DMakefile14 TARGET=citer macro
/external/icu/icu4c/source/samples/coll/
H A DMakefile15 TARGET=coll macro
/external/icu/icu4c/source/samples/csdet/
H A DMakefile15 TARGET=csdet macro
/external/icu/icu4c/source/samples/datecal/
H A DMakefile15 TARGET=datecal macro
/external/icu/icu4c/source/samples/datefmt/
H A DMakefile14 TARGET=datefmt macro
/external/icu/icu4c/source/samples/msgfmt/
H A DMakefile15 TARGET=msgfmt macro
/external/icu/icu4c/source/samples/numfmt/
H A DMakefile15 TARGET=numfmt macro
/external/icu/icu4c/source/samples/props/
H A DMakefile15 TARGET=props macro
/external/icu/icu4c/source/samples/strsrch/
H A DMakefile15 TARGET=strsrch macro
/external/icu/icu4c/source/samples/translit/
H A DMakefile15 TARGET=translit macro
/external/icu/icu4c/source/samples/uciter8/
H A DMakefile14 TARGET=uciter8 macro
/external/icu/icu4c/source/samples/ucnv/
H A DMakefile14 TARGET=convsamp macro
/external/icu/icu4c/source/samples/ustring/
H A DMakefile14 TARGET=ustring macro
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
H A DMakefile5 TARGET = hog macro
10 $(TARGET): $(SRC)
14 $(RM) $(TARGET)
/external/autotest/client/tests/cyclictest/src/
H A DMakefile2 TARGET=cyclictest macro
7 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(LIBS)
10 rm -f $(TARGET) *.o .depend *.*~
/external/autotest/client/tests/signaltest/
H A DMakefile3 TARGET=signaltest macro
8 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
11 rm -f $(TARGET) *.o .depend *.*~
/external/autotest/client/tests/signaltest/src/
H A DMakefile2 TARGET = signaltest macro
7 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
10 rm -f $(TARGET) *.o .depend *.*~

Completed in 362 milliseconds

1234