#
# Makefile for rcmd 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 = rcmd
MANAGER = manager
APFFILE = rcmd
#
IDLFILE = rcmd
CLIENT  = client
SERVER  = server
#
NEED_AUX_FILES =
SAUX = rcmd_saux.obj
#
OTHER_CLIENT_OFILES = caux.obj
OTHER_SERVER_OFILES = 
OTHER_PROGRAM_FILES =
PROGRAM_OFILES       =  dummy.obj


!include ../rules.mak
