home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
aplusplus-1.01-src.lha
/
src
/
amiga
/
aplusplus-1.01
/
sasc++
/
makefile
< prev
next >
Wrap
Makefile
|
1994-05-09
|
3KB
|
100 lines
#
# Makefile for the A++ Library
# Copyright (C) by Armin Vogt
#
# $Id: makefile,v 1.3 1994/05/09 21:25:32 Armin_Vogt Exp Armin_Vogt $
#
LIBRARYFILE = gcc:lib/libaplusplus.a
LIBSOURCE = apphome:aplusplus/libsource/
APPHEADERS = apphome:Aplusplus/
OPTS =
OBJS = appmain.o list.o prioritylist.o objectlist.o\
signalresponder.o messagec.o timedmsgport.o timerc.o\
attrlist.o taglist.o intuiobject.o itransponder.o graphicobject.o\
screenc.o windowcv.o gwindow.o gborder.o gadgetcv.o intuimessagec.o\
stdgadget.o boopsigadget.o gt_gadget.o gt_scroller.o gt_listview.o gt_string.o\
fontc.o drawarea.o autodrawarea.o canvas.o textview.o\
rawkeydecoder.o maparray.o
$(LIBRARYFILE): $(OBJS)
ar rT $(LIBRARYFILE) $?
.cxx.o:
g++ $*.cxx -c $(OPTS) -Iapphome:
APPMain.o: $(LIBSOURCE)APPMain.cxx
AttrList.o: $(LIBSOURCE)AttrList.cxx $(APPHEADERS)utility/AttrList.h
AutoDrawArea.o: $(LIBSOURCE)AutoDrawArea.cxx $(APPHEADERS)graphics/AutoDrawArea.h
BoopsiGadget.o: $(LIBSOURCE)BoopsiGadget.cxx $(APPHEADERS)intuition/BoopsiGadget.h
Canvas.o: $(LIBSOURCE)Canvas.cxx $(APPHEADERS)graphics/Canvas.h
DrawArea.o: $(LIBSOURCE)DrawArea.cxx $(APPHEADERS)graphics/DrawArea.h
FontC.o: $(LIBSOURCE)FontC.cxx $(APPHEADERS)graphics/FontC.h
GadgetCV.o: $(LIBSOURCE)GadgetCV.cxx $(APPHEADERS)intuition/GadgetCV.h
GBorder.o: $(LIBSOURCE)GBorder.cxx $(APPHEADERS)graphics/GBorder.h
GraphicObject.o: $(LIBSOURCE)GraphicObject.cxx $(APPHEADERS)graphics/GraphicObject.h
GT_Gadget.o: $(LIBSOURCE)GT_Gadget.cxx $(APPHEADERS)intuition/GT_Gadget.h
GT_Scroller.o: $(LIBSOURCE)GT_Scroller.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_Scroller.h
GT_String.o: $(LIBSOURCE)GT_String.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_String.h
GWindow.o: $(LIBSOURCE)GWindow.cxx $(APPHEADERS)intuition/GWindow.h
IntuiObject.o: $(LIBSOURCE)IntuiObject.cxx $(APPHEADERS)intuition/IntuiObject.h
ITransponder.o: $(LIBSOURCE)ITransponder.cxx $(APPHEADERS)intuition/ITransponder.h
List.o: $(LIBSOURCE)List.cxx $(APPHEADERS)exec/List.h
LvObject.o: $(LIBSOURCE)LvObject.cxx $(APPHEADERS)exec/LvObject.h
MapArray.o: $(LIBSOURCE)MapArray.cxx $(APPHEADERS)environment/MapArray.h
MessageC.o: $(LIBSOURCE)MessageC.cxx $(APPHEADERS)exec/MessageC.h
ObjectList.o: $(LIBSOURCE)ObjectList.cxx $(APPHEADERS)exec/ObjectList.h
PriorityList.o: $(LIBSOURCE)PriorityList.cxx $(APPHEADERS)exec/PriorityList.h
RawKeyDecoder.o: $(LIBSOURCE)RawKeyDecoder.cxx $(APPHEADERS)intuition/RawKeyDecoder.h
ScreenC.o: $(LIBSOURCE)ScreenC.cxx $(APPHEADERS)intuition/ScreenC.h
SignalResponder.o: $(LIBSOURCE)SignalResponder.cxx $(APPHEADERS)exec/SignalResponder.h
StdGadget.o: $(LIBSOURCE)StdGadget.cxx $(APPHEADERS)intuition/StdGadget.h
taglist.o: $(LIBSOURCE)taglist.cxx
WindowCV.o: $(LIBSOURCE)WindowCV.cxx $(APPHEADERS)intuition/WindowCV.h
GT_Listview.o: $(LIBSOURCE)GT_Listview.cxx $(APPHEADERS)intuition/GT_Gadgets/GT_Listview.h
IntuiMessageC.o: $(LIBSOURCE)IntuiMessageC.cxx $(APPHEADERS)intuition/IntuiMessageC.h
TextView.o: $(LIBSOURCE)TextView.cxx $(APPHEADERS)graphics/TextView.h
TimedMsgPort.o: $(LIBSOURCE)TimedMsgPort.cxx $(APPHEADERS)exec/TimedMsgPort.h
TimerC.o: $(LIBSOURCE)TimerC.cxx $(APPHEADERS)devices/TimerC.h