blob: f90d2bcc4a35a0a559a42b6d3ba9b579ee478477 [file] [log] [blame]
Alexandre Julliard767e6f61998-08-09 12:47:43 +00001DEFS = @DLLFLAGS@ -D__WINE__
2TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ../..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
Alexandre Julliard767e6f61998-08-09 12:47:43 +00006
Ove Kaavene5557b32000-12-26 00:22:45 +00007C_SRCS = dosmod.c
Alexandre Julliard767e6f61998-08-09 12:47:43 +00008
Alexandre Julliard85ed45e1998-08-22 19:03:56 +00009PROGRAMS = dosmod
10
Ove Kaavene5557b32000-12-26 00:22:45 +000011all: $(PROGRAMS)
Alexandre Julliard767e6f61998-08-09 12:47:43 +000012
13dosmod: dosmod.c
Alexandre Julliardd30dfd21998-09-27 18:28:36 +000014 $(CC) $(ALLCFLAGS) -o dosmod $(SRCDIR)/dosmod.c
Alexandre Julliard767e6f61998-08-09 12:47:43 +000015
16@MAKE_RULES@
17
Alexandre Julliard767e6f61998-08-09 12:47:43 +000018### Dependencies: