diff options
-rw-r--r-- | gr-rdf/AUTHORS | 1 | ||||
-rw-r--r-- | gr-rdf/Makefile.am | 24 | ||||
-rw-r--r-- | gr-rdf/README | 0 | ||||
-rw-r--r-- | gr-rdf/src/Makefile.am | 24 | ||||
-rw-r--r-- | gr-rdf/src/lib/Makefile.am | 24 | ||||
-rw-r--r-- | gr-rdf/src/python/Makefile.am | 24 |
6 files changed, 0 insertions, 97 deletions
diff --git a/gr-rdf/AUTHORS b/gr-rdf/AUTHORS deleted file mode 100644 index cdb61c9f1..000000000 --- a/gr-rdf/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Johnathan Corgan <jcorgan@aeinet.com> diff --git a/gr-rdf/Makefile.am b/gr-rdf/Makefile.am deleted file mode 100644 index 5f4c0a52c..000000000 --- a/gr-rdf/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2006 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 2, 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. -# - -include $(top_srcdir)/Makefile.common - -SUBDIRS = src diff --git a/gr-rdf/README b/gr-rdf/README deleted file mode 100644 index e69de29bb..000000000 --- a/gr-rdf/README +++ /dev/null diff --git a/gr-rdf/src/Makefile.am b/gr-rdf/src/Makefile.am deleted file mode 100644 index f5038d581..000000000 --- a/gr-rdf/src/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2006 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 2, 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. -# - -include $(top_srcdir)/Makefile.common - -SUBDIRS = lib python diff --git a/gr-rdf/src/lib/Makefile.am b/gr-rdf/src/lib/Makefile.am deleted file mode 100644 index a4b94fc7b..000000000 --- a/gr-rdf/src/lib/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2006 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 2, 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. -# - -include $(top_srcdir)/Makefile.common - -SUBDIRS = diff --git a/gr-rdf/src/python/Makefile.am b/gr-rdf/src/python/Makefile.am deleted file mode 100644 index a4b94fc7b..000000000 --- a/gr-rdf/src/python/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2006 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 2, 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. -# - -include $(top_srcdir)/Makefile.common - -SUBDIRS = |