home *** CD-ROM | disk | FTP | other *** search
- # Makefile for
- # testcnr.exe
-
- # Makefile generated with AutoMake (Ver. 3.75 )
- # Generation time: Wed Oct 28 14:25:16 1992
-
- # User profile: testcnr.pro
-
- # Command line argument to produce this makefile
- # am3 *.cpp *.asm *.c -Ptestcnr.pro
-
- # Pragma: Global C++ compiler -> icc. Alias ->
- # Pragma: Global object directory -> .
- # Pragma: Global linker -> link. Alias -> link386
- # Pragma: Fuse
- # Pragma: Every
- # Pragma: SkipLibLists
-
- # New object directories
- OBJN33=.
-
- ERASE=del
- GCC=cl
- GCPPC=icc
- GPL8C=plix
- GLINK=link386
- GSLINK=cl
- GLIBMAN=lib
- GASM=masm
-
- GCPPFLAGS=-Fd -c -Tdp -Ti -dIC_DEVELOP
-
- GLFLAGS=/DEBUG /MAP:F /PM:PM
-
- all: testcnr
-
- testcnr : testcnr.exe
-
-
- testcnr.exe: $(OBJN33)\testcnr.obj \
- testcnr.def testcnr.res
- $(GLINK) $(GLFLAGS) $(OBJN33)\testcnr.obj , testcnr.exe , \
- testcnr.map , ibase.lib ibaseapp.lib ibasectl.lib idrag.lib \
- bbxx.lib icnr.lib , testcnr.def ;
- rc testcnr.res testcnr.exe
-
- $(OBJN33)\testcnr.obj: testcnr.cpp testcnr.hpp testcnr.h
- $(GCPPC) -c $(GCPPFLAGS) /Fo$(OBJN33)\testcnr.obj testcnr.cpp
-
- testcnr.res: testcnr.rc testcnr.h CAR.ICO MINCAR.ICO NOTEBOOK.ICO FOLDER.ICO \
- CABINET.ICO PHONE.ICO INBASKET.ICO SHREDDER.ICO
- rc -r testcnr.rc
-
- clean:
- $(ERASE) testcnr.exe
- $(ERASE) $(OBJN33)\testcnr.obj
- $(ERASE) testcnr.res