OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROG
(Results
1 - 18
of
18
) sorted by null
/external/autotest/client/tests/kvm/deps/test_clock_getres/
Makefile
2
PROG
= test_clock_getres
6
all: $(
PROG
)
8
$(
PROG
):
9
$(CC) $(LIBS) -o $(
PROG
) $(SRC)
11
rm -f $(
PROG
)
/external/lzma/C/Util/SfxSetup/
makefile
0
PROG
= 7zS2.sfx
/external/lzma/C/Util/7z/
makefile
4
PROG
= 7zDec.exe
/external/lzma/C/Util/Lzma/
makefile
2
PROG
= LZMAc.exe
/external/autotest/client/tests/monotonic_time/src/
Makefile
6
PROG
= time_test
12
all: $(
PROG
)
14
$(
PROG
): $(OBJS)
15
$(CC) $(LDFLAGS) -o $(
PROG
) $(OBJS) $(LIBS)
23
-rm -f $(
PROG
)
/external/dhcpcd-6.8.2/test/
Makefile
4
PROG
= test
21
all: ${
PROG
}
24
rm -f ${OBJS} ${
PROG
} ${
PROG
}.core ${CLEANFILES}
34
${
PROG
}: ${DEPEND} ${OBJS}
/external/lzma/CPP/7zip/UI/Client7z/
makefile
0
PROG
= 7zcl.exe
/external/lzma/C/Util/LzmaLib/
makefile
3
PROG
= LZMA.dll
/external/lzma/CPP/7zip/UI/Console/
makefile
0
PROG
= 7z.exe
/external/lzma/CPP/7zip/Bundles/Alone7z/
makefile
0
PROG
= 7zr.exe
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile
0
PROG
= 7zxr.dll
/external/lzma/CPP/7zip/Bundles/Format7zR/
makefile
0
PROG
= 7zra.dll
/external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile
0
PROG
= lzma.exe
/external/lzma/CPP/7zip/Bundles/SFXCon/
makefile
0
PROG
= 7zCon.sfx
/external/lzma/CPP/7zip/Bundles/SFXSetup/
makefile
0
PROG
= 7zS.sfx
/external/selinux/policycoreutils/mcstrans/src/
Makefile
24
PROG
=mcstransd
29
all: $(
PROG
)
31
$(
PROG
): $(PROG_OBJS)
39
install -m 755 $(
PROG
) $(SBINDIR)
46
-rm -f $(OBJS) $(LOBJS) $(TARGET) $(
PROG
) $(PROG_OBJS) *~ \#*
/external/lzma/CPP/7zip/Bundles/SFXWin/
makefile
0
PROG
= 7z.sfx
/external/dhcpcd-6.8.2/
Makefile
3
PROG
= dhcpcd
85
DISTPREFIX?= ${
PROG
}-${VERSION}
103
all: config.h ${
PROG
} ${SCRIPTS} ${MAN5} ${MAN8} ${FILES}
127
${
PROG
}: ${DEPEND} ${OBJS}
137
_proginstall: ${
PROG
}
139
${INSTALL} -m ${BINMODE} ${
PROG
} ${DESTDIR}${SBINDIR}
168
rm -f ${OBJS} ${
PROG
} ${
PROG
}.core ${CLEANFILES}
Completed in 159 milliseconds