summaryrefslogblamecommitdiffstats
path: root/scripts/common/common.add.in
blob: 8dd28117510b054a7c95d18309de6612e9a441fa (plain) (tree)
1
2
3
4
5
6
7

                                     
                                               


                                  
                                        




                                               

                                          
                                   



                      
#
# 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 mingw mingw32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif