xenocara/proto/fontsproto/Makefile.am

27 lines
364 B
Makefile
Raw Normal View History

SUBDIRS=specs
2006-11-25 08:43:19 -07:00
fontsdir = $(includedir)/X11/fonts
fonts_HEADERS = \
font.h \
fontproto.h \
fontstruct.h \
FS.h \
fsmasks.h \
FSproto.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontsproto.pc
2010-04-24 13:52:53 -06:00
MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
2010-04-24 13:52:53 -06:00
INSTALL:
$(INSTALL_CMD)
2010-04-24 13:52:53 -06:00
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL