summaryrefslogtreecommitdiff
path: root/glafp-utils/Makefile
blob: d9a8b2e35104e2cf94a4897e6d3f628e680a4f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#################################################################################
#
#			    glafp-utils/Makefile
#
#		Main Makefile for project glafp-utils
#
#################################################################################

TOP=.
include $(TOP)/mk/boilerplate.mk

# We need to write mkdependC first (in that order), to be sure that
# make depend will succeed in all the other directories.
SUBDIRS = mkdependC mkdirhier runstdtest
ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
SUBDIRS += lndir
endif

include $(TOP)/mk/target.mk