remove empty dir
[ghc-hetmet.git] / glafp-utils / Makefile
1 #################################################################################
2 #
3 #                           glafp-utils/Makefile
4 #
5 #               Main Makefile for project glafp-utils
6 #
7 #################################################################################
8
9 TOP=.
10 include $(TOP)/mk/boilerplate.mk
11
12 # We need to write mkdependC first (in that order), to be sure that
13 # make depend will succeed in all the other directories.
14 SUBDIRS = mkdependC mkdirhier runstdtest
15 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
16 SUBDIRS += lndir
17 endif
18
19 include $(TOP)/mk/target.mk