summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
blob: 16d85d6b6757ed69d66ea85a760141e5b7b9bede (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Please send bugfixes or comments to
# 	http://www.rtems.com/cgi-bin/gnatweb.pl
# or	mailto:@PACKAGE_BUGREPORT@
#

%define	_prefix			@prefix@
%if "%{_prefix}" != "/usr"
%define _infodir		%{_prefix}/info
%define _mandir			%{_prefix}/man
%endif

%define rpmgroup		@rpmgroup@

%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif