File: Makefile.am

package info (click to toggle)
phasex 0.14.97-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,480 kB
  • sloc: ansic: 27,210; sh: 8,278; makefile: 386; perl: 201
file content (18 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

helpdir = $(pkgdatadir)/help

help_files = parameters.help

dist_help_DATA = $(help_files)


uninstall-hook:
	test -d $(DESTDIR) && test -d $(DESTDIR)$(helpdir) && rmdir --ignore-fail-on-non-empty $(DESTDIR)$(helpdir)


clean-local:


distclean-local:
	rm -f *~