1 TOPSRCDIR
= @top_srcdir@
6 DEFS
= -D__WINESRC__
$(EXTRADEFS
)
8 PROGRAMS
= winebuild
$(EXEEXT
)
9 MANPAGES
= winebuild.man
23 INSTALLDIRS
= $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man
$(prog_manext
)
25 all: $(PROGRAMS
) $(MANPAGES
)
29 winebuild
$(EXEEXT
): $(OBJS
)
30 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBPORT
) $(LDFLAGS
)
32 install install-dev
:: $(PROGRAMS
) $(MANPAGES
) $(INSTALLDIRS
)
33 $(INSTALL_PROGRAM
) winebuild
$(EXEEXT
) $(DESTDIR
)$(bindir)/winebuild
$(EXEEXT
)
34 $(INSTALL_DATA
) winebuild.man
$(DESTDIR
)$(mandir)/man
$(prog_manext
)/winebuild.
$(prog_manext
)
37 $(RM
) $(DESTDIR
)$(bindir)/winebuild
$(EXEEXT
) $(DESTDIR
)$(mandir)/man
$(prog_manext
)/winebuild.
$(prog_manext
)
39 @DEPENDENCIES@
# everything below this line is overwritten by make depend