bc.mak
author fm
Mon, 19 Oct 2009 14:25:17 +0200
changeset 487 c0e34ae6eba9
parent 371 c0a895fbaf81
child 495 d0a58685684c
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
111
546449be812a initial checkin
fm
parents:
diff changeset
     1
# $Header$
546449be812a initial checkin
fm
parents:
diff changeset
     2
#
256
563e60a682f6 automatically generated by browser
fm
parents: 244
diff changeset
     3
# DO NOT EDIT
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
     4
# automagically generated from the projectDefinition: stx_libsvn.
111
546449be812a initial checkin
fm
parents:
diff changeset
     5
#
546449be812a initial checkin
fm
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
546449be812a initial checkin
fm
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
546449be812a initial checkin
fm
parents:
diff changeset
     8
#
546449be812a initial checkin
fm
parents:
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
546449be812a initial checkin
fm
parents:
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
546449be812a initial checkin
fm
parents:
diff changeset
    11
# The nt.mak supports the following targets:
546449be812a initial checkin
fm
parents:
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
546449be812a initial checkin
fm
parents:
diff changeset
    13
#    bmake clean   - clean all temp files
546449be812a initial checkin
fm
parents:
diff changeset
    14
#    bmake clobber - clean all
546449be812a initial checkin
fm
parents:
diff changeset
    15
#
546449be812a initial checkin
fm
parents:
diff changeset
    16
#
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    17
TOP=..
111
546449be812a initial checkin
fm
parents:
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
546449be812a initial checkin
fm
parents:
diff changeset
    19
546449be812a initial checkin
fm
parents:
diff changeset
    20
546449be812a initial checkin
fm
parents:
diff changeset
    21
546449be812a initial checkin
fm
parents:
diff changeset
    22
!INCLUDE $(TOP)\rules\stdHeader_bc
546449be812a initial checkin
fm
parents:
diff changeset
    23
546449be812a initial checkin
fm
parents:
diff changeset
    24
!INCLUDE Make.spec
546449be812a initial checkin
fm
parents:
diff changeset
    25
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    26
LIBNAME=libstx_libsvn
111
546449be812a initial checkin
fm
parents:
diff changeset
    27
RESFILES=libsvn.res
546449be812a initial checkin
fm
parents:
diff changeset
    28
546449be812a initial checkin
fm
parents:
diff changeset
    29
546449be812a initial checkin
fm
parents:
diff changeset
    30
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libtool -I$(INCLUDE_TOP)\stx\libhtml
111
546449be812a initial checkin
fm
parents:
diff changeset
    32
LOCALDEFINES=
546449be812a initial checkin
fm
parents:
diff changeset
    33
546449be812a initial checkin
fm
parents:
diff changeset
    34
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
546449be812a initial checkin
fm
parents:
diff changeset
    35
LOCALLIBS=
546449be812a initial checkin
fm
parents:
diff changeset
    36
546449be812a initial checkin
fm
parents:
diff changeset
    37
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
546449be812a initial checkin
fm
parents:
diff changeset
    38
546449be812a initial checkin
fm
parents:
diff changeset
    39
ALL::  classLibRule
546449be812a initial checkin
fm
parents:
diff changeset
    40
262
f26decd27a53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 256
diff changeset
    41
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
111
546449be812a initial checkin
fm
parents:
diff changeset
    42
546449be812a initial checkin
fm
parents:
diff changeset
    43
!INCLUDE $(TOP)\rules\stdRules_bc
546449be812a initial checkin
fm
parents:
diff changeset
    44
546449be812a initial checkin
fm
parents:
diff changeset
    45
# build all prerequisite packages for this package
546449be812a initial checkin
fm
parents:
diff changeset
    46
prereq:
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    47
	pushd ..\..\cvut\stx\goodies\libtool3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    48
	pushd ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    49
	pushd ..\goodies\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    50
	pushd ..\goodies\xml\vw & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    51
	pushd ..\goodies\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    52
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    53
	pushd ..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    54
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    55
	pushd ..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    56
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    57
	pushd ..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    58
	pushd ..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    59
	pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    60
	pushd ..\libwidg3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    61
	pushd ..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    62
	pushd ..\libtool2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    63
	pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
111
546449be812a initial checkin
fm
parents:
diff changeset
    64
546449be812a initial checkin
fm
parents:
diff changeset
    65
546449be812a initial checkin
fm
parents:
diff changeset
    66
