-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.defs.in
41 lines (31 loc) · 1.19 KB
/
Makefile.defs.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### -*-Mode: makefile;-*-
### directory to install binaries in:
#PREFIX=$(ALPINO_HOME)
#BINDIR=$(PREFIX)/bin
### directory to install man page in:
#MANDIR=$(PREFIX)/man
### Daciuk's fsa dictionary construction tools
#S_FSA_MORPH_SCRIPT=morph_data.pl
#S_FSA_BUILD=fsa_build
# Uncomment this on Darwin/OS X
#PLATFORM=darwin
# Uncomment this on Windows
#PLATFORM=windows
### include your preferences here!
### those options will appear in the Alpino startup script
### for a per user default, define the environment variable with
### the same name
#DEFAULT_ALPINO_OPTIONS=
### path to TrEd executable (this may be a wrapper script
### for setting PATH, PERLLIB, LD_LIBRARY_PATH etc. )
#TRED_EXECUTABLE=echo TrEd not available on this machine --- dttred
#SPLFR=splfr
#SPLFR=swipl-lfr.pl
#the location of the Alpino saved state
#you may prefer to put this on a local disk, or even a virtual disk,
#for fast start-up. Of course, the resulting saved state may no longer
#be accessible from other machines, or (virtual disk) after reboot.
#DISK=/dev/shm
#these goals should be Prolog goals and are executed right before
#a saved state is constructed (SICStus only)
#EXTRA_SICSTUS_GOAL=set_suite('LassySmall'),