diff options
Diffstat (limited to 'gr-rdf')
-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, 97 insertions, 0 deletions
diff --git a/gr-rdf/AUTHORS b/gr-rdf/AUTHORS new file mode 100644 index 000000000..cdb61c9f1 --- /dev/null +++ b/gr-rdf/AUTHORS @@ -0,0 +1 @@ +Johnathan Corgan <jcorgan@aeinet.com> diff --git a/gr-rdf/Makefile.am b/gr-rdf/Makefile.am new file mode 100644 index 000000000..12d751e73 --- /dev/null +++ b/gr-rdf/Makefile.am @@ -0,0 +1,24 @@ +# +# 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., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = src diff --git a/gr-rdf/README b/gr-rdf/README new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/gr-rdf/README diff --git a/gr-rdf/src/Makefile.am b/gr-rdf/src/Makefile.am new file mode 100644 index 000000000..a46727ee3 --- /dev/null +++ b/gr-rdf/src/Makefile.am @@ -0,0 +1,24 @@ +# +# 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., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, 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 new file mode 100644 index 000000000..2c65488f0 --- /dev/null +++ b/gr-rdf/src/lib/Makefile.am @@ -0,0 +1,24 @@ +# +# 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., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = diff --git a/gr-rdf/src/python/Makefile.am b/gr-rdf/src/python/Makefile.am new file mode 100644 index 000000000..2c65488f0 --- /dev/null +++ b/gr-rdf/src/python/Makefile.am @@ -0,0 +1,24 @@ +# +# 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., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = |