File: Makefile.am

package info (click to toggle)
saga 2.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 32,016 kB
  • sloc: cpp: 271,620; ansic: 9,209; sh: 4,232; makefile: 2,666; xml: 1,978; python: 1,000; pascal: 279
file content (14 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = . src
if DEBUG
AM_CFLAGS = -g -DDEBUG
AM_CXXFLAGS = -g -DDEBUG $(GOMPFLAGS)
endif
ACLOCAL_AMFLAGS = -I m4


# additional directories to package
EXTRA_DIST = ./src/scripting

toolchainsdir = $(pkgdatadir)/toolchains

dist_toolchains_DATA = src/scripting/toolchains/*.xml