Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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@