Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

12 linhas
217 B

  1. if USE_SLANG
  2. CPPFLAGS_slang = -DUSE_SLANG
  3. endif
  4. if USE_NCURSES
  5. CPPFLAGS_ncurses = -DUSE_NCURSES
  6. endif
  7. lib_LIBRARIES = libee.a
  8. libee_a_SOURCES = ee.c
  9. libee_a_CPPFLAGS = -I../src $(CPPFLAGS_slang) $(CPPFLAGS_ncurses)