#
# Makefile for binop Application
#
# explenation of macros:
#  --- origin files ----
# PROGRAM :  program name & client '.c' file
# MANAGER :  the server '.c' file (must be different then SERVER!)
# APFFILE :  the aplication '.apf' file
# --- generated files ---
# IDLFILE :  name of .idl file
# CLIENT  :  name for client files (including executable) 
# SERVER  :  name for server files (including executable) 
#
PROGRAM = array
MANAGER = manager
APFFILE = array
#
IDLFILE = array
CLIENT  = client
SERVER  = server
#
NEED_AUX_FILES =
#
OTHER_CLIENT_OFILES = caux.obj
OTHER_SERVER_OFILES = 
OTHER_PROGRAM_OFILES = caux.obj
PROGRAM_OFILES       =  dummy.obj


!include ../rules.mak
