File: Makefile.am

package info (click to toggle)
hexchat 2.10.1-1%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 16,676 kB
  • ctags: 6,393
  • sloc: ansic: 61,990; sh: 11,673; xml: 3,987; perl: 1,144; cs: 576; cpp: 323; makefile: 297; python: 45
file content (25 lines) | stat: -rw-r--r-- 322 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
if DO_PYTHON
pythondir = python
endif

if DO_PERL
perldir = perl
endif

if DO_DOAT
doatdir = doat
endif

if DO_FISHLIM
fishlimdir = fishlim
endif

if DO_CHECKSUM
checksumdir = checksum
endif

if DO_SYSINFO
sysinfodir = sysinfo
endif

SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)