15e838386e34fc729d357b0238a0f4f2a1b7c2c9
[mono.git] / mcs / tools / culevel / Makefile
1 thisdir = tools/culevel
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = 
6 PROGRAM = $(topdir)/class/lib/$(PROFILE)/culevel.exe
7
8 CLEAN_FILES = culevel.exe culevel.exe.mdb
9
10 ifeq (net_1_1_bootstrap, $(PROFILE))
11 all-local: $(topdir)/class/lib/$(PROFILE)/culevel.exe
12 endif
13
14 include ../../build/executable.make