blob: 0709ea4b13a654780db40a1429cd423a2e9d3f14 [file] [log] [blame]
LEVEL = ../../../..
PROG = netbench-url
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = $(PROJ_SRC_DIR)/medium_inputs 1400
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = $(PROJ_SRC_DIR)/medium_inputs 100
else
RUN_OPTIONS = $(PROJ_SRC_DIR)/medium_inputs 900
endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc