Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « build « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8863d37755e2b418ca596eefa791305b0c2ef95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

if ENABLE_MACPLATFORM
SUBDIRS = MacOSX
else

SUBDIRS=
endif

all:

install:
	mkdir -p $(DESTDIR)$(prefix)/lib/monodevelop/bin
	cp -rf bin $(DESTDIR)$(prefix)/lib/monodevelop/
	cp -rf AddIns $(DESTDIR)$(prefix)/lib/monodevelop/
	cp -rf locale $(DESTDIR)$(prefix)/lib/monodevelop/
	cp -rf data $(DESTDIR)$(prefix)/lib/monodevelop/

clean-local:
	rm -rf bin AddIns locale data