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.

21 satır
599B

  1. # Copyright (C) 2020 jeremy theler
  2. # This file is part of libreblackjack.
  3. # This file is free software: you are free to change and redistribute it.
  4. # There is NO WARRANTY, to the extent permitted by law.
  5. # SUBDIRS = doc po
  6. AUTOMAKE_OPTIONS = subdir-objects
  7. dist_doc_DATA = README doc/blackjack.texi
  8. # TESTS = check-internal.sh check-stand.sh
  9. # EXTRA_DIST = config.rpath m4/ChangeLog blackjack.conf players $(TESTS)
  10. ACLOCAL_AMFLAGS = -I m4
  11. bin_PROGRAMS = blackjack
  12. blackjack_INCLUDES = $(all_includes)
  13. blackjack_LDADD = $(all_libraries)
  14. blackjack_SOURCES = \
  15. src/main.cpp \
  16. src/blackjack.cpp