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

Makefile.am « eglib - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7e5cd63894c695447748d7f651671cebf7c5d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ACLOCAL_AMFLAGS = -I m4

if HOST_WIN32
SUBDIRS = m4 src
else
if PLATFORM_DARWIN
SUBDIRS = m4 src
else
if CROSS_COMPILING
SUBDIRS = m4 src
else
SUBDIRS = m4 src test
endif
endif
endif

EXTRA_DIST = autogen.sh README NEWS AUTHORS ChangeLog winconfig.h