home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / aplusplus-1.01-src.lha / GNU / src / amiga / APlusPlus-1.01 / SASC++ / APPLibrary / smakefile < prev    next >
Makefile  |  1994-05-09  |  3KB  |  98 lines

  1. #
  2. # Makefile for the A++ Library
  3. # Copyright (C) by Armin Vogt
  4. #
  5. # $Id: smakefile,v 1.6 1994/05/09 21:25:45 Armin_Vogt Exp Armin_Vogt $
  6. #
  7.  
  8.  
  9. #.SET: apphome:  =   work:sas/aplusplus_development
  10.  
  11. LIBRARYFILE     =       aplusplus.lib
  12. LIBSOURCE       =       apphome:aplusplus/libsource/
  13. APPHEADERS      =       apphome:Aplusplus/
  14.  
  15. OBJS            =       appmain.o list.o prioritylist.o objectlist.o maparray.o\
  16.       signalresponder.o lvobject.o messagec.o timedmsgport.o\
  17.         timerc.o\
  18.       attrlist.o rawkeydecoder.o intuiobject.o itransponder.o graphicobject.o\
  19.       screenc.o windowcv.o gwindow.o gborder.o gadgetcv.o intuimessagec.o\
  20.       stdgadget.o boopsigadget.o gt_gadget.o gt_scroller.o gt_listview.o gt_string.o\
  21.       fontc.o drawarea.o autodrawarea.o canvas.o textview.o\
  22.         taglist.o
  23.  
  24.  
  25. $(LIBRARYFILE): $(OBJS)
  26.     oml $(LIBRARYFILE) R $?
  27.  
  28. .cxx.o:
  29.    sc $*.cxx includedirectory=apphome: objectname=/APPLibrary/
  30.  
  31.  
  32. APPMain.o: $(LIBSOURCE)APPMain.cxx 
  33.  
  34. AttrList.o: $(LIBSOURCE)AttrList.cxx $(APPHEADERS)utility/AttrList.h
  35.  
  36. AutoDrawArea.o: $(LIBSOURCE)AutoDrawArea.cxx $(APPHEADERS)graphics/AutoDrawArea.h
  37.  
  38. BoopsiGadget.o: $(LIBSOURCE)BoopsiGadget.cxx $(APPHEADERS)intuition/BoopsiGadget.h
  39.  
  40. Canvas.o: $(LIBSOURCE)Canvas.cxx $(APPHEADERS)graphics/Canvas.h
  41.  
  42. DrawArea.o: $(LIBSOURCE)DrawArea.cxx $(APPHEADERS)graphics/DrawArea.h
  43.  
  44. FontC.o: $(LIBSOURCE)FontC.cxx $(APPHEADERS)graphics/FontC.h
  45.  
  46. GadgetCV.o: $(LIBSOURCE)GadgetCV.cxx $(APPHEADERS)intuition/GadgetCV.h
  47.  
  48. GBorder.o: $(LIBSOURCE)GBorder.cxx $(APPHEADERS)graphics/GBorder.h
  49.  
  50. GraphicObject.o: $(LIBSOURCE)GraphicObject.cxx $(APPHEADERS)graphics/GraphicObject.h
  51.  
  52. GT_Gadget.o: $(LIBSOURCE)GT_Gadget.cxx $(APPHEADERS)intuition/GT_Gadget.h
  53.  
  54. GT_Scroller.o: $(LIBSOURCE)GT_Scroller.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_Scroller.h
  55.  
  56. GT_String.o: $(LIBSOURCE)GT_String.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_String.h
  57.  
  58. GWindow.o: $(LIBSOURCE)GWindow.cxx $(APPHEADERS)intuition/GWindow.h
  59.  
  60. IntuiObject.o: $(LIBSOURCE)IntuiObject.cxx $(APPHEADERS)intuition/IntuiObject.h
  61.  
  62. ITransponder.o: $(LIBSOURCE)ITransponder.cxx $(APPHEADERS)intuition/ITransponder.h
  63.  
  64. List.o: $(LIBSOURCE)List.cxx $(APPHEADERS)exec/List.h
  65.  
  66. LvObject.o: $(LIBSOURCE)LvObject.cxx  $(APPHEADERS)exec/LvObject.h
  67.  
  68. MapArray.o: $(LIBSOURCE)MapArray.cxx  $(APPHEADERS)environment/MapArray.h
  69.  
  70. MessageC.o: $(LIBSOURCE)MessageC.cxx  $(APPHEADERS)exec/MessageC.h
  71.  
  72. ObjectList.o: $(LIBSOURCE)ObjectList.cxx $(APPHEADERS)exec/ObjectList.h
  73.  
  74. PriorityList.o: $(LIBSOURCE)PriorityList.cxx $(APPHEADERS)exec/PriorityList.h
  75.  
  76. RawKeyDecoder.o: $(LIBSOURCE)RawKeyDecoder.cxx $(APPHEADERS)intuition/RawKeyDecoder.h
  77.  
  78. ScreenC.o: $(LIBSOURCE)ScreenC.cxx $(APPHEADERS)intuition/ScreenC.h
  79.  
  80. SignalResponder.o: $(LIBSOURCE)SignalResponder.cxx $(APPHEADERS)exec/SignalResponder.h
  81.  
  82. StdGadget.o: $(LIBSOURCE)StdGadget.cxx $(APPHEADERS)intuition/StdGadget.h
  83.  
  84. taglist.o: $(LIBSOURCE)taglist.cxx  
  85.  
  86. WindowCV.o: $(LIBSOURCE)WindowCV.cxx $(APPHEADERS)intuition/WindowCV.h
  87.  
  88. GT_Listview.o: $(LIBSOURCE)GT_Listview.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_Listview.h
  89.  
  90. IntuiMessageC.o: $(LIBSOURCE)IntuiMessageC.cxx  $(APPHEADERS)intuition/IntuiMessageC.h
  91.  
  92. TextView.o: $(LIBSOURCE)TextView.cxx $(APPHEADERS)graphics/TextView.h
  93.  
  94. TimedMsgPort.o: $(LIBSOURCE)TimedMsgPort.cxx  $(APPHEADERS)exec/TimedMsgPort.h
  95.  
  96. TimerC.o: $(LIBSOURCE)TimerC.cxx  $(APPHEADERS)devices/TimerC.h
  97.  
  98.