summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/Makefile.am
blob: 2df602d614b8db985c44c354e7aa9596e9456144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I ./../aclocal

SUBDIRS = shared schedsim_priority
DIST_SUBDIRS = shared schedsim_priority

if HAS_SMP
SUBDIRS += schedsim_smpsimple
DIST_SUBDIRS += schedsim_smpsimple
SUBDIRS += schedsim_smppriority
DIST_SUBDIRS += schedsim_smppriority
endif

include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/host.am