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.
 
 
 

14 Zeilen
243 B

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