summaryrefslogtreecommitdiff
path: root/PACE
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-14 05:17:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-14 05:17:41 +0000
commit1c2a195c13869e7a3cc5005a537c089e14a100d3 (patch)
treed45c7a1bb91dad0fd7eb57e062de64442a22d247 /PACE
parent619a8d9519a5f68281fb2f01dd4c977dc3386201 (diff)
downloadATCD-1c2a195c13869e7a3cc5005a537c089e14a100d3.tar.gz
ChangeLogTag:Fri Oct 13 21:49:54 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'PACE')
-rw-r--r--PACE/pace/Makefile4
-rw-r--r--PACE/tests/Makefile52
2 files changed, 56 insertions, 0 deletions
diff --git a/PACE/pace/Makefile b/PACE/pace/Makefile
index 87a5509f7ff..772486a0c06 100644
--- a/PACE/pace/Makefile
+++ b/PACE/pace/Makefile
@@ -447,3 +447,7 @@ realclean:
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/PACE/tests/Makefile b/PACE/tests/Makefile
index bc8f3bc76d7..a1e692132e5 100644
--- a/PACE/tests/Makefile
+++ b/PACE/tests/Makefile
@@ -82,3 +82,55 @@ endif
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+
+.obj/Stdio_Test.o .obj/Stdio_Test.so .shobj/Stdio_Test.o .shobj/Stdio_Test.so: Stdio_Test.c \
+ $(ACE_ROOT)/PACE/pace/stdio.h \
+ $(ACE_ROOT)/PACE/pace/config/defines.h \
+ $(ACE_ROOT)/PACE/pace/config/platform.h \
+ $(ACE_ROOT)/PACE/pace/config/config.h \
+ $(ACE_ROOT)/PACE/pace/config/compiler.h \
+ $(ACE_ROOT)/PACE/pace/config/constants.h \
+ $(ACE_ROOT)/PACE/pace/sys/types.h \
+ $(ACE_ROOT)/PACE/pace/config/defaults.h \
+ $(ACE_ROOT)/PACE/pace/config/utility.h \
+ $(ACE_ROOT)/PACE/pace/errno.h \
+ $(ACE_ROOT)/PACE/pace/config/features.h \
+ $(ACE_ROOT)/PACE/pace/unistd.h
+
+.obj/Posix_SP_Test.o .obj/Posix_SP_Test.so .shobj/Posix_SP_Test.o .shobj/Posix_SP_Test.so: Posix_SP_Test.c \
+ $(ACE_ROOT)/PACE/pace/stdio.h \
+ $(ACE_ROOT)/PACE/pace/config/defines.h \
+ $(ACE_ROOT)/PACE/pace/config/platform.h \
+ $(ACE_ROOT)/PACE/pace/config/config.h \
+ $(ACE_ROOT)/PACE/pace/config/compiler.h \
+ $(ACE_ROOT)/PACE/pace/config/constants.h \
+ $(ACE_ROOT)/PACE/pace/sys/types.h \
+ $(ACE_ROOT)/PACE/pace/config/defaults.h \
+ $(ACE_ROOT)/PACE/pace/config/utility.h \
+ $(ACE_ROOT)/PACE/pace/errno.h \
+ $(ACE_ROOT)/PACE/pace/config/features.h \
+ $(ACE_ROOT)/PACE/pace/unistd.h \
+ $(ACE_ROOT)/PACE/pace/time.h \
+ $(ACE_ROOT)/PACE/pace/sys/utsname.h
+
+.obj/mqueue_test.o .obj/mqueue_test.so .shobj/mqueue_test.o .shobj/mqueue_test.so: mqueue_test.c \
+ $(ACE_ROOT)/PACE/pace/stdio.h \
+ $(ACE_ROOT)/PACE/pace/config/defines.h \
+ $(ACE_ROOT)/PACE/pace/config/platform.h \
+ $(ACE_ROOT)/PACE/pace/config/config.h \
+ $(ACE_ROOT)/PACE/pace/config/compiler.h \
+ $(ACE_ROOT)/PACE/pace/config/constants.h \
+ $(ACE_ROOT)/PACE/pace/sys/types.h \
+ $(ACE_ROOT)/PACE/pace/config/defaults.h \
+ $(ACE_ROOT)/PACE/pace/config/utility.h \
+ $(ACE_ROOT)/PACE/pace/errno.h \
+ $(ACE_ROOT)/PACE/pace/config/features.h \
+ $(ACE_ROOT)/PACE/pace/fcntl.h \
+ $(ACE_ROOT)/PACE/pace/mqueue.h \
+ $(ACE_ROOT)/PACE/pace/signal.h \
+ $(ACE_ROOT)/PACE/pace/stdlib.h \
+ $(ACE_ROOT)/PACE/pace/unistd.h \
+ $(ACE_ROOT)/PACE/pace/string.h
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY