34 lines
1.0 KiB
Makefile
34 lines
1.0 KiB
Makefile
# $Id: GNUmakefile,v 2.3 1998/07/07 17:11:11 allison Exp $
|
|
|
|
name := G4OPACS
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
|
include $(G4INSTALL)/config/interactivity.gmk
|
|
|
|
CPPFLAGS += -I$(G4BASE)/visualization/management/include
|
|
CPPFLAGS += -I$(G4BASE)/visualization/modeling/include
|
|
CPPFLAGS += -I$(G4BASE)/global/management/include
|
|
CPPFLAGS += -I$(G4BASE)/global/HEPGeometry/include
|
|
CPPFLAGS += -I$(G4BASE)/geometry/solids/CSG/include
|
|
CPPFLAGS += -I$(G4BASE)/graphics_reps/include
|
|
CPPFLAGS += -I$(G4BASE)/geometry/management/include
|
|
CPPFLAGS += -I$(G4BASE)/geometry/volumes/include
|
|
CPPFLAGS += -I$(G4BASE)/interfaces/common/include
|
|
|
|
ifdef G4VIS_BUILD_OPACS_DRIVER
|
|
CPPFLAGS += -I$(COROOT)/include -I$(XXROOT)/include -I$(WOROOT)/include\
|
|
-I$(GOROOT)/include -I$(XOROOT)/include
|
|
ifeq ($(G4_OPACS_WIDGET_SET),Xm)
|
|
CPPFLAGS += -DHAS_XM $(X11FLAGS) $(XMFLAGS)
|
|
else
|
|
CPPFLAGS += -DHAS_XAW $(X11FLAGS) $(XAWFLAGS)
|
|
endif
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|