您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415
  1. include $(top_srcdir)/build/autotools/common.am
  2. if BUILD_SAMPLES
  3. noinst_PROGRAMS = pi poly
  4. endif
  5. pi_SOURCES = pi.cpp
  6. pi_CPPFLAGS = $(AM_CPPFLAGS)
  7. pi_DEPENDENCIES = @LOL_DEPS@
  8. poly_SOURCES = poly.cpp
  9. poly_CPPFLAGS = $(AM_CPPFLAGS)
  10. poly_DEPENDENCIES = @LOL_DEPS@