File: Makefile.am

package info (click to toggle)
maxima 5.49.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 128,980 kB
  • sloc: lisp: 437,854; fortran: 14,665; tcl: 10,143; sh: 4,598; makefile: 2,204; ansic: 447; java: 374; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (19 lines) | stat: -rw-r--r-- 617 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
EXTRA_DIST = x-mac.xml x-maxima-out.xml \
  text-x-maximasession.svg text-x-maxima-out.svg maxima rmaxima xmaxima \
  Xmaxima.desktop

appinfodir = $(datarootdir)/metainfo
dist_appinfo_DATA = net.sourceforge.maxima.xmaxima.appdata.xml

mimedatadir = $(datarootdir)/mime/packages
dist_mimedata_DATA = x-mac.xml x-maxima-out.xml

appicondir = $(datarootdir)/icons
dist_appicon_DATA = text-x-maximasession.svg text-x-maxima-out.svg

bashcompletiondir = ${datarootdir}/bash-completion/completions
bashcompletion_DATA = maxima rmaxima xmaxima

desktopdir = $(datarootdir)/applications
dist_desktop_DATA = Xmaxima.desktop