diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 20:36:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-16 20:36:38 +0000 |
commit | b3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d (patch) | |
tree | ad55f6386cfaeb34f183e49eeec2891ab86d200c /TAO/tests/Xt_Stopwatch/Makefile | |
parent | e77853ca01947b807c1916b7074e3716dd63b76b (diff) | |
download | ATCD-b3f6ff7b5e8b89f54fd2d75e7707602cad2cf21d.tar.gz |
ChangeLogTag:Fri Jul 16 15:16:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/Makefile')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Makefile b/TAO/tests/Xt_Stopwatch/Makefile index c9bd693f131..99320af2706 100644 --- a/TAO/tests/Xt_Stopwatch/Makefile +++ b/TAO/tests/Xt_Stopwatch/Makefile @@ -22,10 +22,6 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i Stopwatch_display Control time CLIENT_OBJS = client.o Control.o testC.o SERVER_OBJS = server.o test_i.o Stopwatch_display.o timer.o $(addsuffix .o, $(IDLFILES)) -BUILD = $(BIN) -VLDLIBS = $(LDLIBS:%=%$(VAR)) -VBIN = $(BIN:%=%$(VAR)) - TAO_IDLFLAGS += -Ge 1 #---------------------------------------------------------------------------- # Include macros and targets |