annotate src/s/domain.h @ 90401:5ac810cdd794

(ALL_CFLAGS): Add @FREETYPE_CFLAGS@, @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@. (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@. (FONTSRC, FONTOBJ): New variables. (obj): Add $(FONTOBJ). (SOME_MACHINE_OBJECTS): Lib_X11_Lib. (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and @LIBOTF_LIBS@. (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets. (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depends on $(FONTSRC).
author Kenichi Handa <handa@m17n.org>
date Tue, 06 Jun 2006 03:47:33 +0000
parents 68c22ea6027c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #include "bsd4-3.h"
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 /* Inhibit using -X, which is the default. */
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #define LD_SWITCH_SYSTEM
89909
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
5
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
6 /* arch-tag: 08941c4f-d0b6-4ad6-b7e3-7e7fe76c0e94
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
7 (do not change this comment) */