File: Makefile

package info (click to toggle)
mono-basic 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,964 kB
  • sloc: cs: 34,086; xml: 7,804; makefile: 471; sh: 317
file content (17 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
thisdir = vbruntime
include ../build/rules.make

SUBDIRS := Microsoft.VisualBasic Test

DISTFILES = Makefile VB.build.bat

clean-local all-local install-local uninstall-local:
	@set . $$MAKEFLAGS; final_exit=:; \
	for p in $(PROFILES) ; do \
	    (cd Microsoft.VisualBasic && $(MAKE) profile-check PROFILE=$$p $@) || { final_exit="exit 1"; exit 1; } ; \
	done; \

test-local run-test-local run-test-ondotnet-local:
	@:

dist-local: dist-default