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.
 
 
 

15 regels
329 B

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