File: Makefile.am

package info (click to toggle)
xwnc 0.3.3-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 14,812 kB
  • ctags: 44,024
  • sloc: ansic: 303,514; asm: 4,881; sh: 1,331; makefile: 1,148
file content (37 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
## -*- Makefile -*- mode
## Process this file with automake to create Makefile.in


SUBDIRS = doc

if HAVE_FVWM
SUBDIRS += fvwm-insitu
endif

SUBDIRS += wncauth xlibs xserver bin

if HAVE_FVWMAMETISTA
SUBDIRS += FvwmAmetista
endif

SUBDIRS += rpm

## ---------------------------------------------------------------------------
## Produce an rpm package using dist or from the given tarball
## (requires rpmbuild in your system)
#  Usage:
#    make rpm-dist
#    make release=1 rpm-dist
#    make rpm-this
#    make version=2.3.22 release=2 rpm-this
#    make rpm-dist cparams='--enable-multibyte --quiet' mparams='CFLAGS="-O2 -g"'

# automatical regeneration is missing for other dirs, so do it explicitly
rpm-regenerate:
	(cd rpm && $(MAKE) $(AM_MAKEFLAGS) Makefile *.spec) || exit 1

rpm-dist: dist rpm-this

rpm-this: rpm-regenerate
	(cd rpm && $(MAKE) $(AM_MAKEFLAGS) this) || exit 1