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

SUBDIRS = shared schedsim_priority
DIST_SUBDIRS = shared schedsim_priority

if HAS_SMP
SUBDIRS += schedsim_smpsimple
DIST_SUBDIRS += schedsim_smpsimple
endif

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