MESA_DIR = ../../

#################################################################

# STEP 1: set up the standard info

include $(MESA_DIR)/utils/makefile_header

#Copy files needed for windows
ifeq ($(BUILD_ON_WINDOWS),YES)
   $(shell cp  ../crlibm_private.c crlibm_private.c)
endif

build:
	./configure CC=$(CC) CFLAGS=$(SPECIAL_C_FLAGS)
