summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 14:38:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 14:38:16 +0000
commitbe612b780f0d2ff1a201fad343244895e53978fc (patch)
treed226837b8e231b9ca5cf4f82a6e99c897f215ff2 /misc
parent63fe547b8bcc7bbd4597039fd91aab240e32366e (diff)
downloadpx4-nuttx-be612b780f0d2ff1a201fad343244895e53978fc.tar.gz
px4-nuttx-be612b780f0d2ff1a201fad343244895e53978fc.tar.bz2
px4-nuttx-be612b780f0d2ff1a201fad343244895e53978fc.zip
Private headers in common directory is a bad idea
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@513 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/pascal/insn16/libinsn/pgen.c1
-rw-r--r--misc/pascal/insn32/libinsn/pgen.c1
-rwxr-xr-xmisc/pascal/nuttx/INSTALL.sh6
-rw-r--r--misc/pascal/pascal/Makefile4
-rw-r--r--misc/pascal/pascal/pas.h (renamed from misc/pascal/include/pas.h)0
-rw-r--r--misc/pascal/pascal/pblck.h (renamed from misc/pascal/include/pblck.h)0
-rw-r--r--misc/pascal/pascal/pexpr.h (renamed from misc/pascal/include/pexpr.h)0
-rw-r--r--misc/pascal/pascal/pfunc.h (renamed from misc/pascal/include/pfunc.h)0
-rw-r--r--misc/pascal/pascal/pgen.h (renamed from misc/pascal/include/pgen.h)0
-rw-r--r--misc/pascal/pascal/pprgm.h (renamed from misc/pascal/include/pprgm.h)0
-rw-r--r--misc/pascal/pascal/pproc.h (renamed from misc/pascal/include/pproc.h)0
-rw-r--r--misc/pascal/pascal/pstm.h (renamed from misc/pascal/include/pstm.h)0
-rw-r--r--misc/pascal/pascal/ptbl.h (renamed from misc/pascal/include/ptbl.h)0
-rw-r--r--misc/pascal/pascal/ptdefs.h (renamed from misc/pascal/include/ptdefs.h)0
-rw-r--r--misc/pascal/pascal/ptkn.h (renamed from misc/pascal/include/ptkn.h)0
-rw-r--r--misc/pascal/pascal/punit.h (renamed from misc/pascal/include/punit.h)0
-rw-r--r--misc/pascal/plink/Makefile5
-rw-r--r--misc/pascal/plink/plink.h (renamed from misc/pascal/include/plink.h)0
-rw-r--r--misc/pascal/plink/plreloc.h (renamed from misc/pascal/include/plreloc.h)0
-rw-r--r--misc/pascal/plink/plsym.h (renamed from misc/pascal/include/plsym.h)0
20 files changed, 12 insertions, 5 deletions
diff --git a/misc/pascal/insn16/libinsn/pgen.c b/misc/pascal/insn16/libinsn/pgen.c
index 4be58e108..cc192587c 100644
--- a/misc/pascal/insn16/libinsn/pgen.c
+++ b/misc/pascal/insn16/libinsn/pgen.c
@@ -61,7 +61,6 @@
* Global Variables
**********************************************************************/
-/* See pas.h */
extern poffHandle_t poffHandle; /* Handle to POFF object */
extern FILE *lstFile; /* LIST file pointer */
extern sint16 level; /* Static nesting level */
diff --git a/misc/pascal/insn32/libinsn/pgen.c b/misc/pascal/insn32/libinsn/pgen.c
index 7283622aa..d6584147d 100644
--- a/misc/pascal/insn32/libinsn/pgen.c
+++ b/misc/pascal/insn32/libinsn/pgen.c
@@ -63,7 +63,6 @@
* Global Variables
**********************************************************************/
-/* See pas.h */
extern poffHandle_t poffHandle; /* Handle to POFF object */
extern FILE *lstFile; /* LIST file pointer */
extern sint16 level; /* Static nesting level */
diff --git a/misc/pascal/nuttx/INSTALL.sh b/misc/pascal/nuttx/INSTALL.sh
index 53749281f..c2f374e57 100755
--- a/misc/pascal/nuttx/INSTALL.sh
+++ b/misc/pascal/nuttx/INSTALL.sh
@@ -126,9 +126,9 @@ mkdir ${nuttxdir}/pcode/libpas || \
# Copy runtime files
-cp -a ${pascaldir}/include/poff.h ${pascaldir}/include/pofflib.h \
+cp -a ${pascaldir}/include/poff.h ${pascaldir}/include/pofflib.h \
${pascaldir}/include/pedefs.h ${pascaldir}/include/perr.h \
- ${pascaldir}/include/pdefs.h ${pascaldir}/include/pfdefs.h \
+ ${pascaldir}/include/pdefs.h ${pascaldir}/include/pfdefs.h \
${pascaldir}/include/pxdefs.h ${pascaldir}/include/paslib.h \
${nuttxdir}/pcode/include/. || \
{ echo "Failed to copy ${pascaldir}/include" ; exit 1; }
@@ -161,6 +161,6 @@ cp -a ${pascaldir}/${modeldir}/include/pexec.h ${pascaldir}/${modeldir}/include
${nuttxdir}/pcode/insn/include/. || \
{ echo "Failed to copy ${pascaldir}/${modeldir}/include" ; exit 1; }
-cp -a ${pascaldir}/${modeldir}/prun/pexec.c ${pascaldir}/${modeldir}/prun/pload.c \
+cp -a ${pascaldir}/${modeldir}/prun/pexec.c ${pascaldir}/${modeldir}/prun/pload.c \
${pascaldir}/${modeldir}/prun/Make.defs ${nuttxdir}/pcode/insn/prun/. || \
{ echo "Failed to copy ${pascaldir}/${modeldir}/prun" ; exit 1; }
diff --git a/misc/pascal/pascal/Makefile b/misc/pascal/pascal/Makefile
index 6029fb245..4c4eaf700 100644
--- a/misc/pascal/pascal/Makefile
+++ b/misc/pascal/pascal/Makefile
@@ -47,6 +47,10 @@ BINDIR-$(CONFIG_INSN16) = $(PASCAL)/bin16
BINDIR-$(CONFIG_INSN32) = $(PASCAL)/bin32
#
+# Tools
+#
+CFLAGS += -I.
+#
# Objects and targets
#
PASSRCS = pas.c pprgm.c punit.c pblck.c pstm.c pexpr.c \
diff --git a/misc/pascal/include/pas.h b/misc/pascal/pascal/pas.h
index 5a4829948..5a4829948 100644
--- a/misc/pascal/include/pas.h
+++ b/misc/pascal/pascal/pas.h
diff --git a/misc/pascal/include/pblck.h b/misc/pascal/pascal/pblck.h
index 22b6b75b4..22b6b75b4 100644
--- a/misc/pascal/include/pblck.h
+++ b/misc/pascal/pascal/pblck.h
diff --git a/misc/pascal/include/pexpr.h b/misc/pascal/pascal/pexpr.h
index dba1f1ee7..dba1f1ee7 100644
--- a/misc/pascal/include/pexpr.h
+++ b/misc/pascal/pascal/pexpr.h
diff --git a/misc/pascal/include/pfunc.h b/misc/pascal/pascal/pfunc.h
index e6d3303e4..e6d3303e4 100644
--- a/misc/pascal/include/pfunc.h
+++ b/misc/pascal/pascal/pfunc.h
diff --git a/misc/pascal/include/pgen.h b/misc/pascal/pascal/pgen.h
index 055e14eb3..055e14eb3 100644
--- a/misc/pascal/include/pgen.h
+++ b/misc/pascal/pascal/pgen.h
diff --git a/misc/pascal/include/pprgm.h b/misc/pascal/pascal/pprgm.h
index 7c4ef2ca0..7c4ef2ca0 100644
--- a/misc/pascal/include/pprgm.h
+++ b/misc/pascal/pascal/pprgm.h
diff --git a/misc/pascal/include/pproc.h b/misc/pascal/pascal/pproc.h
index 5ede20a57..5ede20a57 100644
--- a/misc/pascal/include/pproc.h
+++ b/misc/pascal/pascal/pproc.h
diff --git a/misc/pascal/include/pstm.h b/misc/pascal/pascal/pstm.h
index 6508db68a..6508db68a 100644
--- a/misc/pascal/include/pstm.h
+++ b/misc/pascal/pascal/pstm.h
diff --git a/misc/pascal/include/ptbl.h b/misc/pascal/pascal/ptbl.h
index 70d318846..70d318846 100644
--- a/misc/pascal/include/ptbl.h
+++ b/misc/pascal/pascal/ptbl.h
diff --git a/misc/pascal/include/ptdefs.h b/misc/pascal/pascal/ptdefs.h
index d7a079e13..d7a079e13 100644
--- a/misc/pascal/include/ptdefs.h
+++ b/misc/pascal/pascal/ptdefs.h
diff --git a/misc/pascal/include/ptkn.h b/misc/pascal/pascal/ptkn.h
index d30333e0c..d30333e0c 100644
--- a/misc/pascal/include/ptkn.h
+++ b/misc/pascal/pascal/ptkn.h
diff --git a/misc/pascal/include/punit.h b/misc/pascal/pascal/punit.h
index 128ec7198..128ec7198 100644
--- a/misc/pascal/include/punit.h
+++ b/misc/pascal/pascal/punit.h
diff --git a/misc/pascal/plink/Makefile b/misc/pascal/plink/Makefile
index 9b76aa6a0..260639417 100644
--- a/misc/pascal/plink/Makefile
+++ b/misc/pascal/plink/Makefile
@@ -47,6 +47,11 @@ BINDIR-$(CONFIG_INSN16) = $(PASCAL)/bin16
BINDIR-$(CONFIG_INSN32) = $(PASCAL)/bin32
#
+# Tools
+#
+CFLAGS += -I.
+
+#
# Objects and targets
#
PLINKSRCS = plink.c plsym.c plreloc.c
diff --git a/misc/pascal/include/plink.h b/misc/pascal/plink/plink.h
index 350bce461..350bce461 100644
--- a/misc/pascal/include/plink.h
+++ b/misc/pascal/plink/plink.h
diff --git a/misc/pascal/include/plreloc.h b/misc/pascal/plink/plreloc.h
index 1998361b9..1998361b9 100644
--- a/misc/pascal/include/plreloc.h
+++ b/misc/pascal/plink/plreloc.h
diff --git a/misc/pascal/include/plsym.h b/misc/pascal/plink/plsym.h
index 96f520148..96f520148 100644
--- a/misc/pascal/include/plsym.h
+++ b/misc/pascal/plink/plsym.h