Fix file mode.
[llvm-testsuite.git] / External / Namd / Makefile
blob6ff9f559b9817e1e56b60b4b14a2c3baf74e91be
1 LEVEL = ../..
3 include $(LEVEL)/Makefile.config
5 PROG = namd
6 SourceDir := $(NAMD_ROOT)
8 CFLAGS += -Wno-deprecated
9 CPPFLAGS += -Wno-deprecated
10 LIBS += -lm -lstdc++
11 LDFLAGS = -lm -lstdc++
14 # Expand the runtime limit as this is a very intensive benchmark
16 RUNTIMELIMIT := 1000
18 RUN_OPTIONS = --iterations 1 --input $(NAMD_ROOT)/apoa1.input
19 include $(LEVEL)/MultiSource/Makefile.multisrc