1 DEFS = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
8 EXTRAINCL = @FREETYPEINCL@
9 FREETYPELIBS = @FREETYPELIBS@
15 make_ctests$(EXEEXT) \
45 UPDATE_DESKTOP_DATABASE = update-desktop-database
47 all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS)
51 makedep$(EXEEXT): makedep.o
52 $(CC) $(CFLAGS) -o $@ makedep.o $(LDFLAGS)
54 make_ctests$(EXEEXT): make_ctests.o
55 $(CC) $(CFLAGS) -o $@ make_ctests.o $(LDFLAGS)
57 fnt2bdf$(EXEEXT): fnt2bdf.o
58 $(CC) $(CFLAGS) -o $@ fnt2bdf.o $(LIBPORT) $(LDFLAGS)
60 fnt2fon$(EXEEXT): fnt2fon.o
61 $(CC) $(CFLAGS) -o $@ fnt2fon.o $(LIBPORT) $(LDFLAGS)
63 relpath$(EXEEXT): relpath.o
64 $(CC) $(CFLAGS) -o $@ relpath.o $(LIBPORT) $(LDFLAGS)
66 sfnt2fnt$(EXEEXT): sfnt2fnt.o
67 $(CC) $(CFLAGS) -o $@ sfnt2fnt.o $(LIBWINE) $(LIBPORT) $(LDFLAGS) $(FREETYPELIBS)
69 bin2res$(EXEEXT): bin2res.o
70 $(CC) $(CFLAGS) -o $@ bin2res.o $(LIBPORT) $(LDFLAGS)
72 wineprefixcreate: wineprefixcreate.in relpath$(EXEEXT)
73 sed -e "s,@bintodlldir\@,`$(RELPATH) $(bindir) $(dlldir)`,g" -e "s,@bintodatadir\@,`$(RELPATH) $(bindir) $(datadir)/wine`,g" $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false)
74 chmod +x wineprefixcreate
76 install install-lib:: wineprefixcreate
77 $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir)/wine $(DESTDIR)$(datadir)/applications
78 $(INSTALL_SCRIPT) wineprefixcreate $(DESTDIR)$(bindir)/wineprefixcreate
79 $(INSTALL_DATA) $(SRCDIR)/wine.inf $(DESTDIR)$(datadir)/wine/wine.inf
80 $(INSTALL_DATA) $(SRCDIR)/wine.desktop $(DESTDIR)$(datadir)/applications/wine.desktop
81 -$(UPDATE_DESKTOP_DATABASE)
83 install install-dev:: $(INSTALLSUBDIRS:%=%/__install__) $(MANPAGES)
84 $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man$(prog_manext)
85 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(DESTDIR)$(bindir)/winemaker
86 $(INSTALL_DATA) winemaker.man $(DESTDIR)$(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
89 $(RM) $(DESTDIR)$(bindir)/winemaker $(DESTDIR)$(bindir)/wineprefixcreate $(DESTDIR)$(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(DESTDIR)$(datadir)/wine/wine.inf $(DESTDIR)$(datadir)/applications/wine.desktop
90 -$(UPDATE_DESKTOP_DATABASE)