File: pkg.inp.in

package info (click to toggle)
gretl 2022c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 59,552 kB
  • sloc: ansic: 409,074; sh: 4,449; makefile: 3,222; cpp: 2,777; xml: 599; perl: 364
file content (16 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set echo off
set messages off

string topsrc = "@top_srcdir@"
string dtd = topsrc ~ "/share/functions/gretlfunc.dtd"
string pkgdir = topsrc ~ "/addons/gig"

include @pkgdir/gig_mle.inp
include @pkgdir/gig_setup.inp
include @pkgdir/gig_estimate.inp
include @pkgdir/gig_printout.inp
include @pkgdir/gig_plot.inp
include @pkgdir/gig_fcast.inp

makepkg gig.gfn --index --translations --quiet --dtd="@dtd"