blob: 73e65a41ca0ca5cdb973b93977310892fc3bd0f5 (
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 \
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
|