1 thisdir
= class
/Mono.Options
3 include ..
/..
/build
/rules.make
5 LIBRARY
= Mono.Options.dll
10 LIB_MCS_FLAGS
= /r
:$(corlib
) /r
:System.dll
11 TEST_MCS_FLAGS
= /r
:Mono.Posix.dll
/r
:System.dll
13 mono_sourcelibs_DIR
= $(DESTDIR
)$(mono_libdir
)/mono-source-libs
14 mono_options_DATA
= Mono.Options
/Options.cs
16 include ..
/..
/build
/library.make
18 install-local
: install-source
20 uninstall-local
: uninstall-source
23 -$(MKINSTALLDIRS
) $(mono_sourcelibs_DIR
)
24 $(INSTALL
) -m
644 $(mono_options_DATA
) $(mono_sourcelibs_DIR
)
27 -rm -f
$(mono_options_DIR
)/Options.cs
30 for f in
`find Documentation/en -name \*.xml` ; do \
31 sed
-i
's/NDesk.Options/Mono.Options/g' $$f ; \