home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-09-30 | 1.8 KB | 90 lines |
- All: Clock.exe Català Deutsch English Español
-
- 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 $*
-
- Español: $*.dll $*.hlp
-
- Español.hlp: $*.ipf Clock.bmp
- ipfc /x /COU=003 /LAN=ESP $*.ipf
-
- Español.dll: $*.def $*.res dll.obj
- link dll, $*.dll /align:16, nul,, $* ;
- rc $*.res $*.dll
-
- Español.res: $*.rc
- rc -r $*
-
- dll.obj: $*.asm
- masm $* ;
-