repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[arla.git]
/
ydr
/
Makefile.am
blob
fc1ff002718b7a4244a60ef4684b0c1287d69ba9
1
#
2
# $Id$
3
#
4
5
include $(top_srcdir)/Makefile.am.common
6
7
YFLAGS = -d
8
9
INCLUDES += \
10
-I$(srcdir) \
11
-I$(srcdir)/../util \
12
-I../include \
13
-I$(srcdir)/../include \
14
-I. \
15
$(INC_roken)
16
17
bin_PROGRAMS = ydr
18
19
ydr_CFLAGS = -DCPP="\"$(CPP) $(CPPFLAGS) $(YDR_CPPFLAGS)\""
20
21
ydr_SOURCES = \
22
parse.y \
23
lex.l \
24
lex.h \
25
main.c \
26
symbol.c \
27
types.c \
28
types.h \
29
output.c \
30
output.h \
31
sym.h
32
33
LDADD = \
34
../util/libarlautil.la \
35
$(LIB_roken) \
36
$(LIBS)
37
38
CLEANFILES = lex.c parse.c parse.h