aboutsummaryrefslogtreecommitdiff
path: root/External/Nurbs/Makefile
blob: a972dc20c0d39450c85292f7d455129cbab6b66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LEVEL = ../..

include $(LEVEL)/Makefile.config

PROG = nurbs
SourceDir := $(NURBS_ROOT)

CPPFLAGS =
LDFLAGS = -lstdc++
LIBS += -lstdc++

ifeq ($(ARCH),$(filter $(ARCH),x86_64 x86_64h))
  CPPFLAGS += -DDWORD_IS_ULL
endif

RUN_OPTIONS = /k all timed /t 500 /vsteps 192 /usteps 192 /vcp 20 /ucp 20

include $(LEVEL)/MultiSource/Makefile.multisrc