blob: 91c84e6ecca5b8dfc9375a40c87242eedc1545dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
XCOMM $Xorg$
HEADERS = bitmap.h bufio.h fntfil.h fntfilio.h fntfilst.h fontenc.h \
fontencc.h fontmisc.h fontmod.h fontshow.h fontutil.h \
fontxlfd.h
all::
BuildIncludes($(HEADERS),X11/fonts,../..)
#if BuildLibraries
InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/fonts,$(INSTINCFLAGS))
#endif
|