546449be812a initial checkin
fm
parents:
diff changeset
    67
546449be812a initial checkin
fm
parents:
diff changeset
    68
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
546449be812a initial checkin
fm
parents:
diff changeset
    69
$(OUTDIR)OSProcess.$(O) OSProcess.$(H): OSProcess.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
371
c0a895fbaf81 automatically generated by browser
fm
parents: 262
diff changeset
    70
$(OUTDIR)SVN__ActivityNotification.$(O) SVN__ActivityNotification.$(H): SVN__ActivityNotification.st $(INCLUDE_TOP)\stx\libbasic\ActivityNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    71
$(OUTDIR)SVN__AddCommand.$(O) SVN__AddCommand.$(H): SVN__AddCommand.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    72
$(OUTDIR)SVN__AuthorizationError.$(O) SVN__AuthorizationError.$(H): SVN__AuthorizationError.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    73
$(OUTDIR)SVN__Branch.$(O) SVN__Branch.$(H): SVN__Branch.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    74
$(OUTDIR)SVN__BranchCommand.$(O) SVN__BranchCommand.$(H): SVN__BranchCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    75
$(OUTDIR)SVN__BranchQuery.$(O) SVN__BranchQuery.$(H): SVN__BranchQuery.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    76
$(OUTDIR)SVN__Browser.$(O) SVN__Browser.$(H): SVN__Browser.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    77
$(OUTDIR)SVN__CVSTask.$(O) SVN__CVSTask.$(H): SVN__CVSTask.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    78
$(OUTDIR)SVN__CheckoutCommand.$(O) SVN__CheckoutCommand.$(H): SVN__CheckoutCommand.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    79
$(OUTDIR)SVN__CleanupCommand.$(O) SVN__CleanupCommand.$(H): SVN__CleanupCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    80
$(OUTDIR)SVN__Command.$(O) SVN__Command.$(H): SVN__Command.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    81
$(OUTDIR)SVN__CommitCommand.$(O) SVN__CommitCommand.$(H): SVN__CommitCommand.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    82
$(OUTDIR)SVN__CommitTask.$(O) SVN__CommitTask.$(H): SVN__CommitTask.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    83
$(OUTDIR)SVN__CommitTests.$(O) SVN__CommitTests.$(H): SVN__CommitTests.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    84
$(OUTDIR)SVN__CompatModeQuery.$(O) SVN__CompatModeQuery.$(H): SVN__CompatModeQuery.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    85
$(OUTDIR)SVN__CopyCommand.$(O) SVN__CopyCommand.$(H): SVN__CopyCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    86
$(OUTDIR)SVN__Credentials.$(O) SVN__Credentials.$(H): SVN__Credentials.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    87
$(OUTDIR)SVN__DeleteCommand.$(O) SVN__DeleteCommand.$(H): SVN__DeleteCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    88
$(OUTDIR)SVN__Dialog.$(O) SVN__Dialog.$(H): SVN__Dialog.st $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    89
$(OUTDIR)SVN__Entry.$(O) SVN__Entry.$(H): SVN__Entry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    90
$(OUTDIR)SVN__Enum.$(O) SVN__Enum.$(H): SVN__Enum.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    91
$(OUTDIR)SVN__Error.$(O) SVN__Error.$(H): SVN__Error.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    92
$(OUTDIR)SVN__FileoutLikeTask.$(O) SVN__FileoutLikeTask.$(H): SVN__FileoutLikeTask.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    93
$(OUTDIR)SVN__IconLibrary.$(O) SVN__IconLibrary.$(H): SVN__IconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    94
$(OUTDIR)SVN__InfoCommand.$(O) SVN__InfoCommand.$(H): SVN__InfoCommand.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    95
$(OUTDIR)SVN__MoveCommand.$(O) SVN__MoveCommand.$(H): SVN__MoveCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    96
$(OUTDIR)SVN__Property.$(O) SVN__Property.$(H): SVN__Property.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    97
$(OUTDIR)SVN__PropsetCommand.$(O) SVN__PropsetCommand.$(H): SVN__PropsetCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    98
$(OUTDIR)SVN__Repository.$(O) SVN__Repository.$(H): SVN__Repository.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    99
$(OUTDIR)SVN__RepositoryConfiguration.$(O) SVN__RepositoryConfiguration.$(H): SVN__RepositoryConfiguration.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
   100
