home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-11 | 3.9 KB | 109 lines |
- # Project: pltest
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
-
- # Final targets:
- @.lib.plplot_c5: @.o.arcdraw @.o.arcmkdrawf @.o.hpgl @.o.ljii @.o.null \
- @.o.pdfutils @.o.plargs @.o.plbox @.o.plbuf @.o.plcont @.o.plcore @.o.plctrl @.o.plcvt \
- @.o.pldtik @.o.plfill @.o.plfont @.o.plhist @.o.plline @.o.plmap @.o.plmeta @.o.plot3d \
- @.o.plpage @.o.plsdef @.o.plshade @.o.plstream @.o.plstring @.o.plsym @.o.pltick \
- @.o.plvpor @.o.plwind @.o.ps @.o.sc3d @.o.sccont @.o.scstubs @.o.sfstubs @.o.strutil
- libfile $(libfileflags) @.o.arcdraw @.o.arcmkdrawf @.o.hpgl @.o.ljii \
- @.o.null @.o.pdfutils @.o.plargs @.o.plbox @.o.plbuf @.o.plcont @.o.plcore @.o.plctrl \
- @.o.plcvt @.o.pldtik @.o.plfill @.o.plfont @.o.plhist @.o.plline @.o.plmap @.o.plmeta \
- @.o.plot3d @.o.plpage @.o.plsdef @.o.plshade @.o.plstream @.o.plstring @.o.plsym \
- @.o.pltick @.o.plvpor @.o.plwind @.o.ps @.o.sc3d @.o.sccont @.o.scstubs @.o.sfstubs \
- @.o.strutil
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.arcdraw: @.c.arcdraw
- cc $(ccflags) -o @.o.arcdraw @.c.arcdraw
- @.o.arcmkdrawf: @.c.arcmkdrawf
- cc $(ccflags) -o @.o.arcmkdrawf @.c.arcmkdrawf
- @.o.hpgl: @.c.hpgl
- cc $(ccflags) -o @.o.hpgl @.c.hpgl
- @.o.ljii: @.c.ljii
- cc $(ccflags) -o @.o.ljii @.c.ljii
- @.o.null: @.c.null
- cc $(ccflags) -o @.o.null @.c.null
- @.o.pdfutils: @.c.pdfutils
- cc $(ccflags) -o @.o.pdfutils @.c.pdfutils
- @.o.plargs: @.c.plargs
- cc $(ccflags) -o @.o.plargs @.c.plargs
- @.o.plbox: @.c.plbox
- cc $(ccflags) -o @.o.plbox @.c.plbox
- @.o.plbuf: @.c.plbuf
- cc $(ccflags) -o @.o.plbuf @.c.plbuf
- @.o.plcont: @.c.plcont
- cc $(ccflags) -o @.o.plcont @.c.plcont
- @.o.plcore: @.c.plcore
- cc $(ccflags) -o @.o.plcore @.c.plcore
- @.o.plctrl: @.c.plctrl
- cc $(ccflags) -o @.o.plctrl @.c.plctrl
- @.o.plcvt: @.c.plcvt
- cc $(ccflags) -o @.o.plcvt @.c.plcvt
- @.o.pldtik: @.c.pldtik
- cc $(ccflags) -o @.o.pldtik @.c.pldtik
- @.o.plfill: @.c.plfill
- cc $(ccflags) -o @.o.plfill @.c.plfill
- @.o.plfont: @.c.plfont
- cc $(ccflags) -o @.o.plfont @.c.plfont
- @.o.plhist: @.c.plhist
- cc $(ccflags) -o @.o.plhist @.c.plhist
- @.o.plline: @.c.plline
- cc $(ccflags) -o @.o.plline @.c.plline
- @.o.plmap: @.c.plmap
- cc $(ccflags) -o @.o.plmap @.c.plmap
- @.o.plmeta: @.c.plmeta
- cc $(ccflags) -o @.o.plmeta @.c.plmeta
- @.o.plot3d: @.c.plot3d
- cc $(ccflags) -o @.o.plot3d @.c.plot3d
- @.o.plpage: @.c.plpage
- cc $(ccflags) -o @.o.plpage @.c.plpage
- @.o.plsdef: @.c.plsdef
- cc $(ccflags) -o @.o.plsdef @.c.plsdef
- @.o.plshade: @.c.plshade
- cc $(ccflags) -o @.o.plshade @.c.plshade
- @.o.plstream: @.c.plstream
- cc $(ccflags) -o @.o.plstream @.c.plstream
- @.o.plstring: @.c.plstring
- cc $(ccflags) -o @.o.plstring @.c.plstring
- @.o.plsym: @.c.plsym
- cc $(ccflags) -o @.o.plsym @.c.plsym
- @.o.pltick: @.c.pltick
- cc $(ccflags) -o @.o.pltick @.c.pltick
- @.o.plvpor: @.c.plvpor
- cc $(ccflags) -o @.o.plvpor @.c.plvpor
- @.o.plwind: @.c.plwind
- cc $(ccflags) -o @.o.plwind @.c.plwind
- @.o.ps: @.c.ps
- cc $(ccflags) -o @.o.ps @.c.ps
- @.o.sc3d: @.c.sc3d
- cc $(ccflags) -o @.o.sc3d @.c.sc3d
- @.o.sccont: @.c.sccont
- cc $(ccflags) -o @.o.sccont @.c.sccont
- @.o.scstubs: @.c.scstubs
- cc $(ccflags) -o @.o.scstubs @.c.scstubs
- @.o.sfstubs: @.c.sfstubs
- cc $(ccflags) -o @.o.sfstubs @.c.sfstubs
- @.o.strutil: @.c.strutil
- cc $(ccflags) -o @.o.strutil @.c.strutil
-
-
- # Dynamic dependencies:
- o.strutil: c.strutil
- o.strutil: h.f2c
-