repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
compiler
/
include
/
s
/
mmakefile.src
blob
5e7013369863854411050987f22746a8fb5aa60f
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := Package-Startup Package-Shutdown
5
6
#MM development-startup :
7
8
#MM- development-gcc : development-startup
9
10
%copy_files_q dst=$(AROSDIR)/Development/S maketarget=development-startup
11