##################################################
## <makefile> by // x-otic^q!p^subtranCe^powerC ##
##################################################

.silent

compiler                = wpp386

compiler_options        = /oneax /oe /oh /oi+ /5r /zp8 /zc -zld

assembler               = wasm

assembler_options       = -3ps

system                  = pmodew

exe_file                = appack.exe

object_files            = appack.obj

library_files           = ..\watcom\aplib.lib

$(exe_file): $(object_files)
             *wlink system $(system) $(linker_options) name $(exe_file) file {$(object_files)} library {$(library_files)}

.cpp.obj:
             *$(compiler) $(compiler_options) $<

.asm.obj:
             *$(assembler) $(assembler_options) $<
