https://hal.archives-ouvertes.fr/hal-03445891
Raw File
Makefile.am
bin_PROGRAMS = dilworthdecomposition
dilworthdecomposition_SOURCES = dilworthdecomposition.cpp sample_example.cpp

# set the include path found by configure
INCLUDES = $(all_includes)

# the library search path.
dilworthdecomposition_LDFLAGS = $(all_libraries) -L$(LEDAROOT)
noinst_HEADERS = dilworthdecomposition.h
AM_CXXFLAGS = -I$(LEDAROOT)/incl
dilworthdecomposition_LDADD = -lG -lL
back to top