Skip to content
Snippets Groups Projects
Commit d1e6863a authored by birken's avatar birken
Browse files

changes for new ug.conf entry REMOTE_IF.

[[Imported from SVN: r899]]
parent fa5556ee
No related branches found
No related tags found
No related merge requests found
# this file is for internal ug configuration. don't change it!
RIF_CFLAGS = -DRIF_DISABLED
# this file is for internal ug configuration. don't change it!
RIF_CFLAGS = -DRIF_WITH_SOCKETS
......@@ -29,6 +29,10 @@ include $(UGROOT)/arch/$(ARCH)/mk.arch
include $(UGROOT)/configs/mk.model.$(MODEL)
# include macro definitions for remote interface
include $(UGROOT)/configs/mk.rif.$(REMOTE_IF)
# include macro definitions for debugging
include $(UGROOT)/configs/mk.debug.$(DEBUG_MODE)
......@@ -46,7 +50,8 @@ include $(UGROOT)/configs/mk.grape.$(GRAPE)
UG_CFLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
$(ARCH_CFLAGS) $(PPIF_CFLAGS) $(MODEL_CFLAGS) \
$(ARCH_XINCLUDES) $(ENV_CFLAGS) \
$(NETGEN_CFLAGS) $(GRAPE_CFLAGS)
$(NETGEN_CFLAGS) $(GRAPE_CFLAGS) \
$(RIF_CFLAGS)
UG_C++FLAGS = -c -D_$(DIM) -D$(ARCH_TYPE) $(UGDEBUG_CFLAGS) \
$(ARCH_C++FLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment