Makefile.in 328 Bytes
Newer Older
Joshua Thielen's avatar
Joshua Thielen committed
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = winemine.exe
6
APPMODE   = -mwindows
7
IMPORTS   = user32 gdi32 advapi32 kernel32
Joshua Thielen's avatar
Joshua Thielen committed
8 9

C_SRCS = \
10 11
        dialog.c \
	main.c
Joshua Thielen's avatar
Joshua Thielen committed
12 13 14

RC_SRCS = rsrc.rc

15
@MAKE_PROG_RULES@
Joshua Thielen's avatar
Joshua Thielen committed
16

17
@DEPENDENCIES@  # everything below this line is overwritten by make depend