Sweden-Number/programs/winemine/Makefile.in

36 lines
561 B
Makefile
Raw Normal View History

DEFS = -DWINELIB -DSTRICT
2000-03-15 20:06:39 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winemine
2000-10-31 01:22:41 +01:00
IMPORTS = user32 gdi32 kernel32 ntdll
2000-03-15 20:06:39 +01:00
LICENSELANG = En
C_SRCS = \
main.c \
dialog.c
SPEC_SRCS = winemine.spec
RC_SRCS = rsrc.rc
all: $(PROGRAMS)
2000-03-15 20:06:39 +01:00
@MAKE_RULES@
winemine: $(OBJS)
$(CC) -o winemine $(OBJS) $(DLL_LINK) $(LIBS)
2000-03-15 20:06:39 +01:00
$(SPEC_SRCS:.spec=.spec.c): $(RC_SRCS:.rc=.res)
2000-03-15 20:06:39 +01:00
install::
$(INSTALL_PROGRAM) winemine $(bindir)/winemine
uninstall::
$(RM) $(bindir)/winemine
### Dependencies: