run:
	@awk -f write_RC.awk -v suppress_error_messages=1 ../pace_rcdb > db_entries.c
	# we hit a version of libtool that _had_ to have a tag, even if it wasn't used
	$(LIBTOOL) --tag="cc" --mode=compile $(CC_HOST) $(COPT_HOST) $(CCOMPILE_ONLY_FLAG_HOST) $(COUTPUT_FLAG_HOST) RC.o RC.c
	@mv RC.o ..
	exit 0
