Commit 85d68b93 by Maarten L. Hekkelman

only build symop table if CCP4 is found

parent 360d9700
...@@ -114,7 +114,7 @@ LIBCIF_SRC = AtomType.cpp \ ...@@ -114,7 +114,7 @@ LIBCIF_SRC = AtomType.cpp \
SOURCES = $(addprefix src/,$(LIBCIF_SRC)) SOURCES = $(addprefix src/,$(LIBCIF_SRC))
OBJECTS = $(addprefix $(OBJDIR)/, $(notdir $(SOURCES:%.cpp=%.lo))) OBJECTS = $(addprefix $(OBJDIR)/, $(notdir $(SOURCES:%.cpp=%.lo)))
ifneq "$CCP4DIR" "" ifneq "$(CCP4DIR)" ""
# Special rules to generate symmetry operation number table # Special rules to generate symmetry operation number table
tools/symop-map-generator: tools/symop-map-generator.cpp tools/symop-map-generator: tools/symop-map-generator.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment