Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > b0e97864d7e54c640c7e304f0b72dada > files > 630

lib64wxgtk2.6-devel-2.6.4-14mdv2008.1.x86_64.rpm

#*****************************************************************************
#                                                                            *
# Make file for VMS                                                          *
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl)                              *
# Date : 10 November 1999                                                     *
#                                                                            *
#*****************************************************************************
.first
	define wx [--.include.wx]

.ifdef __WXMOTIF__
CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
	   /assume=(nostdnew,noglobal_array_new)
.else
.ifdef __WXGTK__
CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
	   /assume=(nostdnew,noglobal_array_new)
.else
CXX_DEFINE =
.endif
.endif

.suffixes : .cpp

.cpp.obj :
	cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp

all :
.ifdef __WXMOTIF__
	$(MMS)$(MMSQUALIFIERS) checklst.exe
.else
.ifdef __WXGTK__
	$(MMS)$(MMSQUALIFIERS) checklst_gtk.exe
.endif
.endif

.ifdef __WXMOTIF__
checklst.exe : checklst.obj
	cxxlink checklst,[--.lib]vms/opt
.else
.ifdef __WXGTK__
checklst_gtk.exe : checklst.obj
	cxxlink/exec=checklst_gtk.exe checklst,[--.lib]vms_gtk/opt
.endif
.endif

checklst.obj : checklst.cpp