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
/
c86.inc
File editor
# Makefile include for C86 build ifeq "$(TOPDIR)" "" $(error TOPDIR environment variable not set) endif #ifeq "$(C86)" "" #$(error C86 environment variable not set) #endif INCLUDES = -I$(TOPDIR)/libc/include -I$(TOPDIR)/elks/include -I$(TOPDIR)/libc/include/c86 DEFINES = -D__LIBC__ -D__HAS_NO_FLOATS__=1 -D__HAS_NO_LONGLONG__ LIBOBJS=$(OBJS:.o=.o8j) CPP86FLAGS =\ -0 \ C86UNUSED =\ -v \ C86FLAGS =\ -g \ -O \ -bas86 \ -warn=4 \ -lang=c99 \ -align=yes \ -separate=yes \ -stackopt=minimum \ -peep=all \ -stackcheck=no \ AS86FLAGS =\ -0 \ -O \ -j \ -w- \ CPP=cpp86 CC=c86 AS=as86 AR=ar86 CPPFLAGS=$(CPP86FLAGS) $(INCLUDES) $(DEFINES) CFLAGS=$(C86FLAGS) ASFLAGS=$(AS86FLAGS) ARFLAGS_SUB=r %.i: %.c $(CPP) $(CPPFLAGS) -o $*.i $< %.as: %.i $(CC) $(CFLAGS) $< $*.as %.o8j: %.as # cp $*.as /tmp $(AS) $(ASFLAGS) -o $*.o8j $*.as
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