[Genabel-commits] r1701 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 27 22:48:41 CEST 2014
Author: lckarssen
Date: 2014-04-27 22:48:40 +0200 (Sun, 27 Apr 2014)
New Revision: 1701
Modified:
pkg/ProbABEL/src/Makefile.am
Log:
Minor code layout changes to a ProbABEL Makefile.am. No functional changes.
Modified: pkg/ProbABEL/src/Makefile.am
===================================================================
--- pkg/ProbABEL/src/Makefile.am 2014-04-27 09:01:42 UTC (rev 1700)
+++ pkg/ProbABEL/src/Makefile.am 2014-04-27 20:48:40 UTC (rev 1701)
@@ -1,13 +1,14 @@
## Process this file with automake to produce Makefile.in
-## Using wildcards in these lists doesn't work. Also GNU make's ($wildcard,) doesn't
-## work. It gives warning message about portability, but in the end doesn't work,
-## I tried :-).
-REGFILES = data.h data.cpp gendata.h gendata.cpp eigen_mematrix.h eigen_mematrix.cpp \
- command_line_settings.h command_line_settings.cpp reg1.h usage.h \
- usage.cpp main.cpp utilities.h utilities.cpp phedata.h phedata.cpp \
- regdata.h regdata.cpp maskedmatrix.cpp maskedmatrix.h \
-reg1.cpp main_functions_dump.h main_functions_dump.cpp
+## Using wildcards in these lists doesn't work. Also GNU make's
+## ($wildcard,) doesn't work. It gives warning message about
+## portability, but in the end doesn't work, I tried :-).
+REGFILES = data.h data.cpp gendata.h gendata.cpp eigen_mematrix.h \
+ eigen_mematrix.cpp command_line_settings.h command_line_settings.cpp \
+ reg1.h usage.h usage.cpp main.cpp utilities.h utilities.cpp \
+ phedata.h phedata.cpp regdata.h regdata.cpp maskedmatrix.cpp \
+ maskedmatrix.h reg1.cpp main_functions_dump.h \
+ main_functions_dump.cpp
## Filevector files:
More information about the Genabel-commits
mailing list