25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 413 B

12345678910111213141516171819
  1. include $(top_srcdir)/build/autotools/common.am
  2. EXTRA_DIST += NEWS.txt lolremez.sln remez.vcxproj remez.vcxproj.filters
  3. noinst_PROGRAMS = pi poly remez
  4. pi_SOURCES = pi.cpp
  5. pi_CPPFLAGS = $(AM_CPPFLAGS)
  6. pi_DEPENDENCIES = @LOL_DEPS@
  7. poly_SOURCES = poly.cpp
  8. poly_CPPFLAGS = $(AM_CPPFLAGS)
  9. poly_DEPENDENCIES = @LOL_DEPS@
  10. remez_SOURCES = remez.cpp
  11. remez_CPPFLAGS = $(AM_CPPFLAGS)
  12. remez_DEPENDENCIES = @LOL_DEPS@