Skip to content

Commit

Permalink
Remove irrelevant files from Makefile
Browse files Browse the repository at this point in the history
@garanes add --Werror
to find errors
  • Loading branch information
rueter committed Aug 6, 2024
1 parent 877d165 commit 8e741f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SUBDIRS=. test

# Add language-specific flags for hfst-lexc compilation here:
if HAVE_SHARED_COMMON
HFST_LEXC_LOCAL_FLAGS= # --Werror # uncomment if lexc is good enough
HFST_LEXC_LOCAL_FLAGS=--Werror # uncomment if lexc is good enough
else
HFST_LEXC_LOCAL_FLAGS= # No --Werror if deps are missing !
endif
Expand All @@ -36,14 +36,13 @@ GT_LEXC_SRCS_L1_L2=\
affixes/adjectives.lexc \
affixes/ligatures.lexc \
affixes/nouns.lexc \
affixes/propernouns.lexc \
affixes/symbols.lexc \
affixes/verbs.lexc \
stems/adjectives.lexc \
stems/interrogatives.lexc \
stems/nouns.lexc \
stems/numerals.lexc \
stems/particles.lexc \
stems/prefixes.lexc \
stems/pronouns.lexc \
stems/verbs.lexc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
! --------
!! Prefixes in the Cebuano language are attatched to the left of other words.

LEXICON Prefixes
nounprefix- Nouns ;
verbprefix- Verbs ;
!LEXICON Prefixes
!nounprefix- Nouns ;
!verbprefix- Verbs ;


! vim: set ft=xfst-lexc:

0 comments on commit 8e741f6

Please sign in to comment.