You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
31
tools/pedump/Makefile.am
Normal file
31
tools/pedump/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLAGS) $(SHARED_CFLAGS)
|
||||
|
||||
if DISABLE_EXECUTABLES
|
||||
bin_PROGRAMS =
|
||||
else
|
||||
if DISABLE_LIBRARIES
|
||||
bin_PROGRAMS =
|
||||
else
|
||||
if SUPPORT_SGEN
|
||||
bin_PROGRAMS = pedump
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
pedump_SOURCES = \
|
||||
pedump.c
|
||||
|
||||
pedump_LDADD = \
|
||||
$(top_builddir)/mono/metadata/libmonoruntimesgen-static.la \
|
||||
$(top_builddir)/mono/sgen/libmonosgen-static.la \
|
||||
$(top_builddir)/mono/io-layer/libwapi.la \
|
||||
$(top_builddir)/mono/utils/libmonoutils.la \
|
||||
$(LLVM_LIBS) \
|
||||
$(LLVM_LDFLAGS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(LIBICONV)
|
||||
|
||||
if PLATFORM_DARWIN
|
||||
pedump_LDFLAGS=-framework CoreFoundation -framework Foundation
|
||||
endif
|
||||
739
tools/pedump/Makefile.in
Normal file
739
tools/pedump/Makefile.in
Normal file
File diff suppressed because it is too large
Load Diff
750
tools/pedump/pedump.c
Normal file
750
tools/pedump/pedump.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user