summaryrefslogtreecommitdiff
path: root/apps/gperf
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-30 21:56:40 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-30 21:56:40 +0000
commit1d5e339855d5fe817e2e9f90437351aeef82f00d (patch)
treeed6d3437c0769b2334a9059558e762e1d586e0e0 /apps/gperf
parente6c8a96b7a3d0ae53ac439f902bbdafee8102023 (diff)
downloadATCD-1d5e339855d5fe817e2e9f90437351aeef82f00d.tar.gz
ChangeLogTag:Wed Sep 30 16:55:53 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'apps/gperf')
-rw-r--r--apps/gperf/ChangeLog6
-rw-r--r--apps/gperf/tests/Makefile25
2 files changed, 29 insertions, 2 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 4caffbb8d14..5eec1e75b2a 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 30 16:55:53 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tests/Makefile:
+ Updated dependencies, added a realclean target to remove the
+ output from the tests.
+
Wed Sep 30 12:41:29 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* src/Key_List.cpp (dump): Fixed another signed/unsigned int
diff --git a/apps/gperf/tests/Makefile b/apps/gperf/tests/Makefile
index 2008c295716..5ab2121202d 100644
--- a/apps/gperf/tests/Makefile
+++ b/apps/gperf/tests/Makefile
@@ -22,12 +22,13 @@
# Include macros and targets
#----------------------------------------------------------------------------
+SRC= test.cpp
+
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
srcdir = .
@@ -89,9 +90,29 @@ all:
./aout -v < $(srcdir)/c.gperf > test-7.out
-diff -b $(srcdir)/test-7.exp test-7.out
+realclean:
+ $(RM) -rf *.out cinset.cpp c++inset.cpp iinset.cpp tinset.cpp \
+ pinset.cpp m3inset.cpp adainset.cpp preinset.cpp
+ $(RM) -rf c.out aout preout m3out pout cout c++out iout tout
+
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
+.obj/test.o .obj/test.so .shobj/test.o .shobj/test.so: test.cpp $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/inc_user_config.h \
+ $(ACE_ROOT)/ace/config.h \
+ $(ACE_ROOT)/ace/config-sunos5.5.h \
+ $(ACE_ROOT)/ace/config-g++-common.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/Trace.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Record.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/Log_Record.i
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY