|
|
1.1 ! root 1: #ifeq ($(os),sunos) ! 2: # CIOLIB-MT_LIBS += $(UL_PRE)curses$(UL_SUF) ! 3: #else ! 4: # CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF) ! 5: #endif ! 6: CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF) ! 7: ifndef NO_X ! 8: ifdef STATIC ! 9: CIOLIB-MT_LIBS += -L$(X_PATH)$(DIRSEP)lib -lX11 ! 10: else ! 11: ifeq ($(os),darwin) ! 12: CIOLIB-MT_LIBS += $(UL_PRE)dl$(UL_SUF) ! 13: endif ! 14: ifeq ($(os),linux) ! 15: CIOLIB-MT_LIBS += $(UL_PRE)dl$(UL_SUF) ! 16: endif ! 17: ifeq ($(os),sunos) ! 18: CIOLIB-MT_LIBS += $(UL_PRE)dl$(UL_SUF) ! 19: endif ! 20: endif ! 21: else ! 22: ifeq ($(os),darwin) ! 23: CIOLIB-MT_CFLAGS += -DDISABLE_X11=1 ! 24: endif ! 25: endif ! 26: ! 27: ifdef NO_X ! 28: ifndef WITH_SDL ! 29: CIOLIB-MT_CFLAGS += -DNO_FONTS ! 30: CIOLIB-CFLAGS += -DNO_FONTS ! 31: endif ! 32: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.