RELEASE/1.0
RELEASE/1.1
RELEASE/1.2
debug-ci
debug-ci-sanitisers
faster-cavernlog
log-select
main
stereo
stereo-2025
walls-data
walls-data-hanging-as-warning
warn-only-for-hanging-survey
| Line | |
|---|
| 1 | ## Process this file with automake to produce Makefile.in
|
|---|
| 2 |
|
|---|
| 3 | # Makefile for survex support files
|
|---|
| 4 |
|
|---|
| 5 | check-local:
|
|---|
| 6 | srcdir=$(srcdir) perl $(srcdir)/checkshortcut.pl $(msg_files)
|
|---|
| 7 |
|
|---|
| 8 | SUBDIRS = icons
|
|---|
| 9 |
|
|---|
| 10 | msg_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
|
|---|
| 12 |
|
|---|
| 13 | EXTRA_DIST = bcra3.svx bcra5.svx messages.txt pfont.txt print.ini\
|
|---|
| 14 | named-entities.txt makefont.pl makemsgs.pl checkshortcut.pl\
|
|---|
| 15 | $(msg_files) pfont.bit\
|
|---|
| 16 | ca.h de.h de_CH.h de_DE.h en.h en_US.h es.h fr.h it.h pt.h
|
|---|
| 17 |
|
|---|
| 18 | MAINTAINERCLEANFILES = $(msg_files) pfont.bit
|
|---|
| 19 |
|
|---|
| 20 | pkgdata_DATA = pfont.bit print.ini bcra3.svx bcra5.svx $(msg_files)
|
|---|
| 21 |
|
|---|
| 22 | BUILT_SOURCES = defaultlang.h
|
|---|
| 23 |
|
|---|
| 24 | # does $(msg_files) here work?
|
|---|
| 25 | ca.msg de.msg de_CH.msg de_DE.msg en.msg en_US.msg es.msg fr.msg it.msg pt.msg pt_BR.msg\
|
|---|
| 26 | ca.h de.h de_CH.h de_DE.h en.h en_US.h es.h fr.h it.h pt.h pt_BR.h : messages.txt makemsgs.pl
|
|---|
| 27 | perl $(srcdir)/makemsgs.pl $(srcdir)/messages.txt
|
|---|
| 28 |
|
|---|
| 29 | defaultlang.h:
|
|---|
| 30 | -rm -f defaultlang.h
|
|---|
| 31 | ln -s $(DEFAULTLANG).h defaultlang.h
|
|---|
| 32 |
|
|---|
| 33 | pfont.bit: pfont.txt makefont.pl
|
|---|
| 34 | perl makefont.pl pfont.txt pfont.bit
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.