home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
makedce.zip
/
EXAMPLES.ZIP
/
examples
/
Array
/
Makefile
< prev
next >
Wrap
Makefile
|
1994-05-08
|
713b
|
31 lines
#
# 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