Sweden-Number/loader/dos/Makefile.in

19 lines
275 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
C_SRCS = dosmod.c
PROGRAMS = dosmod
all: $(PROGRAMS)
dosmod: dosmod.c
$(CC) $(ALLCFLAGS) -o dosmod $(SRCDIR)/dosmod.c
@MAKE_RULES@
### Dependencies: