File: Makefile.am

package info (click to toggle)
gpt 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,452 kB
  • sloc: cpp: 6,556; sh: 4,883; makefile: 162
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign subdir-objects

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src doc exemplos lib

docdir = $(datadir)/doc/$(PACKAGE)

doc_DATA = README.md README.en.md CHANGELOG.md HACKING.md NEWS.md THANKS

EXTRA_DIST = INSTALL.default $(doc_DATA)

uninstall-devel:
	rm -rf $(includedir)/${PACKAGE}
	rm -f $(libdir)/libgportugol*