repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
tools
/
MetaMake
/
Makefile.am
blob
e3f50b55ec4e2d5cfc24fcc3f4d0b2558052a76d
1
AUTOMAKE_OPTIONS = ansi2knr
2
bin_PROGRAMS = mmake
3
mmake_SOURCES = mmake.c mem.c list.c var.c dirnode.c dep.c project.c cache.c \
4
io.c
5
EXTRA_DIST = mmake.txt README.GeekGadgets Makefile.amiga config.h.amiga TODO