Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

20 linhas
383 B

  1. ###############################################################################
  2. # Automake targets and declarations for libee
  3. ###############################################################################
  4. lib_LIBRARIES = libee.a
  5. libee_a_SOURCES = \
  6. ee.c \
  7. ee.h \
  8. ee_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. $(NULL)