root / gcell / Makefile.am @ ffcb81f1
History | View | Annotate | Download (933 Bytes)
| 1 | 28361a1b | eb | # |
|---|---|---|---|
| 2 | 06e7a031 | eb | # Copyright 2007,2008 Free Software Foundation, Inc. |
| 3 | 28361a1b | eb | # |
| 4 | 28361a1b | eb | # This file is part of GNU Radio |
| 5 | 28361a1b | eb | # |
| 6 | 28361a1b | eb | # GNU Radio is free software; you can redistribute it and/or modify |
| 7 | 28361a1b | eb | # it under the terms of the GNU General Public License as published by |
| 8 | 28361a1b | eb | # the Free Software Foundation; either version 3, or (at your option) |
| 9 | 28361a1b | eb | # any later version. |
| 10 | 28361a1b | eb | # |
| 11 | 28361a1b | eb | # GNU Radio is distributed in the hope that it will be useful, |
| 12 | 28361a1b | eb | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 28361a1b | eb | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 28361a1b | eb | # GNU General Public License for more details. |
| 15 | 28361a1b | eb | # |
| 16 | 28361a1b | eb | # You should have received a copy of the GNU General Public License along |
| 17 | 28361a1b | eb | # with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | 28361a1b | eb | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 19 | 28361a1b | eb | # |
| 20 | 28361a1b | eb | |
| 21 | 28361a1b | eb | include $(top_srcdir)/Makefile.common |
| 22 | 28361a1b | eb | |
| 23 | 06e7a031 | eb | SUBDIRS = include lib apps ibm |
| 24 | 28361a1b | eb | |
| 25 | 28361a1b | eb | pkgconfigdir = $(libdir)/pkgconfig |
| 26 | 06e7a031 | eb | pkgconfig_DATA = \ |
| 27 | 06e7a031 | eb | gcell.pc \ |
| 28 | 06e7a031 | eb | gcell_spu.pc |