# Cactus specification of things to be compiled in this directory # $Header$ # Source files in this directory # ... uncomment test_patch_system.cc to test the patch system SRCS = coords.cc \ grid.cc \ fd_grid.cc \ patch.cc \ ghost_zone.cc \ patch_interp.cc \ patch_info.cc \ patch_system.cc \ # test_patch_system.cc # Subdirectories containing source files SUBDIRS = # disable automatic template instantiation on DEC Alphas cxx compiler ifeq ($(shell uname), OSF1) ifeq ($(CXX), cxx) CXXFLAGS += -nopt endif endif # disable automagic template instantiation on SGI Irix CC compiler ifneq (,$(findstring IRIX,$(shell uname))) ifeq ($(notdir $(CXX)), CC) CXXFLAGS += -no_auto_include endif endif