File: Makefile.am

package info (click to toggle)
agave 0.4.1-0
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,568 kB
  • ctags: 825
  • sloc: cpp: 5,466; sh: 821; makefile: 251
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
SUBDIRS = ui palettes

desktopdir = $(datadir)/applications
desktop_in_files = agave.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = ${desktop_in_files}

CLEANFILES = ${desktop_DATA}