xref: /minix3/minix/llvm/passes/magic/Makefile (revision bdb565187c0f1a04513dd488df843317b27f86c8)
1PASSNAME = magic
2
3OBJS = support/EDIType.o support/TypeUtil.o support/BitFieldAggregation.o support/SmartType.o support/VariableRefs.o support/MagicUtil.o MagicPass.o
4HEADERS = $(wildcard ../include/magic/support/*.h)
5
6include ../Makefile.inc
7