|
|
1.1 ! root 1: SRC_ROOT = .. ! 2: # Cross platform/compiler definitions ! 3: include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules ! 4: ! 5: CFLAGS += $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS) ! 6: X_HEADERS ?= /usr/X11R6/include ! 7: ! 8: OBJS += $(MTOBJODIR)$(DIRSEP)curs_cio$(OFILE) ! 9: ifdef NO_X ! 10: CFLAGS += -DNO_X ! 11: else ! 12: ifdef X_PATH ! 13: X_HEADERS ?= $(X_PATH)$(DIRSEP)include ! 14: endif ! 15: CFLAGS += -I$(X_HEADERS) ! 16: OBJS += $(MTOBJODIR)$(DIRSEP)console$(OFILE) \ ! 17: $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE) ! 18: endif ! 19: ifeq ($(os),netbsd) ! 20: CFLAGS += -DN_CURSES_LIB ! 21: endif ! 22: ! 23: # CIOLIB Library Link Rule ! 24: $(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) ! 25: @echo Creating $@ ... ! 26: $(QUIET)$(AR) rc $@ $(OBJS) ! 27: $(QUIET)$(RANLIB) $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.