# Project:   IconPlotG


# Flags:

CCflags = -Wall  -O2 -mthrowback    -IOSlib: -IDRW: -IIconPlot:   -c -o 
Linkflags = -static  -Wl,-s  


TARGET = <IconPlot$$Dir>.!RunImage
CC = gcc $(CCflags)
LINK = GCCBIN:gcc $(Linkflags)

LIBS = -lgcc -lunixlib  -ldrwILib32Ga -ldrwlib32Ga -LDRW: 

OBJECTS = <IconPlot$$Dir>.og.drwapp <IconPlot$$Dir>.og.drwUli \
        <IconPlot$$Dir>.og.drwUTregfn <IconPlot$$Dir>.og.drwUWcr \
        <IconPlot$$Dir>.og.drwUhelp <IconPlot$$Dir>.og.drwUmenu \
        <IconPlot$$Dir>.og.drwUMmisc <IconPlot$$Dir>.og.drwUMouse \
        <IconPlot$$Dir>.og.drwUMsl <IconPlot$$Dir>.og.drwUopenW \
        <IconPlot$$Dir>.og.drwUptr <IconPlot$$Dir>.og.drwUredraw \
        <IconPlot$$Dir>.og.drwUwinit <IconPlot$$Dir>.og.drwUWIbar 

# Final Targets:

all: $(TARGET)

$(TARGET): $(OBJECTS) 
	$(LINK) -o $@  $(OBJECTS) $(LIBS)


# Dependencies:

<IconPlot$$Dir>.og.drwapp:	<IconPlot$$Dir>.c.drwapp
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwapp <IconPlot$$Dir>.c.drwapp
<IconPlot$$Dir>.og.drwUli:	<IconPlot$$Dir>.c.drwUli
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUli <IconPlot$$Dir>.c.drwUli
<IconPlot$$Dir>.og.drwUTregfn:	<IconPlot$$Dir>.c.drwUTregfn
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUTregfn <IconPlot$$Dir>.c.drwUTregfn
<IconPlot$$Dir>.og.drwUWcr:	<IconPlot$$Dir>.c.drwUWcr
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUWcr <IconPlot$$Dir>.c.drwUWcr
<IconPlot$$Dir>.og.drwUhelp:	<IconPlot$$Dir>.c.drwUhelp
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUhelp <IconPlot$$Dir>.c.drwUhelp
<IconPlot$$Dir>.og.drwUmenu:	<IconPlot$$Dir>.c.drwUmenu
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUmenu <IconPlot$$Dir>.c.drwUmenu
<IconPlot$$Dir>.og.drwUMmisc:	<IconPlot$$Dir>.c.drwUMmisc
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUMmisc <IconPlot$$Dir>.c.drwUMmisc
<IconPlot$$Dir>.og.drwUMouse:	<IconPlot$$Dir>.c.drwUMouse
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUMouse <IconPlot$$Dir>.c.drwUMouse
<IconPlot$$Dir>.og.drwUMsl:	<IconPlot$$Dir>.c.drwUMsl
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUMsl <IconPlot$$Dir>.c.drwUMsl
<IconPlot$$Dir>.og.drwUopenW:	<IconPlot$$Dir>.c.drwUopenW
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUopenW <IconPlot$$Dir>.c.drwUopenW
<IconPlot$$Dir>.og.drwUptr:	<IconPlot$$Dir>.c.drwUptr
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUptr <IconPlot$$Dir>.c.drwUptr
<IconPlot$$Dir>.og.drwUredraw:	<IconPlot$$Dir>.c.drwUredraw
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUredraw <IconPlot$$Dir>.c.drwUredraw
<IconPlot$$Dir>.og.drwUwinit:	<IconPlot$$Dir>.c.drwUwinit
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUwinit <IconPlot$$Dir>.c.drwUwinit
<IconPlot$$Dir>.og.drwUWIbar:	<IconPlot$$Dir>.c.drwUWIbar
	GCCbin:gcc $(CCflags) <IconPlot$$Dir>.og.drwUWIbar <IconPlot$$Dir>.c.drwUWIbar
