Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
Updated for FCD.
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Apr 8, 2011
1 parent bb68989 commit 51d338e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 30 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
@@ -1 +1,2 @@
Eric Blossom <eb@comsec.com>
Alexandryu Csete <oz9aec@gmail.com>
Based on the "howto" template by Eric Blossom <eb@comsec.com>
26 changes: 1 addition & 25 deletions ChangeLog
@@ -1,25 +1 @@
#
# Copyright 2001,2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

For the blow by blow changes for each file, please consult
http://gnuradio.org/trac/timeline

It's got everything that used to be in here ;)
https://github.com/csete/gr-fcd/commits/master
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -38,4 +38,4 @@ SUBDIRS = config lib swig python grc apps
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =

DISTCLEANFILES += gr-howto-write-a-block*.tar.gz
DISTCLEANFILES += gr-fcd*.tar.gz
5 changes: 4 additions & 1 deletion Makefile.common
Expand Up @@ -31,7 +31,7 @@ STAMPS =


# The name of this "out-of-tree" module
modname = howto
modname = fcd

# Make rebuilds less verbose with stuff we can safely ignore
# about GNU make only extensions.
Expand All @@ -50,13 +50,16 @@ AM_CPPFLAGS = \
$(PYTHON_CPPFLAGS) \
$(CPPUNIT_INCLUDES) \
$(GNURADIO_CORE_CPPFLAGS)
$(GNURADIO_AUDIO_CPPFLAGS)

# these are used by both SWIG and CXX
STD_DEFINES_AND_INCLUDES = \
$(DEFINES) \
-I$(abs_top_srcdir)/lib \
-I$(GNURADIO_CORE_INCLUDEDIR) \
-I$(GNURADIO_CORE_INCLUDEDIR)/swig
-I$(GNURADIO_AUDIO_INCLUDEDIR) \
-I$(GNURADIO_AUDIO_INCLUDEDIR)/swig

# includes
modincludedir = $(includedir)/$(modname)
Expand Down
6 changes: 4 additions & 2 deletions configure.ac
Expand Up @@ -37,12 +37,14 @@ AC_CANONICAL_TARGET
GR_VERSION
dnl ustar required to have pathnames > 99 chars
_AM_SET_OPTION([tar-ustar])
AM_INIT_AUTOMAKE(gr-howto-write-a-block,$RELEASE)
AM_INIT_AUTOMAKE(gr-fcd,$RELEASE)

dnl This is kind of non-standard, but it sure shortens up this file :-)
dnl FIXME: Include gnuradio-audio in GR_ASTANDALONE
m4_include([config/gr_standalone.m4])
GR_STANDALONE


dnl Check for any libraries you need
dnl AC_CHECK_LIBRARY

Expand Down Expand Up @@ -97,4 +99,4 @@ AC_CONFIG_COMMANDS([run_tests],

AC_OUTPUT

echo Configured gr-howto-write-a-block release $RELEASE for build.
echo Configured gr-fcd release $RELEASE for build.

0 comments on commit 51d338e

Please sign in to comment.