summaryrefslogtreecommitdiff
path: root/minix/llvm/passes/magic/Makefile
blob: ee5b101dc750fe5ad24df6893500bc41561f403e (plain)
1
2
3
4
5
6
PASSNAME = magic

OBJS = support/EDIType.o support/TypeUtil.o support/BitFieldAggregation.o support/SmartType.o support/VariableRefs.o support/MagicUtil.o MagicPass.o
HEADERS = $(wildcard ../include/magic/support/*.h)

include ../Makefile.inc