1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples/parser/Makefile.am
2015-01-23 17:24:36 +01:00

21 lines
538 B
Makefile

## Makefile.am for examples/parser
MAINTAINERCLEANFILES = Makefile.in
AM_YFLAGS = -d -v -Sbison.skl
AM_LFLAGS = -olex.yy.c -S$(shell pwd)/../../include/ulib/flex/flex.skl
DEFAULT_INCLUDES = -I. -I$(top_srcdir)/include
INC = Parser.h ParserInterface.h
SRC = Lexer.ll Parser.yy ParserInterface.cpp main.cpp
parser_LDADD = $(top_builddir)/src/ulib/lib@ULIB@.la @ULIB_LIBS@
parser_SOURCES = $(INC) $(SRC)
parser_LDFLAGS = $(PRG_LDFLAGS)
noinst_PROGRAMS = parser
clean-local:
-rm -rf core .libs *.bb* *.da *.gcov *.la *.exe gmon.out