# # Copyright 2008 Free Software Foundation, Inc. # # This software is distributed under the terms of the GNU Affero Public License. # See the COPYING file in the main directory for details. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # include $(top_srcdir)/Makefile.common AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) AM_CXXFLAGS = -O0 -g noinst_LTLIBRARIES = libGSML1.la libGSM.la libGSML1_la_SOURCES = \ GSM610Tables.cpp \ GSMCommon.cpp \ GSMConfigL1.cpp \ GSML1FEC.cpp \ GSMTDMA.cpp \ GSMTransfer.cpp \ GSMSAPMux.cpp \ OsmoSAPMux.cpp \ OsmoLogicalChannel.cpp \ OsmoThreadMuxer.cpp \ GSMTAPDump.cpp libGSM_la_SOURCES = \ GSMConfig.cpp \ GSML1FEC_BCCH.cpp \ GSML2LAPDm.cpp \ GSML3CCElements.cpp \ GSML3CCMessages.cpp \ GSML3CommonElements.cpp \ GSML3Message.cpp \ GSML3MMElements.cpp \ GSML3MMMessages.cpp \ GSML3NonCallSSComponents.cpp \ GSML3NonCallSSElements.cpp \ GSML3NonCallSSMessages.cpp \ GSML3RRElements.cpp \ GSML3RRMessages.cpp \ GSMLogicalChannel.cpp \ PowerManager.cpp noinst_HEADERS = \ GSM610Tables.h \ GSMCommon.h \ GSMConfig.h \ GSMConfigL1.h \ GSML1FEC.h \ GSML2LAPDm.h \ GSML3CCElements.h \ GSML3CCMessages.h \ GSML3CommonElements.h \ GSML3Message.h \ GSML3MMElements.h \ GSML3MMMessages.h \ GSML3NonCallSSComponents.h \ GSML3NonCallSSElements.h \ GSML3NonCallSSMessages.h \ GSML3RRElements.h \ GSML3RRMessages.h \ GSMLogicalChannel.h \ GSMSAPMux.h \ GSMTDMA.h \ GSMTransfer.h \ PowerManager.h \ GSMTAPDump.h \ OsmoLogicalChannel.h \ OsmoSAPMux.h \ OsmoThreadMuxer.h \ gsmtap.h