You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kbabel/common/libgettext/Makefile.am

18 lines
384 B

INCLUDES=$(all_includes)
# this might be a naive way of seeing it, but
# automake does not support C++ flex files.
#LEX_OUTPUT_ROOT = lex.GettextBase
#AM_LFLAGS = -+
CLEANFILES = pofiles.cpp
noinst_LTLIBRARIES = libgettext.la
libgettext_la_SOURCES = pofiles.cpp
pofiles.cpp: $(srcdir)/pofiles.ll
$(LEX) -+ -opofiles.cpp $(srcdir)/pofiles.ll
noinst_HEADERS = tokens.h pofiles.h