File: Makefile.am

package info (click to toggle)
zhcon 1%3A0.2.6-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 10,216 kB
  • ctags: 2,084
  • sloc: cpp: 10,939; sh: 2,998; ansic: 1,635; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
EXTRA_DIST = *.bpsf

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(libdir)/zhcon/font/
	$(INSTALL_DATA) $(srcdir)/*.bpsf $(DESTDIR)$(libdir)/zhcon/font/

uninstall-local:
	-rm -f $(DESTDIR)$(libdir)/zhcon/font/*.bpsf