Add mcs man page here, mcs script
[mono.git] / runtime / Makefile.am
1 #
2 # This is just used to copy and install the DLL files that are currently
3 # being compiled on windows.
4 #
5
6 #
7 # Keep in sync with mono/mono/metadata/Makefile.am
8 #
9 assembliesdir = $(libdir)
10
11 install-data-hook:
12         -cp $(srcdir)/*.dll $(assembliesdir)
13         -cp $(srcdir)/*.exe $(bindir)
14
15
16 dist-hook:
17         -cp $(srcdir)/*.dll $(distdir)
18         -cp $(srcdir)/*.exe $(distdir)
19
20 copy_dlls:
21         cp /nt/mono/mcs/class/*/*.dll .
22
23 push_dlls:
24         scp -o "Protocol 1" *.dll snapshot@mono-cvs.ximian.com:dlls