repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: diffout.py
[GalaxyCodeBases.git]
/
makefiles
/
make0
/
fq.mk
blob
31b9748e5e36d24823f217b4fb195a1e9e7344fb
1
ifndef
SYSTEM_MK
2
SYSTEM_MK
=
system.mk
3
4
include
init.mk
5
6
include
stage0.mk
7
include
stage1.mk
8
include
stage2.mk
9
include
stage3.mk
10
include
stage4.mk
11
12
fq
:
\
13
stage0 \
14
stage1 \
15
stage2 \
16
stage3 \
17
stage4
18
19
endif
20