$(OUTDIR)SVN__RepositoryManager.$(O) SVN__RepositoryManager.$(H): SVN__RepositoryManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   101
$(OUTDIR)SVN__RevertCommand.$(O) SVN__RevertCommand.$(H): SVN__RevertCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   102
$(OUTDIR)SVN__Revision.$(O) SVN__Revision.$(H): SVN__Revision.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   103
$(OUTDIR)SVN__RevisionLogEntry.$(O) SVN__RevisionLogEntry.$(H): SVN__RevisionLogEntry.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   104
$(OUTDIR)SVN__SettingsApp.$(O) SVN__SettingsApp.$(H): SVN__SettingsApp.st $(INCLUDE_TOP)\stx\libtool\AbstractSettingsApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   105
$(OUTDIR)SVN__StatusCommand.$(O) SVN__StatusCommand.$(H): SVN__StatusCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   106
$(OUTDIR)SVN__Task.$(O) SVN__Task.$(H): SVN__Task.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   107
$(OUTDIR)SVN__TestCase.$(O) SVN__TestCase.$(H): SVN__TestCase.st $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   108
$(OUTDIR)SVN__UpdateCommand.$(O) SVN__UpdateCommand.$(H): SVN__UpdateCommand.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   109
$(OUTDIR)SVN__WCAction.$(O) SVN__WCAction.$(H): SVN__WCAction.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
   110
$(OUTDIR)SVN__WCActionNotification.$(O) SVN__WCActionNotification.$(H): SVN__WCActionNotification.st $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   111
$(OUTDIR)SVN__WCEntryInfo.$(O) SVN__WCEntryInfo.$(H): SVN__WCEntryInfo.st $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   112
$(OUTDIR)SVN__WCError.$(O) SVN__WCError.$(H): SVN__WCError.st $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
256
563e60a682f6 automatically generated by browser
fm
parents: 244
diff changeset
   113
$(OUTDIR)SVN__WizardPane.$(O) SVN__WizardPane.$(H): SVN__WizardPane.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   114
$(OUTDIR)SVN__WorkingCopy.$(O) SVN__WorkingCopy.$(H): SVN__WorkingCopy.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
   115
$(OUTDIR)SVN__XMLObject.$(O) SVN__XMLObject.$(H): SVN__XMLObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
371
c0a895fbaf81 automatically generated by browser
fm
parents: 262
diff changeset
   116
