2000-03-15 20:06:39 +01:00
|
|
|
DEFS = -DWINELIB
|
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = none
|
|
|
|
PROGRAMS = winemine
|
|
|
|
WRCEXTRA = -s -p winemine
|
|
|
|
|
|
|
|
LICENSELANG = En
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c \
|
|
|
|
dialog.c
|
|
|
|
|
|
|
|
|
|
|
|
SPEC_SRCS = winemine.spec
|
|
|
|
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2000-04-15 23:00:55 +02:00
|
|
|
all: check_wrc $(PROGRAMS)
|
2000-03-15 20:06:39 +01:00
|
|
|
|
|
|
|
@MAKE_RULES@
|
|
|
|
|
|
|
|
winemine: $(OBJS)
|
2000-04-24 19:17:49 +02:00
|
|
|
$(CC) -o winemine $(OBJS) $(DLL_LINK) $(LIBS)
|
2000-03-15 20:06:39 +01:00
|
|
|
|
|
|
|
install::
|
|
|
|
$(INSTALL_PROGRAM) winemine $(bindir)/winemine
|
|
|
|
|
|
|
|
uninstall::
|
|
|
|
$(RM) $(bindir)/winemine
|
|
|
|
|
|
|
|
### Dependencies:
|