Subversion Repositories factorylink.fl

Rev

Blame | Last modification | View Log | Download

# Created by IBM WorkFrame/2 MakeMake at 14:29:04 on 04/09/97
#
# This makefile should be run in the following directory:
#   d:\projects\usdata\install\os2
#
# The actions included in this makefile are:
#   COMPILE::CLC C++
#   LINK::Link

.all: \
  d:\projects\fl\601\flos2\bin\inst_seq.exe \
  inst_seq.mak

#inst_seq.mak:  E:\DESKTOP1\PROJECTS\INST_SEQ
#    -@echo Warning: If any action options have changed,
#    -@echo you should re-run MakeMake.

.SUFFIXES:

.SUFFIXES: .C

.C.obj:
      @echo WF::COMPILE::CLC C++
      icc.exe /Id:\projects\usdata\install\h /Id:\projects\protect\encrypt\h /DOS2 /Sp2 /G4 /C %s

{d:\projects\usdata\install\c}.C.obj:
      @echo WF::COMPILE::CLC C++
      icc.exe /Id:\projects\usdata\install\h /Id:\projects\protect\encrypt\h /DOS2 /Sp2 /G4 /C %s

{d:\projects\usdata\install\h}.C.obj:
      @echo WF::COMPILE::CLC C++
      icc.exe /Id:\projects\usdata\install\h /Id:\projects\protect\encrypt\h /DOS2 /Sp2 /G4 /C %s

d:\projects\fl\601\flos2\bin\inst_seq.exe: \
    .\INST_SEQ.obj \
    inst_seq.mak
      @echo WF::LINK::Link
      link386.exe @<<
         /PM:VIO +
        .\INST_SEQ.obj
        d:\projects\fl\601\flos2\bin\inst_seq.exe
        
        
        ;
<<


!include inst_seq.Dep