home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-23 | 4.9 KB | 232 lines |
- # IBM Developer's Workframe/2 Make File Creation run at 06:23:51 on 12/23/93
-
- # Make File Creation run in directory:
- # E:\BUILD\SOURCE\C\MEMSIZE.RPAPO;
-
- .SUFFIXES:
-
- .SUFFIXES: .c .cpp .cxx .rc
-
- ALL: MEMSIZE.EXE \
- MEMSIZE.RES \
- Català Deutsch English Español
-
- MEMSIZE.EXE: \
- ABOUT.OBJ \
- CONFIG.OBJ \
- DEBUG.OBJ \
- ITEMS.OBJ \
- MEMSIZE.OBJ \
- MEMSIZE.RES \
- PROCESS.OBJ \
- PROFILE.OBJ \
- RESTRING.OBJ \
- SETTIMER.OBJ \
- SUPPORT.OBJ \
- MAKEFILE
- ICC.EXE @<<
- /B" /pmtype:pm /nologo /m:full"
- /Fe"MEMSIZE.EXE" /Fm"MEMSIZE.MAP" MEMSIZE.DEF
- ABOUT.OBJ
- CONFIG.OBJ
- DEBUG.OBJ
- ITEMS.OBJ
- MEMSIZE.OBJ
- PROCESS.OBJ
- PROFILE.OBJ
- RESTRING.OBJ
- SETTIMER.OBJ
- SUPPORT.OBJ
- <<
- RC MEMSIZE.RES MEMSIZE.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
-
-
- INCLUDE002=.
- INCLUDE002=$(INCLUDE002);$(INCLUDE)
-
- INCLUDE001=.
- INCLUDE001=$(INCLUDE001);$(INCLUDE)
-
- INCLUDE000=$(INCLUDE)
-
-
- MEMSIZE.RES: MEMSIZE.RC \
- # {$(INCLUDE002)}OS2.H \
- {$(INCLUDE002)}MEMSIZE.H \
- MEMSIZE.ICO \
- MAKEFILE
-
- ABOUT.OBJ: ABOUT.CPP \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}about.h \
- MAKEFILE
-
- CONFIG.OBJ: CONFIG.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}stdlib.h \
- # {$(INCLUDE000)}string.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}memsize.h \
- {$(INCLUDE001)}config.h \
- MAKEFILE
-
- DEBUG.OBJ: DEBUG.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}stdarg.h \
- # {$(INCLUDE000)}stdio.h \
- # {$(INCLUDE000)}stdlib.h \
- # {$(INCLUDE000)}string.h \
- # {$(INCLUDE000)}time.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}memsize.h \
- {$(INCLUDE001)}mutex.h \
- {$(INCLUDE001)}restring.h \
- # {$(INCLUDE000)}os2.h \
- MAKEFILE
-
- ITEMS.OBJ: ITEMS.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}stdio.h \
- # {$(INCLUDE000)}stdlib.h \
- # {$(INCLUDE000)}string.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}restring.h \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}items.h \
- MAKEFILE
-
- MEMSIZE.OBJ: MEMSIZE.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}stdio.h \
- # {$(INCLUDE000)}stdlib.h \
- # {$(INCLUDE000)}string.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}about.h \
- {$(INCLUDE001)}config.h \
- {$(INCLUDE001)}process.h \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}profile.h \
- {$(INCLUDE001)}restring.h \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}items.h \
- {$(INCLUDE001)}memsize.h \
- MAKEFILE
-
- PROCESS.OBJ: PROCESS.CPP \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}process.h \
- # {$(INCLUDE000)}os2.h \
- MAKEFILE
-
- PROFILE.OBJ: PROFILE.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}string.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}profile.h \
- MAKEFILE
-
- RESTRING.OBJ: RESTRING.CPP \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- {$(INCLUDE001)}restring.h \
- # {$(INCLUDE000)}os2.h \
- MAKEFILE
-
- SETTIMER.OBJ: SETTIMER.CPP \
- # {$(INCLUDE000)}os2.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}settimer.h \
- MAKEFILE
-
- SUPPORT.OBJ: SUPPORT.CPP \
- # {$(INCLUDE000)}os2.h \
- # {$(INCLUDE000)}stdarg.h \
- # {$(INCLUDE000)}stdio.h \
- # {$(INCLUDE000)}stdlib.h \
- # {$(INCLUDE000)}string.h \
- {$(INCLUDE001)}support.h \
- {$(INCLUDE001)}debug.h \
- {$(INCLUDE001)}hrtimer.h \
- MAKEFILE
-
-
- Català: $*.dll $*.hlp
-
- Catala.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
- ipfcomp /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 MEMSIZE.h MEMSIZE.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 MEMSIZE.h MEMSIZE.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 $*
-
-
- Español: $*.dll $*.hlp
-
- Español.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
- ipfcomp /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 $* ;