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.
 
 
 
 
 

17 lines
342 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. io.c \
  9. math.c \
  10. line.c \
  11. conic.c \
  12. triangle.c \
  13. sprite.c \
  14. $(NULL)