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
/
system
/
Makefile
File editor
# Makefile for ia16-elf-gcc build of ELKS system calls SYSCALLDAT=${TOPDIR}/elks/arch/i86/kernel/syscall.dat ifeq "$(VPATH)" "" dir = else dir = $(VPATH)/ endif ifeq "$(filter -mregparmcall,$(CC) $(CFLAGS) $(MULTILIB))" "" regparmcall = 0 else regparmcall = 1 endif all: out.a .PHONY: all out.a: syscall.mk out syscall.mk: $(SYSCALLDAT) $(dir)syscall.awk awk -f $(dir)syscall.awk regparmcall=$(regparmcall) $< > $@ out: syscall.mk $(MAKE) -f $(dir)out.mk .PHONY: out clean: touch syscall.mk $(MAKE) -f $(dir)out.mk clean $(RM) syscall.mk out $(RM) -r syscall .PHONY: clean
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