Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « metadata « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 505141d5abc34b45d470588765b44d1806b3151e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = pedump

lib_LIBRARIES = libmetadata.a

INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)

libmetadata_a_SOURCES = \
	assembly.h	\
	assembly.c	\
	cil-coff.h	\
	metadata.c	\
	metadata.h	\
	rawbuffer.c	\
	rawbuffer.h

pedump_SOURCES =		\
	pedump.c $(libmetadata_a_SOURCES)

pedump_LDADD = $(GLIB_LIBS)