repo.or.cz
/
prex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
prex: cleanup configuration mecahnism changes introduced in 0.50
[prex.git]
/
Makefile
blob
af704093aff8cdcd49b80407b5eed3bac70859f8
1
-
include
.
/
conf
/
config.mk
2
ifndef
PREX_SRC
3
ifdef
MAKECMDGOALS
4
$(
MAKECMDGOALS
):
5
else
6
all
:
7
endif
8
@echo
"Error: Please run configure at the top of source tree"
9
exit
1
10
else
11
SUBDIRS
=
boot dev sys user mk
12
CLEANS
=
conf
/
config.h conf
/
config.mk
13
include
$(
PREX_SRC
)/
mk
/
Makefile.inc
14
endif