utils/src/project.conf
2004-04-11 03:16:35 +00:00

82 lines
824 B
Plaintext

targets=basename,cat,cmp,dirname,false,head,id,kill,ln,logname,ls,mkdir,mkfifo,rmdir,true,tty,uname,unlink,wc
[basename]
type=binary
sources=basename.c
[cat]
type=binary
sources=cat.c
[cmp]
type=binary
sources=cmp.c
[dirname]
type=binary
sources=dirname.c
[false]
type=binary
sources=false.c
[head]
type=binary
sources=head.c
[id]
type=binary
sources=id.c
[kill]
type=binary
sources=kill.c
[link]
type=binary
sources=link.c
[ln]
type=binary
sources=ln.c
[logname]
type=binary
sources=logname.c
[ls]
type=binary
sources=ls.c
[mkdir]
type=binary
sources=mkdir.c
[mkfifo]
type=binary
sources=mkfifo.c
[rmdir]
type=binary
sources=rmdir.c
[true]
type=binary
sources=true.c
[tty]
type=binary
sources=tty.c
[uname]
type=binary
sources=uname.c
[unlink]
type=binary
sources=unlink.c
[wc]
type=binary
sources=wc.c