1 #*****************************************************************************
4 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
5 # Date : 21 January 2013 *
7 #*****************************************************************************
9 define wx [--.include.wx]
12 CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
13 /assume=(nostdnew,noglobal_array_new)
16 CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
17 /assume=(nostdnew,noglobal_array_new)
20 CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
21 /assume=(nostdnew,noglobal_array_new)
24 CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
25 /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)
36 cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
40 $(MMS)$(MMSQUALIFIERS) splash.exe
43 $(MMS)$(MMSQUALIFIERS) splash_gtk.exe
46 $(MMS)$(MMSQUALIFIERS) splash_gtk2.exe
49 $(MMS)$(MMSQUALIFIERS) splash_x11.exe
56 splash.exe : splash.obj
57 cxxlink splash,[--.lib]vms/opt
60 splash_gtk.exe : splash.obj
61 cxxlink/exec=splash_gtk.exe splash,[--.lib]vms_gtk/opt
64 splash_gtk2.exe : splash.obj
65 cxxlink/exec=splash_gtk2.exe splash,[--.lib]vms_gtk2/opt
68 splash_x11.exe : splash.obj
69 cxxlink/exec=splash_x11.exe splash,[--.lib]vms_x11_univ/opt
75 splash.obj : splash.cpp