repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
llvm
/
passes
/
asr
/
Makefile
blob
d926341e71f38641b22d625c7ca832e1a84ba058
1
# Makefile for the ASR pass
2
3
MAGIC_SUPPORT_DIR
=
..
/
magic
/
support
4
5
PASSNAME
:=
asr
6
OBJS
:= $(
MAGIC_SUPPORT_DIR
)/
MagicUtil.o ASRPass.o
7
8
include
..
/
Makefile.inc