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.
tdelibs/dcop/dcopidl/Makefile.am

28 lines
550 B

INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries)
AM_CPPFLAGS = -DYYDEBUG
####### Files
bin_PROGRAMS = dcopidl
dcopidl_SOURCES = main.cpp yacc.cc scanner.cc
noinst_HEADERS = yacc.cc.h
dcopidl_LDADD = $(LIB_TQT)
dcopidl_LDFLAGS = $(KDE_RPATH) $(AM_LDFLAGS)
####### Build rules
parser:
cd $(srcdir) && flex -B -8 -oscanner.cc scanner.ll ;\
bison -t -d -v -o yacc.cc yacc.yy && mv yacc.hh yacc.cc.h
check-local:
$(srcdir)/run_test.sh $(srcdir)
EXTRA_DIST = dcopidl_test.h scanner.ll yacc.yy
MAINTAINERCLEANFILES = yacc.cc.output