Merge current Makefile from develop
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 10 Feb 2018 13:10:55 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2018 13:10:55 +0000 (14:10 +0100)
utest/Makefile

index b33734c..03457b0 100644 (file)
@@ -8,11 +8,19 @@ UTESTBIN=openblas_utest
 
 include $(TOPDIR)/Makefile.system
 
-OBJS=utest_main.o test_amax.o test_fork.o test_rotmg.o
-#test_rot.o test_swap.o test_axpy.o test_dotu.o test_rotmg.o test_dsdot.o test_fork.o
+OBJS=utest_main.o test_amax.o test_rotmg.o
+#test_rot.o test_swap.o test_axpy.o test_dotu.o test_dsdot.o test_fork.o
 
 ifneq ($(NO_LAPACK), 1)
-OBJS += test_potrs.o
+#OBJS += test_potrs.o
+endif
+
+ifndef OS_WINDOWS
+OBJS += test_fork.o
+else
+ifdef OS_CYGWIN_NT
+OBJS += test_fork.o
+endif
 endif
 
 all : run_test