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
/
elkscmd
/
basic
/
Makefile
File editor
BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### CFLAGS += -Wno-maybe-uninitialized ############################################################################### PRGS = basic OBJS = basic.o host.o #MAPFILE = -Wl,-Map=basic.map # uncomment following four lines for --ftrace function tracing #CFLAGS += -finstrument-functions-simple #CFLAGS += -fno-optimize-sibling-calls -fno-omit-frame-pointer #LDFLAGS += -maout-symtab -maout-heap=12000 #OBJS += ../debug/instrument.o ../debug/syms.o ../debug/shared.o ../debug/shared-asm.o ifeq ($(CONFIG_ARCH_IBMPC), y) HOST_SPECIFIC = host-ibmpc.o asm-ibmpc.o endif ifeq ($(CONFIG_ARCH_PC98), y) HOST_SPECIFIC = host-pc98.o asm-pc98.o endif ifeq ($(CONFIG_ARCH_8018X), y) HOST_SPECIFIC = host-8018x.o endif ifndef HOST_SPECIFIC HOST_SPECIFIC = host-stubs.o endif OBJS += $(HOST_SPECIFIC) all: $(PRGS) $(PRGS): $(OBJS) basic.h host.h $(LD) -o $@ $(LDFLAGS) $(MAPFILE) $(OBJS) $(LDLIBS) HOSTPRGS = hostbasic .PHONY: host host: $(HOSTPRGS) HOSTSRC = basic.c host.c host-stubs.c HOSTSRC += ../../libc/misc/ecvt.c HOSTSRC += ../../libc/misc/dtostr.c hostbasic: $(HOSTSRC) $(HOSTCC) $(HOSTCFLAGS) $(HOSTSRC) -o $@ -lm install: $(PRGS) $(INSTALL) $(PRGS) $(DESTDIR)/bin clean: $(RM) $(PRGS) $(HOSTPRGS) *.o *.map
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