summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:42:51 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:42:51 +0000
commit89620cff8eb3cdf0d07fd3b07f81fce975dc6f48 (patch)
tree37e0cdd677bd4dd4053fc7682a24ef89a51f8025 /TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile
parent674803c4bd77c7a78835eb3af4d1f5ed808c3f93 (diff)
downloadATCD-89620cff8eb3cdf0d07fd3b07f81fce975dc6f48.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile
index 181c94427e2..bfbe88374ef 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile
@@ -13,6 +13,10 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
+#TAO_IDLFLAGS = -Wb,export_macro=TAO_ORBSVCS_Export -Wb,export_include=orbsvcs_export.h
+
+IDL_FILES = Video_ControlS Video_ControlC Audio_ControlS Audio_ControlC ReceiverS ReceiverC
+
# On non-Windows environment, we should at least define
# the export_include IDL flag.
FILES = $(IDL_FILES)
@@ -20,11 +24,6 @@ FILES = $(IDL_FILES)
DEFS = $(addsuffix .h,$(FILES))
LSRC = $(addsuffix .cpp,$(FILES))
-
-#TAO_IDLFLAGS = -Wb,export_macro=TAO_ORBSVCS_Export -Wb,export_include=orbsvcs_export.h
-
-IDL_FILES = Video_ControlS Video_ControlC Audio_ControlS Audio_ControlC
-
FILES += com fileio filters routine sendpt
LDFLAGS += -L$(TAO_ROOT)/tao