File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ FMIINCLUDE = ../../3rdParty/FMIL/install/include
1010GRAPHINCLUDE =../../3rdParty/metis-5.1.0/include
1111GRAPHSTREAMINCLUDE = ../../3rdParty/graphstream/gs-netstream/c++/src/
1212CJSONINCLUDE = ../../3rdParty/cJSON
13+ ZMQINCLUDE = ../../3rdParty/libzmq/include
1314CFLAGS = @CFLAGS@ $(USE_CORBA )
1415OMPCC = @CC@ @OMPCFLAGS@
1516OMBUILDDIR = @OMBUILDDIR@
@@ -31,7 +32,7 @@ CXX = @CXX@
3132IDL = @IDLCMD@
3233IDLPYTHON = @IDLPYTHONCMD@
3334CXXFLAGS = @CXXFLAGS@
34- CPPFLAGS = @CPPFLAGS@ -I$(top_builddir ) /SimulationRuntime/c -I$(top_builddir ) /SimulationRuntime/c/simulation/results -I$(top_builddir ) /SimulationRuntime/c/util -I$(top_builddir ) /SimulationRuntime/c/meta -I$(top_builddir ) /SimulationRuntime/c/meta/gc -I. $(CORBAINCL ) -I$(FMIINCLUDE ) -I$(top_builddir ) /3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE ) -I$(GRAPHINCLUDE ) -I$(CJSONINCLUDE )
35+ CPPFLAGS = @CPPFLAGS@ -I$(top_builddir ) /SimulationRuntime/c -I$(top_builddir ) /SimulationRuntime/c/simulation/results -I$(top_builddir ) /SimulationRuntime/c/util -I$(top_builddir ) /SimulationRuntime/c/meta -I$(top_builddir ) /SimulationRuntime/c/meta/gc -I. $(CORBAINCL ) -I$(FMIINCLUDE ) -I$(top_builddir ) /3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE ) -I$(GRAPHINCLUDE ) -I$(CJSONINCLUDE ) -I $( ZMQINCLUDE )
3536TRIPLE =@host_short@
3637SHREXT =@SHREXT@
3738RPATH =@RPATH@
You can’t perform that action at this time.
0 commit comments