Lines Matching refs:SRCDIR

120 CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME
130 SRCDIR = ./src macro
192 @if test ! -d $(SRCDIR) \
194 mkdir $(SRCDIR) \
195 ; mv $(SOURCES) $(SRCDIR) \
239 $(PROGDIR)/arithoh: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
241 $(PROGDIR)/register: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
243 $(PROGDIR)/short: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
245 $(PROGDIR)/int: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
247 $(PROGDIR)/long: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
249 $(PROGDIR)/float: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
251 $(PROGDIR)/double: $(SRCDIR)/arith.c $(SRCDIR)/timeit.c
254 $(PROGDIR)/poll: $(SRCDIR)/time-polling.c
256 $(PROGDIR)/poll2: $(SRCDIR)/time-polling.c
258 $(PROGDIR)/select: $(SRCDIR)/time-polling.c
261 $(PROGDIR)/whetstone-double: $(SRCDIR)/whets.c
265 $(PROGDIR)/pipe: $(SRCDIR)/pipe.c $(SRCDIR)/timeit.c
267 $(PROGDIR)/execl: $(SRCDIR)/execl.c $(SRCDIR)/big.c
269 $(PROGDIR)/spawn: $(SRCDIR)/spawn.c $(SRCDIR)/timeit.c
271 $(PROGDIR)/hanoi: $(SRCDIR)/hanoi.c $(SRCDIR)/timeit.c
273 $(PROGDIR)/fstime: $(SRCDIR)/fstime.c
275 $(PROGDIR)/syscall: $(SRCDIR)/syscall.c $(SRCDIR)/timeit.c
277 $(PROGDIR)/context1: $(SRCDIR)/context1.c $(SRCDIR)/timeit.c
279 $(PROGDIR)/looper: $(SRCDIR)/looper.c $(SRCDIR)/timeit.c
281 $(PROGDIR)/ubgears: $(SRCDIR)/ubgears.c
285 $(PROGDIR)/dhry2: $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c \
286 $(SRCDIR)/dhry.h $(SRCDIR)/timeit.c
287 $(CC) -o $@ ${CFLAGS} $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c
290 $(PROGDIR)/dhry2reg: $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c \
291 $(SRCDIR)/dhry.h $(SRCDIR)/timeit.c
292 $(CC) -o $@ ${CFLAGS} $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c