Changeset 19539

Show
Ignore:
Timestamp:
11/15/06 10:13:22 (2 years ago)
Author:
patrick
Message:

Updated to use Flagpoll to find Doozer and to include dzr.tweek.mk instead
of tweek.appdefs.mk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/test/BeanDeliveryTest/Makefile.in

    r18824 r19539  
    4545ALL_CLASSES=    beandeliverytest/*.class 
    4646 
    47 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     47DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     48include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    4849 
    4950# ----------------------------------------------------------------------------- 
  • juggler/trunk/modules/tweek/test/CxxClient/Makefile.in

    r18824 r19539  
    5353CLIENT_OBJS=    StringObserverImpl.o StringSubject.o client.o 
    5454 
    55 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     55DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     56include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    5657 
    5758CXX_GEN_DIR=            . 
  • juggler/trunk/modules/tweek/test/FileOpenTestBean/Makefile.in

    r18824 r19539  
    4141ALL_CLASSES=    fileopentestbean/*.class 
    4242 
    43 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     43DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     44include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    4445 
    4546# ----------------------------------------------------------------------------- 
  • juggler/trunk/modules/tweek/test/NetworkTestBean/Makefile.in

    r18824 r19539  
    6262ALL_CLASSES=    networktest/*.class 
    6363 
    64 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     64DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     65include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    6566 
    6667CXX_GEN_DIR=            . 
  • juggler/trunk/modules/tweek/test/PrefsTestBean/Makefile.in

    r18824 r19539  
    4444ALL_CLASSES=    prefstestbean/*.class 
    4545 
    46 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     46DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     47include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    4748 
    4849# ----------------------------------------------------------------------------- 
  • juggler/trunk/modules/tweek/test/corba/Makefile.in

    r18824 r19539  
    3838SRCS=           main.cpp 
    3939 
    40 include $(TWEEK_BASE_DIR)/share/tweek/tweek.appdefs.mk 
     40DZR_BASE_DIR=   $(shell flagpoll doozer --get-prefix) 
     41include $(DZR_BASE_DIR)/ext/tweek/dzr.tweek.mk 
    4142 
    4243# -----------------------------------------------------------------------------