Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / gnuplot.prj
1 ;
2 ;  $Id: gnuplot.prj,v 1.2 1999/05/30 17:10:48 lhecking Exp $
3 ;
4 ; gnuplot.prj - this project can be used for both PureC and TurboC on the
5 ; Atari. It is currently set up for PureC, but if you change all lines
6 ; starting with PC to TC and add -D__PUREC__ to the .C[] commandline, you might
7 ; be able to compile with TC as well (hopefully). Maybe you will have to change
8 ; the #include lines in term.c from term/... to term\...
9 ; if the program hangs up when you press ^C or ^D, add -DBROKEN_SIGINT to the
10 ; .C[] commandline.
11 ;
12 ; Additionally you have to compile doc2gih.c in docs as .ttp program and
13 ; execute 'doc2gih.ttp gnuplot.doc ..\gnuplot.gih'
14 ;
15 ; the executable works with both regular AES and MultiAES. Please read the
16 ; comments in makefile.st for limitations
17 ;
18
19 gnuplot.prg
20 ; some of the demos require quite a large stack
21 .L[-S=122880]
22 .C[-P -Iterm -DATARI -DREADLINE -DHELPFILE="GNUPLOT.GIH" -DSTRNICMP -DNO_SYS_TYPES_H]
23 =
24 PCSTART.O
25 binary          (binary.c, plot.h)
26 bitmap          (bitmap.c, bitmap.h, plot.h)
27 command         (command.c, help.h, plot.h, setshow.h)
28 contour         (contour.c, plot.h)
29 eval            (eval.c, plot.h)
30 fit             (fit.c, plot.h, fit.h, matrix.h)
31 gnubin          (gnubin.c, plot.h, setshow.h)
32 graphics        (graphics.c, plot.h, setshow.h)
33 graph3d         (graph3d.c, plot.h, setshow.h)
34 help            (help.c, help.h, plot.h)
35 internal        (internal.c, plot.h)
36 interpol        (interpol.c, plot.h)
37 matrix          (matrix.c, plot.h, matrix.h)
38 misc            (misc.c, help.h, plot.h, setshow.h)
39 parse           (parse.c, plot.h)
40 plot            (plot.c, plot.h, setshow.h)
41 readline        (readline.c, plot.h)
42 scanner         (scanner.c, plot.h)
43 setshow         (setshow.c, plot.h, setshow.h)
44 specfun         (specfun.c, plot.h)
45 standard        (standard.c, plot.h)
46 stdfn           (stdfn.c, stdfn.h)
47 term            (term.c, bitmap.h, plot.h, setshow.h, term.h,
48                  term\atari.trm, term\dumb.trm, term\eepic.trm,
49                  term\epson.trm, term\hpgl.trm, term\hpljii.trm,
50                  term\hppj.trm, term\latex.trm, term\pbm.trm,
51                  term\post.trm, term\texdraw.trm, term\tgif.h,
52                  term\tgif.trm, term\tpic.trm)
53 util            (util.c, plot.h)
54 variable        (variable.c, plot.h, variable.h)
55 version         (version.c)
56 PCFLTLIB.LIB     ; note: the order of the librarys is significant !!
57 PCSTDLIB.LIB
58 PCEXTLIB.LIB
59 PCTOSLIB.LIB
60 PCGEMLIB.LIB