Skip to content
Snippets Groups Projects
Verified Commit 33719e69 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Build system: libkorder no longer depends on MatIO

parent 9ff1d855
No related branches found
No related tags found
No related merge requests found
Pipeline #8845 passed
...@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_perturbation ...@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_perturbation
TOPDIR = $(top_srcdir)/../../sources/k_order_perturbation TOPDIR = $(top_srcdir)/../../sources/k_order_perturbation
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
k_order_perturbation_CPPFLAGS = $(AM_CPPFLAGS) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/utils -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/integ -I$(TOPDIR) $(CPPFLAGS_MATIO) k_order_perturbation_CPPFLAGS = $(AM_CPPFLAGS) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/utils -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/integ -I$(TOPDIR)
k_order_perturbation_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MATIO) k_order_perturbation_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN)
k_order_perturbation_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN) $(LIBADD_MATIO)
nodist_k_order_perturbation_SOURCES = k_order_perturbation.cc nodist_k_order_perturbation_SOURCES = k_order_perturbation.cc
......
...@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_welfare ...@@ -3,10 +3,9 @@ mex_PROGRAMS = k_order_welfare
TOPDIR = $(top_srcdir)/../../sources/k_order_welfare TOPDIR = $(top_srcdir)/../../sources/k_order_welfare
LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder LIBKORDER_DIR = $(top_srcdir)/../../sources/libkorder
k_order_welfare_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/utils $(CPPFLAGS_MATIO) k_order_welfare_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(LIBKORDER_DIR) -I$(LIBKORDER_DIR)/tl -I$(LIBKORDER_DIR)/kord -I$(LIBKORDER_DIR)/sylv -I$(LIBKORDER_DIR)/utils
k_order_welfare_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MATIO) k_order_welfare_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN)
k_order_welfare_LDADD = ../libkorder/libkorder.a $(LIBADD_DLOPEN) $(LIBADD_MATIO)
nodist_k_order_welfare_SOURCES = \ nodist_k_order_welfare_SOURCES = \
k_order_welfare.cc \ k_order_welfare.cc \
......
...@@ -2,7 +2,7 @@ noinst_LIBRARIES = libkorder.a ...@@ -2,7 +2,7 @@ noinst_LIBRARIES = libkorder.a
TOPDIR = $(top_srcdir)/../../sources/libkorder TOPDIR = $(top_srcdir)/../../sources/libkorder
libkorder_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(TOPDIR)/tl -I$(TOPDIR)/sylv -I$(TOPDIR)/kord -I$(TOPDIR)/utils $(CPPFLAGS_MATIO) libkorder_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(TOPDIR)/tl -I$(TOPDIR)/sylv -I$(TOPDIR)/kord -I$(TOPDIR)/utils
# TODO: fix the codebase so that the following line is no longer needed # TODO: fix the codebase so that the following line is no longer needed
libkorder_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-unused-parameter libkorder_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-unused-parameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment