File: Makefile.am

package info (click to toggle)
gtk%2B3.0 3.22.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 182,828 kB
  • ctags: 82,378
  • sloc: ansic: 1,165,043; xml: 9,259; makefile: 6,914; sh: 5,179; python: 402; perl: 370; cpp: 34; sed: 16
file content (23 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/Makefile.decl

SUBDIRS = file lpr

if HAVE_CLOUDPRINT
SUBDIRS += cloudprint
endif

if HAVE_CUPS
SUBDIRS += cups
endif

if TEST_PRINT_BACKEND
SUBDIRS += test
endif

if HAVE_PAPI
SUBDIRS += papi
endif

DIST_SUBDIRS = cloudprint cups file lpr test papi

-include $(top_srcdir)/git.mk