Lines Matching refs:PROGRAM

8 PROGRAM=		mkreadmes  macro
12 DATADIR= ${DESTDIR}${PREFIX}/share/${PROGRAM}
15 SRCS= index.c init.c main.c ${PROGRAM}.c util.c ${PROGRAM}.h
51 all: ${PROGRAM}
56 ${PROGRAM}: index.o init.o main.o ${PROGRAM}.o util.o
57 ${CC} ${OPTIMIZE} ${CFLAGS} -o ${PROGRAM} index.o init.o \
58 main.o ${PROGRAM}.o util.o
62 index.o: index.c ${PROGRAM}.h
65 init.o: init.c ${PROGRAM}.h
68 main.o: main.c ${PROGRAM}.h
71 ${PROGRAM}.o: ${PROGRAM}.c ${PROGRAM}.h
72 ${CC} ${DEBUG} ${OPTIMIZE} ${CFLAGS} -c ${PROGRAM}.c
74 util.o: util.c ${PROGRAM}.h
88 ${STRIP} ${PROGRAM}
90 ${INSTALL} -m 0755 ${PROGRAM} ${BINDIR}
115 ${RM} -f ${BINDIR}/${PROGRAM}
124 ${RM} -f ${PROGRAM} ${PROGRAM}.1.gz *.o
167 ${CXREF} -N${PROGRAM} -O${CXREF} -I${INCLUDES} -I. \
174 ${CXREF} -N${PROGRAM} -O${CXREF} -I${INCLUDES} -I. \
181 index.s: index.c ${PROGRAM}.h
184 init.s: init.c ${PROGRAM}.h
187 main.s: main.c ${PROGRAM}.h
190 ${PROGRAM}.s: ${PROGRAM}.c ${PROGRAM}.h
191 ${CC} ${DEBUG} ${OPTIMIZE} ${CFLAGS} ${ASMFLAGS} ${PROGRAM}.c
193 util.s: util.c ${PROGRAM}.h
217 gprof: clean.gprof ${PROGRAM}.gprof
220 ${RM} -f ${PROGRAM}.gprof *.o *.gmon
222 ${PROGRAM}.gprof: index.o.gprof init.o.gprof main.o.gprof \
223 ${PROGRAM}.o.gprof util.o.gprof
224 ${CC} ${CFLAGS} ${GPROF_FLAGS} -o ${PROGRAM}.gprof \
225 -lc_p index.o init.o main.o ${PROGRAM}.o util.o
229 index.o.gprof: index.c ${PROGRAM}.h
232 init.o.gprof: init.c ${PROGRAM}.h
235 main.o.gprof: main.c ${PROGRAM}.h
238 ${PROGRAM}.o.gprof: ${PROGRAM}.c ${PROGRAM}.h
239 ${CC} ${DEBUG} ${CFLAGS} ${GPROF_FLAGS} -c ${PROGRAM}.c
241 util.o.gprof: util.c ${PROGRAM}.h
247 gcov: clean.gcov ${PROGRAM}.gcov
250 ${RM} -f ${PROGRAM}.gcov *.o
253 ${PROGRAM}.gcov: index.o.gcov init.o.gcov main.o.gcov ${PROGRAM}.o.gcov \
256 ${CC} ${CFLAGS} ${GCOV_FLAGS} -o ${PROGRAM}.gcov \
257 index.o init.o main.o ${PROGRAM}.o util.o
261 index.o.gcov: index.c ${PROGRAM}.h
264 init.o.gcov: init.c ${PROGRAM}.h
267 main.o.gcov: main.c ${PROGRAM}.h
270 ${PROGRAM}.o.gcov: ${PROGRAM}.c ${PROGRAM}.h
271 ${CC} ${DEBUG} ${CFLAGS} ${GCOV_FLAGS} -c ${PROGRAM}.c
273 util.o.gcov: util.c ${PROGRAM}.h