You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
373 B
8 lines
373 B
INCLUDES = -I$(top_srcdir)/flow -I$(top_srcdir)/flow/gsl -I$(top_builddir)/flow -I$(top_srcdir)/mcop -I$(top_builddir)/mcop -I$(top_builddir) $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libgslpp.la
|
|
|
|
libgslpp_la_SOURCES = datahandle.cpp
|
|
#libgslpp_la_LIBADD = $(top_builddir)/mcop/libmcop.la $(top_builddir)/flow/gsl/libgsl.la -lm $(LIBPOSIX4)
|
|
#libgslpp_la_LDFLAGS = -no-undefined
|