$(OUTDIR)SVNSourceCodeManager.$(O) SVNSourceCodeManager.$(H): SVNSourceCodeManager.st $(INCLUDE_TOP)\stx\libbasic3\AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   117
$(OUTDIR)stx_libsvn.$(O) stx_libsvn.$(H): stx_libsvn.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   118
$(OUTDIR)SVN__BranchSelectionDialog.$(O) SVN__BranchSelectionDialog.$(H): SVN__BranchSelectionDialog.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   119
$(OUTDIR)SVN__CatCommand.$(O) SVN__CatCommand.$(H): SVN__CatCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   120
$(OUTDIR)SVN__CreateRepositoryCommand.$(O) SVN__CreateRepositoryCommand.$(H): SVN__CreateRepositoryCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   121
$(OUTDIR)SVN__CredentialsDialog.$(O) SVN__CredentialsDialog.$(H): SVN__CredentialsDialog.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   122
$(OUTDIR)SVN__ImportFromCVSTask.$(O) SVN__ImportFromCVSTask.$(H): SVN__ImportFromCVSTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__CVSTask.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   123
$(OUTDIR)SVN__ListCommand.$(O) SVN__ListCommand.$(H): SVN__ListCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   124
$(OUTDIR)SVN__LogCommand.$(O) SVN__LogCommand.$(H): SVN__LogCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   125
$(OUTDIR)SVN__NodeKind.$(O) SVN__NodeKind.$(H): SVN__NodeKind.st $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   126
$(OUTDIR)SVN__NonExistentURLError.$(O) SVN__NonExistentURLError.$(H): SVN__NonExistentURLError.st $(INCLUDE_TOP)\stx\libsvn\SVN__Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   127
$(OUTDIR)SVN__ProgressDialog.$(O) SVN__ProgressDialog.$(H): SVN__ProgressDialog.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   128
$(OUTDIR)SVN__ProgressNotification.$(O) SVN__ProgressNotification.$(H): SVN__ProgressNotification.st $(INCLUDE_TOP)\stx\libsvn\SVN__ActivityNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\ActivityNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   129
$(OUTDIR)SVN__RepositoryConfigurationDialog.$(O) SVN__RepositoryConfigurationDialog.$(H): SVN__RepositoryConfigurationDialog.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   130
$(OUTDIR)SVN__RepositoryEntry.$(O) SVN__RepositoryEntry.$(H): SVN__RepositoryEntry.st $(INCLUDE_TOP)\stx\libsvn\SVN__Entry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   131
$(OUTDIR)SVN__RevisionDate.$(O) SVN__RevisionDate.$(H): SVN__RevisionDate.st $(INCLUDE_TOP)\stx\libsvn\SVN__Revision.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   132
$(OUTDIR)SVN__RevisionHead.$(O) SVN__RevisionHead.$(H): SVN__RevisionHead.st $(INCLUDE_TOP)\stx\libsvn\SVN__Revision.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   133
$(OUTDIR)SVN__RevisionLogBrowser.$(O) SVN__RevisionLogBrowser.$(H): SVN__RevisionLogBrowser.st $(INCLUDE_TOP)\stx\libsvn\SVN__Browser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   134
$(OUTDIR)SVN__RevisionNumber.$(O) SVN__RevisionNumber.$(H): SVN__RevisionNumber.st $(INCLUDE_TOP)\stx\libsvn\SVN__Revision.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   135
$(OUTDIR)SVN__RevisionSelectionDialog.$(O) SVN__RevisionSelectionDialog.$(H): SVN__RevisionSelectionDialog.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   136
$(OUTDIR)SVN__Status.$(O) SVN__Status.$(H): SVN__Status.st $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   137
$(OUTDIR)SVN__SyncWithCVSTask.$(O) SVN__SyncWithCVSTask.$(H): SVN__SyncWithCVSTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__CVSTask.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   138
$(OUTDIR)SVN__UnknownError.$(O) SVN__UnknownError.$(H): SVN__UnknownError.st $(INCLUDE_TOP)\stx\libsvn\SVN__Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   139
$(OUTDIR)SVN__UpdateLikeCommand.$(O) SVN__UpdateLikeCommand.$(H): SVN__UpdateLikeCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   140
$(OUTDIR)SVN__UpdateTask.$(O) SVN__UpdateTask.$(H): SVN__UpdateTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__FileoutLikeTask.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   141
$(OUTDIR)SVN__WCActionAdded.$(O) SVN__WCActionAdded.$(H): SVN__WCActionAdded.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   142
$(OUTDIR)SVN__WCActionConflict.$(O) SVN__WCActionConflict.$(H): SVN__WCActionConflict.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   143
$(OUTDIR)SVN__WCActionDeleted.$(O) SVN__WCActionDeleted.$(H): SVN__WCActionDeleted.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   144
$(OUTDIR)SVN__WCActionMerged.$(O) SVN__WCActionMerged.$(H): SVN__WCActionMerged.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   145
$(OUTDIR)SVN__WCActionModified.$(O) SVN__WCActionModified.$(H): SVN__WCActionModified.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   146
$(OUTDIR)SVN__WCActionNone.$(O) SVN__WCActionNone.$(H): SVN__WCActionNone.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   147
$(OUTDIR)SVN__WCActionRestored.$(O) SVN__WCActionRestored.$(H): SVN__WCActionRestored.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   148
$(OUTDIR)SVN__WCActionUpdated.$(O) SVN__WCActionUpdated.$(H): SVN__WCActionUpdated.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCAction.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   149
$(OUTDIR)SVN__WCCommand.$(O) SVN__WCCommand.$(H): SVN__WCCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   150
$(OUTDIR)SVN__WCEntry.$(O) SVN__WCEntry.$(H): SVN__WCEntry.st $(INCLUDE_TOP)\stx\libsvn\SVN__Entry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   151
$(OUTDIR)SVN__Wizard.$(O) SVN__Wizard.$(H): SVN__Wizard.st $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   152
$(OUTDIR)SVN__WorkingCopyBrowser.$(O) SVN__WorkingCopyBrowser.$(H): SVN__WorkingCopyBrowser.st $(INCLUDE_TOP)\stx\libsvn\SVN__Browser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   153
$(OUTDIR)SVN__WorkingCopyLockedError.$(O) SVN__WorkingCopyLockedError.$(H): SVN__WorkingCopyLockedError.st $(INCLUDE_TOP)\stx\libsvn\SVN__Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   154
$(OUTDIR)SVN__CommitWizard.$(O) SVN__CommitWizard.$(H): SVN__CommitWizard.st $(INCLUDE_TOP)\stx\libsvn\SVN__Wizard.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WizardPane.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   155
$(OUTDIR)SVN__NodeKindDir.$(O) SVN__NodeKindDir.$(H): SVN__NodeKindDir.st $(INCLUDE_TOP)\stx\libsvn\SVN__NodeKind.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   156
$(OUTDIR)SVN__NodeKindFile.$(O) SVN__NodeKindFile.$(H): SVN__NodeKindFile.st $(INCLUDE_TOP)\stx\libsvn\SVN__NodeKind.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   157
$(OUTDIR)SVN__NodeKindNone.$(O) SVN__NodeKindNone.$(H): SVN__NodeKindNone.st $(INCLUDE_TOP)\stx\libsvn\SVN__NodeKind.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   158
$(OUTDIR)SVN__NodeKindUnknown.$(O) SVN__NodeKindUnknown.$(H): SVN__NodeKindUnknown.st $(INCLUDE_TOP)\stx\libsvn\SVN__NodeKind.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   159
$(OUTDIR)SVN__StatusAdded.$(O) SVN__StatusAdded.$(H): SVN__StatusAdded.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   160
$(OUTDIR)SVN__StatusConflicted.$(O) SVN__StatusConflicted.$(H): SVN__StatusConflicted.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   161
$(OUTDIR)SVN__StatusDeleted.$(O) SVN__StatusDeleted.$(H): SVN__StatusDeleted.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   162
$(OUTDIR)SVN__StatusIgnored.$(O) SVN__StatusIgnored.$(H): SVN__StatusIgnored.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   163
$(OUTDIR)SVN__StatusIncomplete.$(O) SVN__StatusIncomplete.$(H): SVN__StatusIncomplete.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   164
$(OUTDIR)SVN__StatusMissing.$(O) SVN__StatusMissing.$(H): SVN__StatusMissing.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   165
$(OUTDIR)SVN__StatusModified.$(O) SVN__StatusModified.$(H): SVN__StatusModified.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   166
$(OUTDIR)SVN__StatusNormal.$(O) SVN__StatusNormal.$(H): SVN__StatusNormal.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   167
$(OUTDIR)SVN__StatusObstructed.$(O) SVN__StatusObstructed.$(H): SVN__StatusObstructed.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   168
$(OUTDIR)SVN__StatusReplaced.$(O) SVN__StatusReplaced.$(H): SVN__StatusReplaced.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   169
$(OUTDIR)SVN__StatusUnversioned.$(O) SVN__StatusUnversioned.$(H): SVN__StatusUnversioned.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   170
$(OUTDIR)SVN__UpdateWizard.$(O) SVN__UpdateWizard.$(H): SVN__UpdateWizard.st $(INCLUDE_TOP)\stx\libsvn\SVN__Wizard.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Dialog.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WizardPane.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   171
$(OUTDIR)SVN__WCPathCommand.$(O) SVN__WCPathCommand.$(H): SVN__WCPathCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   172
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic3\ChangeSet.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Class.$(H) $(INCLUDE_TOP)\stx\libbasic\ClassDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Behavior.$(H) $(INCLUDE_TOP)\stx\libbasic3\ClassChange.$(H) $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libbasic\Metaclass.$(H) $(INCLUDE_TOP)\stx\libbasic\Method.$(H) $(INCLUDE_TOP)\stx\libbasic\CompiledCode.$(H) $(INCLUDE_TOP)\stx\libbasic\ExecutableFunction.$(H) $(INCLUDE_TOP)\stx\libbasic3\MethodChange.$(H) $(INCLUDE_TOP)\stx\libtool\NewLauncher.$(H) $(INCLUDE_TOP)\stx\libtool\AbstractLauncherApplication.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic3\TimestampChange.$(H) $(INCLUDE_TOP)\stx\libbasic3\OtherChange.$(H) $(INCLUDE_TOP)\stx\libtool\NewSystemBrowser.$(H) $(INCLUDE_TOP)\stx\libtool\SystemBrowser.$(H) $(INCLUDE_TOP)\stx\libhtml\URL.$(H) $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\ApplicationDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Smalltalk.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   173
546449be812a initial checkin
fm
parents:
diff changeset
   174
# ENDMAKEDEPEND --- do not remove this line