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

Annotation of /linuxsampler/trunk/src/network/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1216 - (hide annotations) (download)
Fri Jun 1 15:50:38 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 470 byte(s)
* a pregenerated LSCP parser is no longer kept in CVS, from now on you
  need to have bison (or another yacc-compatible parser generator)
  installed to be able to compile LS from CVS

1 schoenebeck 35 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplernetwork.la
7 schoenebeck 654 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 schoenebeck 947 lscpevent.cpp lscpevent.h
14    
15 schoenebeck 654 EXTRA_DIST = lscp.y
16    
17 schoenebeck 35 .PHONY: parser
18    
19 schoenebeck 1216 # generate parser with bison / yacc
20 schoenebeck 35 parser:
21 schoenebeck 1216 $(top_builddir)/scripts/generate_parser.sh

  ViewVC Help
Powered by ViewVC