File: Makefile.am

package info (click to toggle)
gom 0.30.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: ansic: 3,021; sh: 1,810; makefile: 36
file content (16 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AUTOMAKE_OPTIONS = 1.9

SUBDIRS = src

EXTRA_DIST = auto_bootstrap examples

docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = README NEWS AUTHORS ChangeLog COPYING

install-data-local:
	$(MKDIR_P) $(DESTDIR)/$(docdir)
	cp -a $(srcdir)/examples/ $(DESTDIR)/$(docdir)

uninstall-local:
	chmod -R +w $(DESTDIR)/$(docdir)/examples
	rm -rf $(DESTDIR)/$(docdir)/examples