c8223df094dbe3dea306d1180dea1f807a6412db
[ghc-hetmet.git] / utils / lndir / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS=lndir.c
5 C_PROG=lndir
6
7 CLEAN_FILES += $(C_PROG)$(exeext) $(C_OBJS)
8 DESTDIR=$(INSTBINDIR)
9
10 include $(TOP)/mk/target.mk
11
12 # Win32: cygwin supports symlinks, so make sure we
13 #        don't feed in the mingw flags here. In other
14 #        words, lndir.exe is a cygwin-based app.
15 CC_OPTS := $(filter-out -mno-cygwin,$(CC_OPTS))