Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

21 lignes
405 B

  1. ###############################################################################
  2. # Automake targets and declarations for libcaca
  3. ###############################################################################
  4. lib_LIBRARIES = libcaca.a
  5. libcaca_a_SOURCES = \
  6. caca.c \
  7. caca.h \
  8. caca_internals.h \
  9. graphics.c \
  10. io.c \
  11. math.c \
  12. line.c \
  13. box.c \
  14. conic.c \
  15. triangle.c \
  16. sprite.c \
  17. blit.c \
  18. $(NULL)