1 #*****************************************************************************
4 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
5 # Date : 12 September 2011 *
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) thread.exe
43 $(MMS)$(MMSQUALIFIERS) thread_gtk.exe
46 $(MMS)$(MMSQUALIFIERS) thread_gtk2.exe
49 $(MMS)$(MMSQUALIFIERS) thread_x11.exe
56 thread.exe : thread.obj
57 cxxlink thread,[--.lib]vms/opt
60 thread_gtk.exe : thread.obj
61 cxxlink/exec=thread_gtk.exe thread,[--.lib]vms_gtk/opt
64 thread_gtk2.exe : thread.obj
65 cxxlink/exec=thread_gtk2.exe thread,[--.lib]vms_gtk2/opt
68 thread_x11.exe : thread.obj
69 cxxlink/exec=thread_x11.exe thread,[--.lib]vms_x11_univ/opt
75 thread.obj : thread.cpp