Tests About Natural Selection In Virtual Environment
c
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.

Makefile.am 304B

1234567891011121314151617
  1. SUBDIRS =
  2. bin_PROGRAMS = ../tansive
  3. ___tansive_SOURCES = main.c \
  4. creature.h \
  5. creature.c \
  6. creature_logic.h \
  7. creature_logic.c \
  8. event.h \
  9. event.c \
  10. genome.h \
  11. genome.c \
  12. map.h \
  13. map.c \
  14. visu.h \
  15. visu.c
  16. ___tansive_LDFLAGS = @LDFLAGS@ @SDL_LIBS@ -lpthread
  17. INCLUDES = @SDL_CFLAGS@