Codebase list frogdata / 2c1d49d
New upstream version 0.13 proycon 7 years ago
6 changed file(s) with 30 addition(s) and 74 deletion(s). Raw diff Collapse all Expand all
0 frogdata 0.9 CLST/ILK/CLiPS 1998 - 2016
0 frogdata 0.9 CLST/ILK/CLiPS 1998 - 2017
11 https://github.com/LanguageMachines/frogdata/
22
33 documentation: https://languagemachines.github.io/frog
3636 striptokens.txt \
3737 frog.cfg
3838
39 configdir = $(sysconfdir)/frog/nld
40
41 # for backward compatability we also install dutch in
42 # the parent dir!
43
44 config2_DATA = $(config_DATA)
45 config2dir = $(sysconfdir)/frog
39 configdir = $(datadir)/frog/nld
4640
4741 EXTRA_DIST = $(config_DATA)
48
49 install-data-hook:
50 # for backward compatability we add a symlink to a 'nl' dir
51 cd $(DESTDIR)$(config2dir) && \
52 $(LN_S) -f nld nl
140140 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141141 $(am__cd) "$$dir" && rm -f $$files; }; \
142142 }
143 am__installdirs = "$(DESTDIR)$(configdir)" "$(DESTDIR)$(config2dir)"
144 DATA = $(config_DATA) $(config2_DATA)
143 am__installdirs = "$(DESTDIR)$(configdir)"
144 DATA = $(config_DATA)
145145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146146 am__DIST_COMMON = $(srcdir)/Makefile.in
147147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258258 striptokens.txt \
259259 frog.cfg
260260
261 configdir = $(sysconfdir)/frog/nld
262
263 # for backward compatability we also install dutch in
264 # the parent dir!
265 config2_DATA = $(config_DATA)
266 config2dir = $(sysconfdir)/frog
261 configdir = $(datadir)/frog/nld
267262 EXTRA_DIST = $(config_DATA)
268263 all: all-am
269264
318313 @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
319314 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
320315 dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
321 install-config2DATA: $(config2_DATA)
322 @$(NORMAL_INSTALL)
323 @list='$(config2_DATA)'; test -n "$(config2dir)" || list=; \
324 if test -n "$$list"; then \
325 echo " $(MKDIR_P) '$(DESTDIR)$(config2dir)'"; \
326 $(MKDIR_P) "$(DESTDIR)$(config2dir)" || exit 1; \
327 fi; \
328 for p in $$list; do \
329 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
330 echo "$$d$$p"; \
331 done | $(am__base_list) | \
332 while read files; do \
333 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(config2dir)'"; \
334 $(INSTALL_DATA) $$files "$(DESTDIR)$(config2dir)" || exit $$?; \
335 done
336
337 uninstall-config2DATA:
338 @$(NORMAL_UNINSTALL)
339 @list='$(config2_DATA)'; test -n "$(config2dir)" || list=; \
340 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
341 dir='$(DESTDIR)$(config2dir)'; $(am__uninstall_files_from_dir)
342316 tags TAGS:
343317
344318 ctags CTAGS:
380354 check: check-am
381355 all-am: Makefile $(DATA)
382356 installdirs:
383 for dir in "$(DESTDIR)$(configdir)" "$(DESTDIR)$(config2dir)"; do \
357 for dir in "$(DESTDIR)$(configdir)"; do \
384358 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
385359 done
386360 install: install-am
433407
434408 info-am:
435409
436 install-data-am: install-config2DATA install-configDATA
437 @$(NORMAL_INSTALL)
438 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
410 install-data-am: install-configDATA
411
439412 install-dvi: install-dvi-am
440413
441414 install-dvi-am:
478451
479452 ps-am:
480453
481 uninstall-am: uninstall-config2DATA uninstall-configDATA
482
483 .MAKE: install-am install-data-am install-strip
454 uninstall-am: uninstall-configDATA
455
456 .MAKE: install-am install-strip
484457
485458 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
486459 ctags-am distclean distclean-generic distdir dvi dvi-am html \
487 html-am info info-am install install-am install-config2DATA \
488 install-configDATA install-data install-data-am \
489 install-data-hook install-dvi install-dvi-am install-exec \
490 install-exec-am install-html install-html-am install-info \
491 install-info-am install-man install-pdf install-pdf-am \
492 install-ps install-ps-am install-strip installcheck \
493 installcheck-am installdirs maintainer-clean \
460 html-am info info-am install install-am install-configDATA \
461 install-data install-data-am install-dvi install-dvi-am \
462 install-exec install-exec-am install-html install-html-am \
463 install-info install-info-am install-man install-pdf \
464 install-pdf-am install-ps install-ps-am install-strip \
465 installcheck installcheck-am installdirs maintainer-clean \
494466 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
495467 pdf-am ps ps-am tags-am uninstall uninstall-am \
496 uninstall-config2DATA uninstall-configDATA
468 uninstall-configDATA
497469
498470 .PRECIOUS: Makefile
499471
500
501 install-data-hook:
502 # for backward compatability we add a symlink to a 'nl' dir
503 cd $(DESTDIR)$(config2dir) && \
504 $(LN_S) -f nld nl
505472
506473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
507474 # Otherwise a system limit (for SysV at least) may be exceeded.
4646 #debug=0
4747
4848 [[tokenizer]]
49 rulesFile="tokconfig-nl"
49 rulesFile="tokconfig-nld"
5050
5151 [[parser]]
5252 pairsFile=Frog.mbdp.1.0.pairs.sampled.ibase
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for frogdata 0.12.1.
2 # Generated by GNU Autoconf 2.69 for frogdata 0.13.
33 #
44 # Report bugs to <lamasoftware@science.ru.nl>.
55 #
578578 # Identity of this package.
579579 PACKAGE_NAME='frogdata'
580580 PACKAGE_TARNAME='frogdata'
581 PACKAGE_VERSION='0.12.1'
582 PACKAGE_STRING='frogdata 0.12.1'
581 PACKAGE_VERSION='0.13'
582 PACKAGE_STRING='frogdata 0.13'
583583 PACKAGE_BUGREPORT='lamasoftware@science.ru.nl'
584584 PACKAGE_URL=''
585585
12001200 # Omit some internal or obsolete options to make the list less imposing.
12011201 # This message is too long to be a string in the A/UX 3.1 sh.
12021202 cat <<_ACEOF
1203 \`configure' configures frogdata 0.12.1 to adapt to many kinds of systems.
1203 \`configure' configures frogdata 0.13 to adapt to many kinds of systems.
12041204
12051205 Usage: $0 [OPTION]... [VAR=VALUE]...
12061206
12661266
12671267 if test -n "$ac_init_help"; then
12681268 case $ac_init_help in
1269 short | recursive ) echo "Configuration of frogdata 0.12.1:";;
1269 short | recursive ) echo "Configuration of frogdata 0.13:";;
12701270 esac
12711271 cat <<\_ACEOF
12721272
13401340 test -n "$ac_init_help" && exit $ac_status
13411341 if $ac_init_version; then
13421342 cat <<\_ACEOF
1343 frogdata configure 0.12.1
1343 frogdata configure 0.13
13441344 generated by GNU Autoconf 2.69
13451345
13461346 Copyright (C) 2012 Free Software Foundation, Inc.
13571357 This file contains any messages produced by compilers while
13581358 running configure, to aid debugging if configure makes a mistake.
13591359
1360 It was created by frogdata $as_me 0.12.1, which was
1360 It was created by frogdata $as_me 0.13, which was
13611361 generated by GNU Autoconf 2.69. Invocation command line was
13621362
13631363 $ $0 $@
22202220
22212221 # Define the identity of the package.
22222222 PACKAGE='frogdata'
2223 VERSION='0.12.1'
2223 VERSION='0.13'
22242224
22252225
22262226 cat >>confdefs.h <<_ACEOF
28802880 # report actual input values of CONFIG_FILES etc. instead of their
28812881 # values after options handling.
28822882 ac_log="
2883 This file was extended by frogdata $as_me 0.12.1, which was
2883 This file was extended by frogdata $as_me 0.13, which was
28842884 generated by GNU Autoconf 2.69. Invocation command line was
28852885
28862886 CONFIG_FILES = $CONFIG_FILES
29332933 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29342934 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
29352935 ac_cs_version="\\
2936 frogdata config.status 0.12.1
2936 frogdata config.status 0.13
29372937 configured by $0, generated by GNU Autoconf 2.69,
29382938 with options \\"\$ac_cs_config\\"
29392939
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.59)
4 AC_INIT([frogdata], [0.12.1], [lamasoftware@science.ru.nl])
4 AC_INIT([frogdata], [0.13], [lamasoftware@science.ru.nl])
55 AM_INIT_AUTOMAKE
66 AC_CONFIG_SRCDIR([configure.ac])
77