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
/
stdio
/
Makefile
File editor
# Makefile of /libc/stdio module COMPILER ?= ia16 LIB ?= out.a include $(TOPDIR)/libc/$(COMPILER).inc DEFINES += -DL_ftell OBJS = \ init.o \ __fopen.o \ fclose.o \ fdopen.o \ fflush.o \ fgetc.o \ fgets.o \ fopen.o \ fprintf.o \ fputc.o \ fputs.o \ fread.o \ freopen.o \ fscanf.o \ fseek.o \ ftell.o \ fwrite.o \ puts.o \ getdelim.o \ getline.o \ gets.o \ printf.o \ putchar.o \ rewind.o \ scanf.o \ setbuffer.o \ setvbuf.o \ sprintf.o \ snprintf.o \ sscanf.o \ stderr.o \ stdin.o \ stdout.o \ ungetc.o \ vfprintf.o \ vfscanf.o \ vprintf.o \ vscanf.o \ vprintf.o \ vsprintf.o \ vsnprintf.o \ # end of list all: $(LIB) FIXOMF := $(shell which fixomf) $(LIB): $(LIBOBJS) $(RM) $@ ifeq "$(COMPILER)" "watcom" ifdef FIXOMF fixomf -w dtostr_,ptostr_ vfprintf.o$(MODEL)j endif endif $(AR) $(ARFLAGS_SUB) $@ $(LIBOBJS) 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