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

%define	_prefix			@prefix@
%define _defaultbuildroot 	%{_tmppath}/%{name}-%{version}-root
%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif