003 File Manager
Current Path:
/usr/src/stand/ficl
usr
/
src
/
stand
/
ficl
/
📁
..
📄
Makefile
(909 B)
📄
Makefile.depend
(191 B)
📁
aarch64
📁
amd64
📁
arm
📄
dict.c
(25.43 KB)
📄
ficl.c
(20.87 KB)
📄
ficl.h
(42.16 KB)
📄
fileaccess.c
(10.35 KB)
📄
float.c
(27.3 KB)
📁
i386
📄
loader.c
(23.84 KB)
📄
math64.c
(14.99 KB)
📄
math64.h
(3.2 KB)
📁
mips
📁
mips64
📁
powerpc
📄
prefix.c
(6.49 KB)
📁
riscv
📄
search.c
(13.24 KB)
📁
softwords
📄
stack.c
(9.41 KB)
📄
testmain.c
(8.02 KB)
📄
tools.c
(26.03 KB)
📄
unix.c
(221 B)
📄
vm.c
(21.49 KB)
📄
words.c
(138.19 KB)
📁
x86
Editing: Makefile
# $FreeBSD$ # .include <bsd.init.mk> .include "${BOOTSRC}/ficl.mk" .PATH: ${FICLSRC} ${FICLSRC}/${FICL_CPUARCH} BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ prefix.c search.c stack.c tools.c vm.c words.c SRCS= ${BASE_SRCS} sysdep.c softcore.c CLEANFILES+= softcore.c testmain testmain.o CFLAGS.loader.c += -I${SRCTOP}/sys/teken CFLAGS.loader.c += -I${SRCTOP}/contrib/pnglite .ifmake testmain CFLAGS= -DTESTMAIN -D_TESTMAIN CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC} SRCS+= testmain.c PROG= testmain .include <bsd.prog.mk> .else LIB= ficl .include <bsd.lib.mk> .endif # Standard softwords .PATH: ${FICLSRC}/softwords SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \ ifbrack.fr softcore.c: ${SOFTWORDS} softcore.awk (cd ${FICLSRC}/softwords; cat ${SOFTWORDS} \ | awk -f softcore.awk -v datestamp="`LC_ALL=C date`") > ${.TARGET}
Upload File
Create Folder