Added libalien-wxwidgets-perl
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / inc / My / Build / gmake.mak
1 #############################################################################
2 ## Name:        build/Wx/build/Config/gmake.mak
3 ## Purpose:     extracts some flag information from makeg95.env
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     10/12/2000
7 ## RCS-ID:      $Id: gmake.mak,v 1.1 2005/08/16 20:52:34 mbarbon Exp $
8 ## Copyright:   (c) 2000 Mattia Barbon
9 ## Licence:     This program is free software; you can redistribute it and/or
10 ##              modify it under the same terms as Perl itself
11 #############################################################################
12
13 WXUSINGDLL=1
14
15 include $(WXWIN)/src/makeg95.env
16
17 version:
18         echo $(WXVERSION)$(wxRELEASE_NUMBER)
19
20 wxdir:
21         echo $(WXWIN)
22
23 # for 2.4.0 or less vs. 2.4.1 and 2.5.0
24 cxxflags:
25         echo $(CPPFLAGS) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS)
26
27 linkflags:
28         echo $(LINKFLAGS)
29
30 libs:
31         echo $(LIBS)
32
33 # this one is for import library ( not in wx-config )
34 implib:
35         echo $(WXLIB)