blob: fea83a8173039271373c885038ce4873572dcd17 [file] [log] [blame]
##===- test/Programs/SingleSource/UnitTests/Makefile -------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL := ../../../..
JAVAFILES := $(wildcard *.java)
all:: $(foreach ext,linked.dis-ll,$(JAVAFILES:%.java=Output/%.$(ext)))
include ../Makefile.singlesrc