Reorganisation of the source tree
[ghc-hetmet.git] / glafp-utils / lndir / Makefile
diff --git a/glafp-utils/lndir/Makefile b/glafp-utils/lndir/Makefile
deleted file mode 100644 (file)
index d85f92c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-TOP=..
-include $(TOP)/mk/boilerplate.mk
-
-C_SRCS=lndir.c
-C_PROG=lndir
-
-CLEAN_FILES += $(C_PROG)$(exeext) $(C_OBJS)
-DESTDIR=$(INSTBINDIR)
-
-include $(TOP)/mk/target.mk
-
-# Win32: cygwin supports symlinks, so make sure we
-#        don't feed in the mingw flags here. In other
-#        words, lndir.exe is a cygwin-based app.
-CC_OPTS := $(filter-out -mno-cygwin,$(CC_OPTS))