summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-29 23:13:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-29 23:13:55 +0000
commit6a8f323e3910f74bdb7d66df6c11ba07f894d74b (patch)
treeebf82832c0d7a9397458bc85099ffd17d3a7b189
parent4bdb92f4ca674bd0da19bf3bf76db2da2e08c104 (diff)
downloadATCD-6a8f323e3910f74bdb7d66df6c11ba07f894d74b.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/Cubit/TAO/IDL_Cubit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile b/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile
index 7ccc6523fe7..3127d5c3698 100644
--- a/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile
+++ b/TAO/tests/Cubit/TAO/IDL_Cubit/Makefile
@@ -12,7 +12,7 @@
LDLIBS = -lTAO
IDL_SRC = cubitC.cpp cubitS.cpp
-PROG_SRCS = $(IDL_SRC) svr.cpp clnt.cpp tmplinst.cpp
+PROG_SRCS = $(IDL_SRC) svr.cpp clnt.cpp tmplinst.cpp
LSRC = $(PROG_SRCS)
@@ -33,10 +33,13 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
+#----------------------------------------------------------------------------
+# Local targets
+#----------------------------------------------------------------------------
+
DCFLAGS = -g
#$(IDL_SRC): cubit.idl