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 (33 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## Process this file with automake to produce Makefile.in

miscdir = $(pkgdatadir)

dist_misc_DATA = patchbank

dist_bin_SCRIPTS = phasex-convert-patch

desktopdir = $(datadir)/applications
desktop_files = phasex.desktop
desktop_in_files = phasex.desktop.in

EXTRA_DIST = $(desktop_in_files:.desktop.in=.desktop)

desktop_base = Application AudioVideo Audio
desktop_extra = X-Jack X-MIDI X-Synthesis X-Digital_Processing


install-data-local:
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(datadir)/applications


uninstall-hook:
	test -f $(DESTDIR)$(desktopdir)/phasex.desktop && \
		rm -f $(DESTDIR)$(desktopdir)/phasex.desktop


clean-local:


distclean-local:
	rm -f *~