All: Clock.exe Catal Deutsch English Espaol

Clock.exe: $*.obj $*.res $*.def About.obj Config.obj Debug.obj Process.obj Profile.obj Restring.obj Support.obj Cdlist.obj
  link386 /NOLOGO /MAP $*+About+Config+Debug+Process+Profile+Restring+Support+Cdlist,$*,$*,libgpp+libc+os2386+os2286,$*;
  rc $*.res

Clock.res: $*.rc $*.ico
  rc -r $*.rc

Clock.obj: $*.cc $*.h About.h Config.h Debug.h Support.h
  gcc -c -O $*.cc

About.obj: $*.cc $*.h Support.h
  gcc -c -O $*.cc

Config.obj: $*.cc $*.h Debug.h Support.h
  gcc -c -O $*.cc

Debug.obj: $*.cc $*.h
  gcc -c -O $*.cc

Process.obj: $*.cc $*.h Debug.h
  gcc -c -O $*.cc

Profile.obj: $*.cc $*.h Support.h
  gcc -c -O $*.cc

Restring.obj: $*.cc $*.h Debug.h
  gcc -c -O $*.cc

Support.obj: $*.cc $*.h Debug.h
  gcc -c -O $*.cc

Cdlist.obj: $*.s
  gcc -c -O $*.s

Cdlist.s: Clock.obj
  collect -o Cdlist.s Clock.obj

Catal: $*.dll $*.hlp

Catal.hlp: $*.ipf Clock.bmp
  ipfc /x /COU=003 /LAN=ESP $*.ipf

Catal.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

Catal.res: $*.rc
  rc -r $*

Deutsch: $*.dll $*.hlp

Deutsch.hlp: $*.ipf Clock.bmp
  ipfc /x /COU=049 /LAN=DEU $*.ipf

Deutsch.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

Deutsch.res: $*.rc
  rc -r $*

English: $*.dll $*.hlp

English.hlp: $*.ipf Clock.bmp
  ipfc /x /COU=001 /LAN=ENU $*.ipf

English.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

English.res: $*.rc
  rc -r $*

Espaol: $*.dll $*.hlp

Espaol.hlp: $*.ipf Clock.bmp
  ipfc /x /COU=003 /LAN=ESP $*.ipf

Espaol.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

Espaol.res: $*.rc
  rc -r $*

dll.obj: $*.asm
  masm $* ;
