From dc358af8cae0d1a12e30fd8849cc2612761557ba Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 2 Jul 2002 21:30:37 +0000 Subject: [PATCH] Added automake/autoconf infrastructure files. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@45 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/.cvsignore | 2 ++ include/Makefile.am | 28 ++++++++++++++++++++++ include/arm/.cvsignore | 2 ++ include/arm/Makefile.am | 30 +++++++++++++++++++++++ include/arm/platform/.cvsignore | 2 ++ include/arm/platform/Makefile.am | 26 ++++++++++++++++++++ include/arm/pxa2x0/.cvsignore | 2 ++ include/arm/pxa2x0/Makefile.am | 41 ++++++++++++++++++++++++++++++++ include/arm/sa11x0/.cvsignore | 2 ++ include/arm/sa11x0/Makefile.am | 39 ++++++++++++++++++++++++++++++ 10 files changed, 174 insertions(+) create mode 100644 include/.cvsignore create mode 100644 include/Makefile.am create mode 100644 include/arm/.cvsignore create mode 100644 include/arm/Makefile.am create mode 100644 include/arm/platform/.cvsignore create mode 100644 include/arm/platform/Makefile.am create mode 100644 include/arm/pxa2x0/.cvsignore create mode 100644 include/arm/pxa2x0/Makefile.am create mode 100644 include/arm/sa11x0/.cvsignore create mode 100644 include/arm/sa11x0/Makefile.am diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..d7abe699 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,28 @@ +# +# $Id$ +# +# Copyright (C) 2002 ETC s.r.o. +# +# This program 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 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2002. +# + +SUBDIRS = \ + arm + +noinst_HEADERS = \ + common.h diff --git a/include/arm/.cvsignore b/include/arm/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/include/arm/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/arm/Makefile.am b/include/arm/Makefile.am new file mode 100644 index 00000000..d79f4260 --- /dev/null +++ b/include/arm/Makefile.am @@ -0,0 +1,30 @@ +# +# $Id$ +# +# Copyright (C) 2002 ETC s.r.o. +# +# This program 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 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2002. +# + +SUBDIRS = \ + platform \ + sa11x0 \ + pxa2x0 + +noinst_HEADERS = \ + platform.h diff --git a/include/arm/platform/.cvsignore b/include/arm/platform/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/include/arm/platform/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/arm/platform/Makefile.am b/include/arm/platform/Makefile.am new file mode 100644 index 00000000..2825029b --- /dev/null +++ b/include/arm/platform/Makefile.am @@ -0,0 +1,26 @@ +# +# $Id$ +# +# Copyright (C) 2002 ETC s.r.o. +# +# This program 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 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2002. +# + +noinst_HEADERS = \ + wid.h \ + wep.h diff --git a/include/arm/pxa2x0/.cvsignore b/include/arm/pxa2x0/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/include/arm/pxa2x0/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/arm/pxa2x0/Makefile.am b/include/arm/pxa2x0/Makefile.am new file mode 100644 index 00000000..2de9d630 --- /dev/null +++ b/include/arm/pxa2x0/Makefile.am @@ -0,0 +1,41 @@ +# +# $Id$ +# +# Copyright (C) 2002 ETC s.r.o. +# +# This program 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 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2002. +# + +noinst_HEADERS = \ + ac97.h \ + cm.h \ + dma.h \ + gpio.h \ + i2c.h \ + i2s.h \ + ic.h \ + icp.h \ + lcd.h \ + mc.h \ + mmc.h \ + ost.h \ + pmrc.h \ + pwm.h \ + rtc.h \ + ssp.h \ + udc.h diff --git a/include/arm/sa11x0/.cvsignore b/include/arm/sa11x0/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/include/arm/sa11x0/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/arm/sa11x0/Makefile.am b/include/arm/sa11x0/Makefile.am new file mode 100644 index 00000000..51abe657 --- /dev/null +++ b/include/arm/sa11x0/Makefile.am @@ -0,0 +1,39 @@ +# +# $Id$ +# +# Copyright (C) 2002 ETC s.r.o. +# +# This program 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 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# Written by Marcel Telka , 2002. +# + +noinst_HEADERS = \ + gpclk.h \ + gpio.h \ + hssp.h \ + ic.h \ + lcd.h \ + mc.h \ + mcp.h \ + ost.h \ + pm.h \ + ppc.h \ + rc.h \ + rtc.h \ + ssp.h \ + uart.h \ + udc.h