# IBM Developer's Workframe/2 Make File Creation run at 06:41:12 on 01/26/94

# Make File Creation run in directory:
#   E:\BUILD\SOURCE\C\CLOCK.RP;

.SUFFIXES:

.SUFFIXES: .c .cpp .cxx .rc

ALL: CLOCK.EXE \
     CLOCK.RES \
     Catala Deutsch English Espanol

CLOCK.EXE:  \
  ABOUT.OBJ \
  CLOCK.OBJ \
  CLOCK.RES \
  CONFIG.OBJ \
  DEBUG.OBJ \
  except.OBJ \
  HELPWIN.OBJ \
  MODULE.OBJ \
  PROCESS.OBJ \
  PROFILE.OBJ \
  RESTRING.OBJ \
  SUPPORT.OBJ \
  WINDOW.OBJ \
  MAKEFILE
   ICC.EXE @<<
 /B" /pmtype:pm /nologo /m:full" /Q
 /Fe"CLOCK.EXE" /Fm"CLOCK.MAP" CLOCK.DEF 
ABOUT.OBJ 
CLOCK.OBJ 
CONFIG.OBJ 
DEBUG.OBJ 
except.OBJ 
HELPWIN.OBJ 
MODULE.OBJ 
PROCESS.OBJ 
PROFILE.OBJ 
RESTRING.OBJ 
SUPPORT.OBJ 
WINDOW.OBJ
<<
   RC CLOCK.RES CLOCK.EXE

{.}.rc.res:
   RC -r .\$*.RC

{.}.c.obj:
   ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.c

{.}.cpp.obj:
   ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.cpp

{.}.cxx.obj:
   ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.cxx

!include MAKEFILE.DEP


Catala: $*.dll $*.hlp

Catala.hlp: $*.ipf CLOCK.h CLOCK.bmp
  ipfcomp /x /COU=003 /LAN=ESP $*.ipf

Catala.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

Catala.res: $*.rc
  rc -r $*


Deutsch: $*.dll $*.hlp

Deutsch.hlp: $*.ipf CLOCK.h CLOCK.bmp
  ipfcomp /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.h CLOCK.bmp
  ipfcomp /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 $*


Espanol: $*.dll $*.hlp

Espanol.hlp: $*.ipf CLOCK.h CLOCK.bmp
  ipfcomp /x /COU=003 /LAN=ESP $*.ipf

Espanol.dll: $*.def $*.res dll.obj
  link dll, $*.dll /align:16, nul,, $* ;
  rc $*.res $*.dll

Espanol.res: $*.rc
  rc -r $*


dll.obj: $*.asm
  masm $* ;
