OSF DCE Application Development Guide--Introduction and Style Guide

OSF DCE Application Development Guide—Introduction and Style Guide
start !intable undocumented
code smp_i_svc_server
text "Sample server"
end
start !intable undocumented
code smp_i_svc_binder
text "Sample object binder"
end
start !intable undocumented
code smp_i_svc_manager
text "Sample manager"
end
A.5 Makefile
A generic Makefile suitable for building the sample code is as follows:
##############################################################################
# [22.VI.94] #
# #
# Makefile: A generic makefile suitable for building the sample #
# application. #
# #
# -77 cols- #
##############################################################################
# Library and include paths:
DCEROOT = /opt/dcelocal
# SAMS reference:
SAMS = sams
# IDL compiler:
IDLC = /bin/idl
# IDLC = /project/dce/build/nb_ux/tools/hp800/bin/idl
# Library directories:
LIBDIRS = -L$(DCEROOT)/usr/lib
# Libraries:
LIBS = -ldce
LIBALL = $(LIBDIRS) $(LIBS)
# Include directories (some compilers need -I. to pick up local header files):
INC = -I. -I$(DCEROOT)/share/include -I$(DCEROOT)/usr/include
#
A 102 Tandem Computers Incorporated 124246