| PROGRAMS = wineserver wineserver-installed |
| MANPAGES = wineserver.man wineserver.fr.man |
| $(DESTDIR)$(mandir)/man$(prog_manext) \ |
| $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext) |
| all: $(PROGRAMS) $(MANPAGES) |
| $(CC) -o $@ $(OBJS) $(LIBWINE) $(LIBPORT) $(LDFLAGS) $(LIBS) $(LDRPATH_LOCAL) |
| wineserver-installed: $(OBJS) |
| $(CC) -o $@ $(OBJS) $(LIBWINE) $(LIBPORT) $(LDFLAGS) $(LIBS) $(LDRPATH_INSTALL) |
| install install-lib:: wineserver-installed $(MANPAGES) $(INSTALLDIRS) |
| $(INSTALL_PROGRAM) wineserver-installed $(DESTDIR)$(bindir)/wineserver |
| $(INSTALL_DATA) wineserver.man $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext) |
| $(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext) |
| $(RM) $(DESTDIR)$(bindir)/wineserver $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext) |
| $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext) |
| @DEPENDENCIES@ # everything below this line is overwritten by make depend |