[project @ 2001-05-25 01:15:07 by sof]
[ghc-hetmet.git] / ghc / utils / touchy / Makefile
1 #
2 # Substitute for 'touch' on win32 platforms (without an Unix toolset installed).
3 #
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 C_SRCS=touchy.c
8 C_PROG=touchy
9 SRC_CC_OPTS += -O
10
11 # Get it over with!
12 boot :: all
13
14 #
15 # Install touchy in lib/.*
16 #
17 INSTALL_LIBEXECS += $(C_PROG)
18
19 include $(TOP)/mk/target.mk