## This makefile has been generated automatically by mwgenmake.

## You may define the following variables:
## RUN.dir         : the directory where you want the executables to go
## COMPILE_OPTION  : can have the values: debug, optimized
## APP_CFLAGS      : additional compilation flags for C compiler
##                   and Resource compiler
## APP_CCPPFLAGS   : additional compilation flags for C++ compiler
## APP_DLLFLAGS    : additional link flags
## MWINIT_DEFINES  : list of -D<symbols> used to initialize
##                   Mainwin in certain specific ways 
## MWLOCALES       : list of country codes corresponding to the
##                   resources you have prepared in the res subdirectory
## MIDL_IDL        : The IDL file to be compiled with MIDL
## MIDL_IID        : The iid file from MIDL (default: <idl_name>_i.c)
## MIDL_PROXY      : The proxy implementation from MIDL (default: <idl_name>_p.c)
## MIDL_HEADER     : The header with the interfaces and GUIDs (default: <idl_name>.h)
## MIDL_DLLDATA    : The dll data for the proxy from MIDL (default: dlldata.c)
## MIDL_TLB        : The typelib information from MIDL (default: <idl_name>.tlb)
##                   this will be created in the {RUN.dir} directory.


SOURCES =  \
	Monitor.cpp
	
APP_LDFLAGS =  \
        -l../lib/Lib3


# Original Windows DLL name and target unix shared library
WDLL      = DLL1
DLL       = .../lib/lib${WDLL}.${MW_SHARED_LIBRARY_SUFFIX}

CPP_OBJS  = ${SOURCES:%.C=%.o}
CPP_OBJS := ${CPP_OBJS:%.cpp=%.o}
CPP_OBJS := ${CPP_OBJS:%.cxx=%.o}
DLLOBJS   = ${CPP_OBJS:%.c=%.o}
DLL-EXPORTS = 
SRCS      = ${SOURCES}

# COMPILE_OPTION can be one of the following: debug, optimized
ifndef COMPILE_OPTION
COMPILE_OPTION = debug
endif

include $(MWHOME)/make.rules.simple

ifeq (${MW_CLEARMAKE},no)
include depend-$(MWCONFIG_NAME)
endif

