Searched refs:PROG (Results 1 – 25 of 91) sorted by relevance
1234
31 all: ${PROG} ${SCRIPTS} _man36 ${PROG}: ${OBJS}42 echo "" > _${PROG}.c43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}47 _proginstall: ${PROG}49 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}62 rm -f ${OBJS} ${PROG} _${PROG}.c _${PROG}.o ${PROG}.core ${CLEANFILES}
1 PROG = lzma17 all: $(PROG)19 $(PROG): $(OBJS)20 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2)44 -$(RM) $(PROG) $(OBJS)
2 PROG = LZMAc.exe macro
3 PROG= dhcpcd macro49 DISTPREFIX?= ${PROG}-${VERSION}63 all: config.h ${PROG} ${SCRIPTS} ${MAN5} ${MAN8}73 ${PROG}: ${DEPEND} ${OBJS}76 _proginstall: ${PROG}78 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${SBINDIR}100 rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
1 PROG = 7zDec9 all: $(PROG)11 $(PROG): $(OBJS)12 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB)69 -$(RM) $(PROG) $(OBJS)
45 PROG = tcpdump210 CLEANFILES = $(PROG) $(OBJ) $(GENSRC)282 all: $(PROG)284 $(PROG): $(OBJ) @V_PCAPDEP@332 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)333 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`336 $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1339 rm -f $(DESTDIR)$(sbindir)/$(PROG)340 rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1348 rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz[all …]
617 local PROG618 PROG=`which $2 2>/dev/null`619 if [ -n "$PROG" ] ; then620 if pattern_match '^no ' "$PROG"; then621 PROG=624 eval $1="$PROG"
1 PROG = lzma54 all: $(PROG)56 $(PROG): $(OBJS)57 $(CXX) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIB) $(LIB2)154 -$(RM) $(PROG) $(OBJS)
11 'PROG="prog1"',22 'PROG="prog2"',
5 printf("Hello %s from func.c\n", PROG); in func()
17 'PROG="prog3"',
68 #undef PROG69 #define PROG errstr_main macro
135 #undef PROG136 #define PROG version_main macro
56 #undef PROG57 #define PROG prime_main macro
65 #undef PROG66 #define PROG nseq_main macro
69 #undef PROG70 #define PROG ciphers_main macro
82 #undef PROG83 #define PROG gendh_main macro
66 #undef PROG67 #define PROG rand_main macro
74 #undef PROG75 #define PROG gendsa_main macro
49 OUTPUT is one file PROG generates52 ARGS are passed to PROG
5 printf("Hello %s from subdir2/func.c\n", PROG); in subdir2_func()
5 printf("Hello %s from subdir1/func.c\n", PROG); in subdir1_func()
64 #undef PROG65 #define PROG bnspeed_main macro
3 PROG= mksh25 #all: $(PROG)26 #$(PROG): $(OBJS_BP)