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.

13 lines
289 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. EXTRA_DIST += NEWS.txt lolremez.sln remez.vcxproj remez.vcxproj.filters
  3. noinst_PROGRAMS = lolremez
  4. lolremez_SOURCES = \
  5. lolremez.cpp solver.cpp solver.h matrix.h
  6. lolremez_CPPFLAGS = $(AM_CPPFLAGS)
  7. lolremez_DEPENDENCIES = @LOL_DEPS@