elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
termcap
/
Makefile
File editor
# Makefile of /libc/termcap module COMPILER ?= ia16 LIB ?= out.a include $(TOPDIR)/libc/$(COMPILER).inc OBJS = \ entry.o \ find.o \ memout.o \ tgetent.o \ tgetflag.o \ tgetnum.o \ tgetst1.o \ tgetstr.o \ tgoto.o \ tparam.o \ tparam1.o \ tputs.o \ xmalloc.o \ xrealloc.o \ #DEFINES += -DDEBUG #DEFINES += -DTIOCGWINSZ #DEFINES += -DNO_ARG_ARRAY #DEFINES += -DHAVE_CONFIG_H all: $(LIB) $(LIB): $(LIBOBJS) $(RM) $@ $(AR) $(ARFLAGS_SUB) $@ $(LIBOBJS) TC_OBJS = termcap.o termcap: $(TC_OBJS) $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ TP_OBJS = tp-main.o memout.o tparam1.o xmalloc.o xrealloc.o tparam: $(TP_OBJS) $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ distclean: clean $(RM) $(LIB) termcap tparam clean:: $(RM) *.[aod]
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history