[project @ 2001-05-29 11:39:00 by rrt]
[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 #
15 # ToDo: remove msub for good
16 #
17 SUBDIRS = mkdependC ltx mkdirhier runstdtest sgmlverb docbook
18 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
19 SUBDIRS += lndir
20 endif
21
22 include $(TOP)/mk/target.mk