Sha256: 59c2dcc69fd57655d2501f19f1f9c345372772c8f51f5e1daf001c8182ea4ad0

Contents?: true

Size: 543 Bytes

Versions: 16

Compression:

Stored size: 543 Bytes

Contents

include $(top_srcdir)/Makefile.decl

noinst_LTLIBRARIES = libitex2mml.la

AM_CPPFLAGS =

LEX_YY_C = lex.yy.c
Y_TAB_C = y.tab.c
Y_TAB_H = y.tab.h

libitex2mml_la_SOURCES = \
	itex2MML.h \
	$(LEX_YY_C) \
	$(Y_TAB_C) \
	$(Y_TAB_H)

YYPREFIX=itex2MML_yy

BUILT_SOURCES = \
	$(LEX_YY_C) \
	$(Y_TAB_C)

EXTRA_DIST = \
	itex2MML.l \
	itex2MML.y \
	README.itex2MML \
	COPYING.itex2MML

DISTCLEANFILES = \
	$(BUILT_SOURCES) \
	$(Y_TAB_H)

$(Y_TAB_C):	itex2MML.y
		$(YACC) -v -p $(YYPREFIX) -d $<

$(LEX_YY_C):	itex2MML.l
		$(LEX) -P$(YYPREFIX) -o$@ $<

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mathematical-1.6.14 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.13 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.12 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.11 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.10 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.9 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.8 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.7 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.6 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.5 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.4 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.3 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.2 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.1 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.6.0 ext/mathematical/lasem/itex2mml/Makefile.am
mathematical-1.5.12 ext/mathematical/lasem/itex2mml/Makefile.am