Makefile.am 391 B

123456789101112131415161718192021
  1. #
  2. # This is just used to copy and install the DLL files that are currently
  3. # being compiled on windows.
  4. #
  5. #
  6. # Keep in sync with mono/mono/metadata/Makefile.am
  7. #
  8. assembliesdir = $(libdir)
  9. install-data-hook:
  10. -cp $(srcdir)/*.dll $(assembliesdir)
  11. dist-hook:
  12. -cp $(srcdir)/*.dll $(distdir)
  13. copy_dlls:
  14. cp /nt/mono/mcs/class/*/*.dll .
  15. push_dlls:
  16. scp *.dll [email protected]:dlls