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