Text Blame History Raw

CFLAGS_NCURSES = -I$(SYSROOT)/usr/local/include/ncurses -I$(SYSROOT)/usr/include/ncurses LDFLAGS_NCURSES = -Wl,--as-needed -lpanelw -lncursesw -Wl,--no-as-needed

PYTHON_PATH =

DYNLOAD_SRCS = \ Python/dynload_shlib.c \

CONFIG_SRCS = \ Modules/_codecsmodule.c \ Modules/_sre.c \ Modules/_weakref.c \ Modules/errnomodule.c \ Modules/posixmodule.c \ Modules/pwdmodule.c \ Modules/signalmodule.c \ Modules/symtablemodule.c \ Modules/threadmodule.c \ Modules/xxsubtype.c \ Modules/zipimport.c \

shared-lib: LDFLAGS_CONFIG += -Wl,-no-undefined