source: git/lib/Makefile.am @ fa42426

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since fa42426 was fa42426, checked in by Olly Betts <olly@…>, 22 years ago

aven: cleaned up plotting of crosses, special points, and highlighted points;
measuring line now snaps to the nearest point to the mouse pointer, not just
*a* point near the mouse pointer.

printps/printhpgl: Fixed --skip-blanks which would incorrectly skip non-blank
pages on rare occasions.

cavern: implemented "*units clino percent".

cavern: added error if the *units factor is zero (e.g. "*units tape 0 feet").

cavern: removed the ill-thought-out and never implemented LENGTHOUTPUT
and ANGLEOUTPUT quantities.

(Unix version): uninstalled binaries now use the path they are run with to
find support files, which means SURVEXHOME is no longer required, and has
been removed.

Rearranged messages a little to remove a few cavern messages in the middle
of the aven ones.

Removed a few needless inclusions of header files, and unused #define-s.

compile_error_skip() added to do compile_error() then skipline().

git-svn-id: file:///home/survex-svn/survex/trunk@1926 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with automake to produce Makefile.in
2
3# Makefile for survex support files
4
5check-local:
6        srcdir=$(srcdir) perl $(srcdir)/checkshortcut.pl $(msg_files)
7
8SUBDIRS = icons
9
10msg_files = ca.msg de.msg de_CH.msg de_DE.msg en.msg en_US.msg\
11 es.msg fr.msg it.msg pt.msg pt_BR.msg sk.msg
12
13hdr_files = ca.h de.h de_CH.h de_DE.h en.h en_US.h\
14 es.h fr.h it.h pt.h pt_BR.h sk.h
15
16EXTRA_DIST = bcra3.svx bcra5.svx messages.txt default.txt bold.txt print.ini\
17 named-entities.txt makefont.pl makemsgs.pl checkshortcut.pl\
18 $(msg_files) default.bit bold.bit $(hdr_files)
19
20MAINTAINERCLEANFILES = $(msg_files) $(hdr_files) default.bit bold.bit\
21 *.todo
22
23pkgdata_DATA = default.bit bold.bit print.ini bcra3.svx bcra5.svx $(msg_files)
24
25BUILT_SOURCES = defaultlang.h
26
27$(msg_files) $(hdr_files): messages.txt makemsgs.pl
28        perl $(srcdir)/makemsgs.pl $(srcdir)/messages.txt
29
30defaultlang.h:
31        -rm -f defaultlang.h
32        ln -s $(DEFAULTLANG).h defaultlang.h
33
34default.bit: default.txt makefont.pl
35        perl makefont.pl default.txt default.bit
36
37bold.bit: bold.txt makefont.pl
38        perl makefont.pl bold.txt bold.bit
Note: See TracBrowser for help on using the repository browser.