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.
 
 
 
 
 
 

19 lines
365 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. graphics.c \
  9. io.c \
  10. math.c \
  11. line.c \
  12. box.c \
  13. conic.c \
  14. triangle.c \
  15. sprite.c \
  16. $(NULL)