File: Makefile.am

package info (click to toggle)
zhcon 1%3A0.2.6-19
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,616 kB
  • sloc: cpp: 10,936; sh: 2,998; ansic: 1,628; makefile: 56
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
EXTRA_DIST = *.mb

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(datadir)/zhcon/input/
	$(INSTALL_DATA) $(srcdir)/*.mb $(DESTDIR)$(datadir)/zhcon/input/

uninstall-local:
	-rm -f $(DESTDIR)$(datadir)/zhcon/input/*.mb