home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / cppbeta / clsam4j / makefile.___ / MAKEFILE
Encoding:
Text File  |  1992-10-28  |  1.3 KB  |  58 lines

  1. # Makefile for
  2. # testcnr.exe 
  3.  
  4. # Makefile generated with AutoMake (Ver. 3.75 )
  5. # Generation time: Wed Oct 28 14:25:16 1992
  6.  
  7. # User profile: testcnr.pro
  8.  
  9. # Command line argument to produce this makefile
  10. # am3 *.cpp *.asm *.c -Ptestcnr.pro 
  11.  
  12. # Pragma: Global C++ compiler -> icc.  Alias -> 
  13. # Pragma: Global object directory -> .
  14. # Pragma: Global linker -> link.  Alias -> link386
  15. # Pragma: Fuse
  16. # Pragma: Every
  17. # Pragma: SkipLibLists
  18.  
  19. # New object directories
  20. OBJN33=.
  21.  
  22. ERASE=del
  23. GCC=cl
  24. GCPPC=icc
  25. GPL8C=plix
  26. GLINK=link386
  27. GSLINK=cl
  28. GLIBMAN=lib
  29. GASM=masm
  30.  
  31. GCPPFLAGS=-Fd -c -Tdp -Ti -dIC_DEVELOP
  32.  
  33. GLFLAGS=/DEBUG /MAP:F /PM:PM 
  34.  
  35. all:  testcnr 
  36.  
  37. testcnr :               testcnr.exe
  38.  
  39.  
  40. testcnr.exe:  $(OBJN33)\testcnr.obj \
  41.     testcnr.def testcnr.res 
  42.     $(GLINK) $(GLFLAGS) $(OBJN33)\testcnr.obj , testcnr.exe , \
  43.       testcnr.map , ibase.lib ibaseapp.lib ibasectl.lib idrag.lib \
  44.       bbxx.lib icnr.lib , testcnr.def ; 
  45.     rc testcnr.res testcnr.exe 
  46.  
  47. $(OBJN33)\testcnr.obj:  testcnr.cpp testcnr.hpp testcnr.h 
  48.     $(GCPPC) -c $(GCPPFLAGS) /Fo$(OBJN33)\testcnr.obj testcnr.cpp 
  49.  
  50. testcnr.res:  testcnr.rc testcnr.h CAR.ICO MINCAR.ICO NOTEBOOK.ICO FOLDER.ICO \
  51.       CABINET.ICO PHONE.ICO INBASKET.ICO SHREDDER.ICO 
  52.     rc -r testcnr.rc 
  53.  
  54. clean:
  55.     $(ERASE) testcnr.exe
  56.     $(ERASE) $(OBJN33)\testcnr.obj
  57.     $(ERASE) testcnr.res
  58.