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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 35 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC revision 80 by schoenebeck, Sun May 23 19:16:33 2004 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
 lib_LIBRARIES =  liblscpserver.a  
3    
4  liblscpserver_a_SOURCES = lscpparser.h lscpserver.cpp lscpparser.cpp lscpscanner.cpp  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
5  noinst_HEADERS = lscpserver.h lscp.h  
6    noinst_LTLIBRARIES = liblinuxsamplernetwork.la
7    liblinuxsamplernetwork_la_SOURCES = lscp.h lscpparser.cpp lscpparser.h lscpscanner.cpp lscpserver.cpp lscpserver.h lscpsymbols.h
8    
9  .PHONY: parser  .PHONY: parser
10    

Legend:
Removed from v.35  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC