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.
|
- if USE_SLANG
- CPPFLAGS_slang = -DUSE_SLANG
- endif
- if USE_NCURSES
- CPPFLAGS_ncurses = -DUSE_NCURSES
- endif
-
- lib_LIBRARIES = libee.a
- libee_a_SOURCES = ee.c
- libee_a_CPPFLAGS = -I../src $(CPPFLAGS_slang) $(CPPFLAGS_ncurses)
|