Skip to content

Commit

Permalink
includes functionalitet
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Aug 31, 2023
1 parent 4363bbc commit a7eb327
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions am-shared/tools-tts-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ GIELLA_ANL_MWEDIS=$(GIELLA_ANL_MWEDIS_SRC:.cg3=.bin)
GIELLA_ANL_DISAMBIGUATOR=$(GIELLA_ANL_DISAMBIGUATOR_SRC:.cg3=.bin)
GIELLA_ANL_FUNCTIONS=$(GIELLA_ANL_FUNCTIONS_SRC:.cg3=.bin)
GIELLA_ANL_DEPENDENCY=$(GIELLA_ANL_DEPENDENCY_SRC:.cg3=.bin)
GIELLA_ANL_SEMSETS=$(GIELLA_ANL_SEMSETS_SRC:.cg3=.bin)

# Pipeline specification:
GIELLA_ANL_PIPESPEC=pipespec.xml
Expand All @@ -54,8 +55,12 @@ GIELLA_ANL_PIPESPEC=pipespec.xml
TTSPIPE_SRC_FILES=$(GIELLA_ANL_MWEDIS_SRC) \
$(GIELLA_ANL_DISAMBIGUATOR_SRC) \
$(GIELLA_ANL_WHSPACE_ANAL_SRC) \
$(GIELLA_ANL_SEMSETS_SRC) \
$(GIELLA_ANL_VALENCY)

#! @var INCLUDES need to be copied over before compiling main cg file
GIELLA_CG_INCLUDES=$(TTSPIPE_SRC_FILES)

EXTRA_DIST=$(TTSPIPE_SRC_FILES) \
$(GIELLA_ANL_PIPESPEC)

Expand All @@ -73,6 +78,7 @@ GIELLA_ANL_ZIPFILES=$(GIELLA_ANL_IPA) \
$(GIELLA_ANL_MWEDIS) \
$(GIELLA_ANL_DISAMBIGUATOR) \
$(GIELLA_ANL_FUNCTIONS) \
$(GIELLA_ANL_SEMSETS) \
$(GIELLA_ANL_DEPENDENCY) \
$(GIELLA_ANL_PIPESPEC) \
$(LOCAL_ANL_ZIP_FILES)
Expand Down Expand Up @@ -141,6 +147,9 @@ $(GIELLA_ANL_DEPENDENCY_SRC): \
%.cg3: $(top_builddir)/src/cg3/%.cg3
$(AM_V_CP)cp -f $< $@

$(GIELLA_ANL_SEMSETS_SRC): $(top_srcdir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC)
$(AM_V_CP)cp -f $< $@

# Disambiguator:
$(GIELLA_ANL_DISAMBIGUATOR_SRC): \
%.cg3: $(top_srcdir)/src/cg3/%.cg3
Expand Down

0 comments on commit a7eb327

Please sign in to comment.