[BACK]Return to makefile.all CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Annotation of OpenXM_contrib/gnuplot/makefile.all, Revision 1.1

1.1     ! maekawa     1: #<<<makefile.all>>>
        !             2: ########################################################
        !             3: #
        !             4: # $Id: makefile.all,v 1.9 1998/05/19 20:55:36 ddenholm Exp $
        !             5: #
        !             6: ########################################################
        !             7: #
        !             8: # Please note that this is NOT a standalone makefile
        !             9: # it is intended to be merged into, or included by
        !            10: # other makefiles once some macros have been defined
        !            11: #
        !            12: # If this segment appears in a makefile other than makefile.all,
        !            13: # do not modify it in situ. This segment will be entirely
        !            14: # replaced in all makefiles whenever makefile.all is updated
        !            15: #
        !            16: # If you are porting gnuplot to a new system, it would
        !            17: # be very helpful if you could include this one in it.
        !            18: # This reduces the amount of work required when files are
        !            19: # added to the distribution
        !            20: #
        !            21: # note that there exists a file gnuplot.opt which lists all the
        !            22: # core files (but without extension)
        !            23: #
        !            24: # please define
        !            25: # O as the object extension
        !            26: # T as the prefix for terminals (eg term/ or [.term])
        !            27: # D as the prefix for docs (eg docs/)
        !            28: # L as the prefix for latex tutorial (eg docs/latextut/ or [.docs.latextut])
        !            29: # Q as the prefix for old doc files (eg docs/old)
        !            30: # S as the prefix for postscript docs (eg docs/ps)
        !            31: # M as the prefix for demos (eg demo/)
        !            32: # N as the prefix for NeXT (eg NeXT/)
        !            33: # P as the prefix for OS/2 (eg os2/)
        !            34: # W as the prefix for Windows (eg win/)
        !            35:
        !            36: ####################################################################
        !            37: # List of object files except version.$(O)
        !            38: COREOBJS = alloc.$(O) binary.$(O) bitmap.$(O) command.$(O) contour.$(O)\
        !            39:        datafile.$(O) eval.$(O) fit.$(O) graphics.$(O) graph3d.$(O) help.$(O)\
        !            40:        hidden3d.$(O) internal.$(O) interpol.$(O) matrix.$(O) misc.$(O)\
        !            41:        parse.$(O) plot.$(O) plot2d.$(O) plot3d.$(O) readline.$(O)\
        !            42:        scanner.$(O) set.$(O) show.$(O) specfun.$(O) standard.$(O) stdfn.$(O)\
        !            43:        term.$(O) time.$(O) util.$(O) util3d.$(O)
        !            44:
        !            45: ####################################################################
        !            46: # List of source files
        !            47: # Used for making shar files, lint, and some dependencies.
        !            48:
        !            49: CSOURCE = alloc.c binary.c bitmap.c command.c contour.c datafile.c eval.c \
        !            50:          fit.c graphics.c graph3d.c help.c hidden3d.c internal.c interpol.c \
        !            51:          matrix.c misc.c parse.c plot.c plot2d.c plot3d.c readline.c \
        !            52:          scanner.c set.c show.c specfun.c standard.c stdfn.c term.c time.c \
        !            53:          util.c util3d.c version.c
        !            54:
        !            55: HEADERS = alloc.h ansichek.h binary.h bitmap.h fit.h fnproto.h help.h \
        !            56:          matrix.h national.h plot.h protos.h setshow.h stdfn.h syscfg.h term.h
        !            57:
        !            58: CORETERM = $(T)aed.trm $(T)ai.trm $(T)amiga.trm $(T)apollo.trm \
        !            59:           $(T)atariaes.trm $(T)atarivdi.trm $(T)cgi.trm $(T)cgm.trm \
        !            60:           $(T)compact.c $(T)corel.trm $(T)debug.trm $(T)djsvga.trm \
        !            61:           $(T)driver.h $(T)dumb.trm $(T)dxf.trm $(T)dxy.trm $(T)eepic.trm \
        !            62:           $(T)emxvga.trm $(T)epson.trm $(T)excl.trm $(T)fg.trm $(T)fig.trm \
        !            63:           $(T)gif.trm $(T)gnugraph.trm $(T)gpic.trm $(T)gpr.trm \
        !            64:           $(T)grass.trm $(T)hp26.trm $(T)hp2648.trm $(T)hp500c.trm \
        !            65:           $(T)hpgl.trm $(T)hpljii.trm $(T)hppj.trm $(T)imagen.trm \
        !            66:           $(T)impcodes.h $(T)iris4d.trm $(T)kyo.trm $(T)latex.trm \
        !            67:           $(T)linux.trm $(T)mac.trm $(T)metafont.trm $(T)mgr.trm \
        !            68:           $(T)mif.trm $(T)multitos.trm $(T)next.trm $(T)object.h \
        !            69:           $(T)pbm.trm $(T)pc.trm $(T)pm.trm $(T)png.trm $(T)post.trm \
        !            70:           $(T)pslatex.trm $(T)pstricks.trm $(T)qms.trm $(T)regis.trm \
        !            71:           $(T)rgip.trm $(T)sun.trm $(T)t410x.trm $(T)table.trm \
        !            72:           $(T)tek.trm $(T)texdraw.trm $(T)tgif.trm $(T)tkcanvas.trm \
        !            73:           $(T)tpic.trm $(T)unixpc.trm $(T)unixplot.trm $(T)v384.trm \
        !            74:           $(T)vws.trm $(T)win.trm $(T)x11.trm $(T)xlib.trm
        !            75:
        !            76: CSOURCE8 = bf_test.c gplt_x11.c
        !            77:
        !            78: NEXTSRC  = $(N)Controller.h $(N)Controller.m $(N)GnuTerm.iconheader \
        !            79:           $(N)GnuTerm.tiff $(N)GnuTerm_main.m $(N)GnuView.h \
        !            80:           $(N)GnuView.m $(N)Makefile $(N)Makefile.postamble \
        !            81:           $(N)Makefile.preamble $(N)PB.gdbinit $(N)PB.project \
        !            82:           $(N)README.rtf $(N)bigger.tiff $(N)gnuviewController.h \
        !            83:           $(N)gnuviewController.m $(N)smaller.tiff \
        !            84:           $(N)English.lproj/GnuTerm.nib/data.classes \
        !            85:           $(N)English.lproj/GnuTerm.nib/data.nib \
        !            86:           $(N)English.lproj/gnuview.nib/bigger.tiff \
        !            87:           $(N)English.lproj/gnuview.nib/data.classes \
        !            88:           $(N)English.lproj/gnuview.nib/data.nib \
        !            89:           $(N)English.lproj/gnuview.nib/smaller.tiff
        !            90:
        !            91: OS2SRC = $(P)dialogs.c $(P)dialogs.h $(P)gclient.c $(P)gnuplot.ico \
        !            92:         $(P)gnupmdrv.c $(P)gnupmdrv.def $(P)gnupmdrv.h $(P)gnupmdrv.ipf \
        !            93:         $(P)gnupmdrv.rc $(P)print.c
        !            94:
        !            95: WINDOWS = $(W)geticon.c $(W)wcommon.h $(W)wgnupl32.def $(W)wgnuplib.c \
        !            96:          $(W)wgnuplib.def $(W)wgnuplib.h $(W)wgnuplib.rc $(W)wgnuplot.def \
        !            97:          $(W)wgnuplot.hpj $(W)wgnuplot.mnu $(W)wgnuplot.rc $(W)wgraph.c \
        !            98:          $(W)winmain.c $(W)wmenu.c $(W)wpause.c $(W)wprinter.c \
        !            99:          $(W)wresourc.h $(W)wtext.c $(W)wtext.h
        !           100:
        !           101: # not C code, but still needed
        !           102:
        !           103: DEMOS = $(M)1.dat $(M)2.dat $(M)3.dat $(M)airfoil.dem $(M)all.dem \
        !           104:        $(M)animate.dem $(M)battery.dat $(M)big_peak.dat $(M)binary.dem \
        !           105:        $(M)bivariat.dem $(M)borders.dem $(M)contours.dem $(M)controls.dem \
        !           106:        $(M)density.fnc $(M)discrete.dem $(M)electron.dem $(M)fit.dem \
        !           107:        $(M)glass.dat $(M)gnuplot.rot $(M)hemisphr.dat $(M)hexa.fnc \
        !           108:        $(M)hidden.dem $(M)klein.dat $(M)lcdemo.dat $(M)line.fnc \
        !           109:        $(M)mgr.dem $(M)moli3.dat $(M)multimsh.dem $(M)multiplt.dem \
        !           110:        $(M)param.dem $(M)polar.dem $(M)poldat.dem $(M)prob.dem \
        !           111:        $(M)prob2.dem $(M)random.dem $(M)reflect.fnc $(M)reread.bor \
        !           112:        $(M)scatter.dem $(M)scatter2.dat $(M)silver.dat $(M)simple.dem \
        !           113:        $(M)singulr.dem $(M)sound.par $(M)sound2.par $(M)soundvel.dat \
        !           114:        $(M)spline.dem $(M)start.par $(M)stat.inc $(M)steps.dat \
        !           115:        $(M)steps.dem $(M)surface1.dem $(M)surface2.dem $(M)timedat.dat \
        !           116:        $(M)timedat.dem $(M)using.dat $(M)using.dem $(M)vector.dem \
        !           117:        $(M)whale.dat $(M)world.cor $(M)world.dat $(M)world.dem
        !           118:
        !           119: ETC =   0BUGS 0FAQ 0INSTALL 0PORTING 0README ChangeLog CodeStyle Copyright \
        !           120:        INSTALL.gnu Makefile.in NEWS PGPKEYS TODO acconfig.h $(ACLOCAL_M4) \
        !           121:        amiga.c buildvms.com commitvers $(CONFIG_HEADER_IN) configure \
        !           122:        configure.in corgraph.asm corplot.c ctrl87.c ctrl87.h descrip.mms \
        !           123:        djconfig.sh errorfix.sh genopt.com gnuplot.def gnuplot.el gnuplot.opt \
        !           124:        gnuplot.prj header.mac hrcgraph.asm install-sh intergra.x11 lasergnu \
        !           125:        lineproc.mac linkopt.vms linkopt.ztc make_vms.com makefile.286 \
        !           126:        makefile.all makefile.amg makefile.ami makefile.cyg makefile.dj2 \
        !           127:        makefile.djg makefile.emx makefile.g makefile.mgw makefile.msc \
        !           128:        makefile.msw makefile.mto makefile.nt makefile.os2 makefile.os9 \
        !           129:        makefile.st makefile.tc makefile.unx makefile.vms makefile.wc \
        !           130:        makefile.win makefile.ztc missing mkinstalldirs os9.c pcgraph.asm \
        !           131:        rgipgnu stamp-h.in strftime.c vms.c m4/msdos.m4 m4/next.m4 \
        !           132:        m4/search-hdr.m4 m4/search-lib.m4 $(T)README
        !           133:
        !           134: # Documentation and help files
        !           135: DOCS1 = $(D)Makefile.in $(D)README $(D)checkdoc.c $(D)doc2gih.c \
        !           136:        $(D)doc2hlp.c $(D)doc2hlp.com $(D)doc2html.c $(D)doc2info.c \
        !           137:        $(D)doc2ipf.c $(D)doc2ms.c $(D)doc2rnh.c $(D)doc2rtf.c $(D)doc2tex.c \
        !           138:        $(D)doc2texi.pl $(D)doc2x.h $(D)gnuplot.1 $(D)lasergnu.1 \
        !           139:        $(D)makefile.dst $(D)makefile.ami $(D)termdoc.c $(D)titlepag.ms \
        !           140:        $(D)titlepag.tex $(D)toc_entr.sty $(D)xref.c $(D)xref.h
        !           141: DOCS2 = $(D)gnuplot.doc $(D)gpcard.tex
        !           142: DOCS3 = $(L)Makefile.in $(L)eg1.plt \
        !           143:        $(L)eg2.plt $(L)eg3.dat $(L)eg3.plt \
        !           144:        $(L)eg4.plt $(L)eg5.plt $(L)eg6.plt \
        !           145:        $(L)header.tex $(L)linepoin.plt $(L)makefile.dst $(L)tutorial.tex
        !           146: DOCS4 = $(S)Makefile $(S)README $(S)ps_file.doc $(S)ps_guide.ps \
        !           147:        $(S)ps_symbols.gpi
        !           148: DOCS5 = $(Q)ChangeLog.old $(Q)History.old $(Q)README.3d $(Q)README.3p1 \
        !           149:        $(Q)README.3p2 $(Q)README.3p3 $(Q)README.3p4 $(Q)README.3p5 \
        !           150:        $(Q)README.ami $(Q)README.emx $(Q)README.fit $(Q)README.gnu \
        !           151:        $(Q)README.iso $(Q)README.mf $(Q)README.nex $(Q)README.os2 \
        !           152:        $(Q)README.pic $(Q)README.pro $(Q)README.win $(Q)README.x11 \
        !           153:        $(Q)README.xli $(Q)makefile.r
        !           154:
        !           155: DOCS  = $(DOCS1) $(DOCS2) $(DOCS3) $(DOCS4) $(DOCS5)
        !           156:
        !           157: #########################################################################
        !           158: # Simple Dependencies
        !           159: # - note that VMS requires space before and after the :
        !           160:
        !           161: $(COREOBJS) : plot.h protos.h stdfn.h
        !           162:
        !           163: help.$(O) misc.$(O) : help.h
        !           164:
        !           165: protos.h : alloc.h
        !           166:
        !           167: graphics.$(O) graph3d.$(O) misc.$(O) plot.$(O) set.$(O) show.$(O) term.$(O) : setshow.h
        !           168:
        !           169: fit.$(O) : fit.c fit.h matrix.h plot.h
        !           170:
        !           171: matrix.$(O) : matrix.c matrix.h fit.h
        !           172:
        !           173: bitmap.$(O) term.$(O) : bitmap.h
        !           174:
        !           175: term.$(O) : term.h $(CORETERM)
        !           176:
        !           177: #>>>makefile.all<<<

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>