/[svn]/linuxsampler/branches/release0_5_0/src/network/Makefile.am
ViewVC logotype

Contents of /linuxsampler/branches/release0_5_0/src/network/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1433 - (show annotations) (download)
Mon Oct 15 12:14:14 2007 UTC (16 years, 6 months ago) by (unknown author)
File size: 878 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_5_0'.
1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplernetwork.la
7 liblinuxsamplernetwork_la_SOURCES = \
8 lscp.h \
9 lscpparser.cpp lscpparser.h \
10 lscpserver.cpp lscpserver.h \
11 lscpsymbols.h \
12 lscpresultset.cpp lscpresultset.h \
13 lscpevent.cpp lscpevent.h
14
15 yacc_sources = lscp.y
16
17 EXTRA_DIST = $(yacc_sources)
18
19 # automatically (re)generate lscpsymbols.h with bison / yacc if the
20 # yacc source file(s) have been changed
21 lscpsymbols.h: $(yacc_sources)
22 $(top_builddir)/scripts/generate_parser.sh
23
24 # automatically (re)generate lscpparser.cpp with bison / yacc if the
25 # yacc source file(s) have been changed
26 lscpparser.cpp: $(yacc_sources)
27 $(top_builddir)/scripts/generate_parser.sh
28
29
30 .PHONY: parser
31
32 # "make parser" was explicitly requested
33 parser:
34 $(top_builddir)/scripts/generate_parser.sh

  ViewVC Help
Powered by ViewVC