3 mono_sourcelibs_DIR
= $(DESTDIR
)$(mono_libdir
)/mono-source-libs
5 include ..
/..
/build
/rules.make
7 // 3021: CLS attribute not needed since assembly is not CLS compliant
9 LOCAL_MCS_FLAGS
= -r
:$(topdir
)/class
/lib
/$(PROFILE
)/Mono.CSharp.dll
-r
:$(topdir
)/class
/lib
/$(PROFILE
)/Mono.Posix.dll
-r
:Mono.Management.dll
-unsafe
$(NOWARNS
)
11 PROGRAM
= $(topdir
)/class
/lib
/$(PROFILE
)/csharp.exe
15 CLEAN_FILES
= csharp.exe
*.mdb
17 include ..
/..
/build
/executable.make
19 install-local
: install-source
22 -$(MKINSTALLDIRS
) $(mono_sourcelibs_DIR
)
23 $(INSTALL
) -m
644 getline.cs
$(mono_sourcelibs_DIR
)