File: Makefile

package info (click to toggle)
haddock 0.6-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,680 kB
  • ctags: 482
  • sloc: haskell: 11,317; sh: 3,136; makefile: 543; ansic: 445; yacc: 76
file content (19 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (3)
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 docbook
ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
SUBDIRS += lndir
endif

include $(TOP)/mk/target.mk