[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.3

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

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