You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
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)