include $(PEGASUS_ROOT)/mak/config.mak

DIRS = \
    Config \
    HashTable \
    Resolve \
    Formatter \
    Abstract \
    Array \
    Base64 \
    CGIQueryString \
    ClassDecl \
    Compare \
    DateTime \
    Dir \
    FileSystem \
    Flavor \
    InstanceDecl \
    IPC \
    Method \
    Object \
    Parameter \
    Property \
    Qualifier \
    QualifierDecl \
    QualifierList \
    Queue \
    Scope \
    Socket \
    Stack \
    Stopwatch \
    String \
    StrToInstName \
    Thread \
    ThreadPool \
    TimeValue \
    ToMof \
    Tracer \
    ValidateClass \
    Value \
    XmlDump \
    XmlParser \
    XmlPrint \
    Reference \
    DynLib \
    DynLoad \
	DynamicLibrary \
    Logger \
    WebClient \
    ParamValue \
    L10N \
    OperationContext

#    MessageQueueService \
#    WebServer \
#    async_callback \

include $(PEGASUS_ROOT)/mak/recurse.mak
