bc.mak
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 08 Aug 2011 15:46:02 +0200
changeset 781 6d87e6199b10
parent 627 f62355e08c67
child 914 44c9f95b7a8e
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
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\goodies\xml\vw -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\goodies\sunit -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libwidg2 -I$(INCLUDE_TOP)\stx\libbasic -I$(INCLUDE_TOP)\stx\libbasic3 -I$(INCLUDE_TOP)\stx\libtool2 -I$(INCLUDE_TOP)\stx\libtool
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 ..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    48
	pushd ..\goodies\refactoryBrowser\parser & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    49
	pushd ..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    50
	pushd ..\libcomp & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    51
	pushd ..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    52
	pushd ..\libbasic3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    53
	pushd ..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    54
	pushd ..\libboss & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
    55
	pushd ..\goodies\xml\vw & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    56
	pushd ..\goodies\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
487
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) "
575
7513fb1df047 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 564
diff changeset
    59
	pushd ..\libview3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    60
	pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    61
	pushd ..\libwidg3 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    62
	pushd ..\libtool & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    63
	pushd ..\libtool2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
    64
	pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
111
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
546449be812a initial checkin
fm
parents:
diff changeset
    69
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
546449be812a initial checkin
fm
parents:
diff changeset
    70
$(OUTDIR)SVN__Branch.$(O) SVN__Branch.$(H): SVN__Branch.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    71
$(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
    72
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    73
$(OUTDIR)SVN__Cache.$(O) SVN__Cache.$(H): SVN__Cache.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    74
$(OUTDIR)SVN__CacheEntry.$(O) SVN__CacheEntry.$(H): SVN__CacheEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    75
$(OUTDIR)SVN__Command.$(O) SVN__Command.$(H): SVN__Command.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    76
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    77
$(OUTDIR)SVN__Configuration.$(O) SVN__Configuration.$(H): SVN__Configuration.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    78
$(OUTDIR)SVN__ConfigurationApp.$(O) SVN__ConfigurationApp.$(H): SVN__ConfigurationApp.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)
111
546449be812a initial checkin
fm
parents:
diff changeset
    79
$(OUTDIR)SVN__Credentials.$(O) SVN__Credentials.$(H): SVN__Credentials.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    80
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    81
$(OUTDIR)SVN__DiffViewApp.$(O) SVN__DiffViewApp.$(H): SVN__DiffViewApp.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\DiffTextView.$(H) $(INCLUDE_TOP)\stx\libwidg2\TwoColumnTextView.$(H) $(INCLUDE_TOP)\stx\libwidg2\SyncedMultiColumnTextView.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__DiffCodeView2.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    82
$(OUTDIR)SVN__Entry.$(O) SVN__Entry.$(H): SVN__Entry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    83
$(OUTDIR)SVN__Enum.$(O) SVN__Enum.$(H): SVN__Enum.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    84
$(OUTDIR)SVN__ExternalMergeTool.$(O) SVN__ExternalMergeTool.$(H): SVN__ExternalMergeTool.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    85
$(OUTDIR)SVN__IconLibrary.$(O) SVN__IconLibrary.$(H): SVN__IconLibrary.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    86
$(OUTDIR)SVN__MergeBrowser.$(O) SVN__MergeBrowser.$(H): SVN__MergeBrowser.st $(INCLUDE_TOP)\stx\libtool\Tools__ChangeSetDiffTool.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    87
$(OUTDIR)SVN__OSProcess.$(O) SVN__OSProcess.$(H): SVN__OSProcess.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    88
$(OUTDIR)SVN__PackagePattern.$(O) SVN__PackagePattern.$(H): SVN__PackagePattern.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
    89
$(OUTDIR)SVN__Property.$(O) SVN__Property.$(H): SVN__Property.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    90
$(OUTDIR)SVN__Repository.$(O) SVN__Repository.$(H): SVN__Repository.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    91
$(OUTDIR)SVN__RepositoryConfiguration.$(O) SVN__RepositoryConfiguration.$(H): SVN__RepositoryConfiguration.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    92
$(OUTDIR)SVN__RepositoryManager.$(O) SVN__RepositoryManager.$(H): SVN__RepositoryManager.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    93
$(OUTDIR)SVN__Revision.$(O) SVN__Revision.$(H): SVN__Revision.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
    94
$(OUTDIR)SVN__SVNError.$(O) SVN__SVNError.$(H): SVN__SVNError.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
    95
$(OUTDIR)SVN__Task.$(O) SVN__Task.$(H): SVN__Task.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    96
$(OUTDIR)SVN__WCAction.$(O) SVN__WCAction.$(H): SVN__WCAction.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
    97
$(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)
546449be812a initial checkin
fm
parents:
diff changeset
    98
$(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
    99
$(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
   100
$(OUTDIR)SVN__WorkingCopy.$(O) SVN__WorkingCopy.$(H): SVN__WorkingCopy.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
546449be812a initial checkin
fm
parents:
diff changeset
   101
$(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
   102
$(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
   103
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   104
$(OUTDIR)SVN__AuthorizationError.$(O) SVN__AuthorizationError.$(H): SVN__AuthorizationError.st $(INCLUDE_TOP)\stx\libsvn\SVN__SVNError.$(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)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   105
$(OUTDIR)SVN__BranchAndRevisionSelectionDialog.$(O) SVN__BranchAndRevisionSelectionDialog.$(H): SVN__BranchAndRevisionSelectionDialog.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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   106
$(OUTDIR)SVN__BranchCommand.$(O) SVN__BranchCommand.$(H): SVN__BranchCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   107
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   108
$(OUTDIR)SVN__CVSTask.$(O) SVN__CVSTask.$(H): SVN__CVSTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   109
$(OUTDIR)SVN__ConfigurationDialog.$(O) SVN__ConfigurationDialog.$(H): SVN__ConfigurationDialog.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)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   110
$(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
   111
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   112
$(OUTDIR)SVN__FileoutLikeTask.$(O) SVN__FileoutLikeTask.$(H): SVN__FileoutLikeTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   113
$(OUTDIR)SVN__KDiff3.$(O) SVN__KDiff3.$(H): SVN__KDiff3.st $(INCLUDE_TOP)\stx\libsvn\SVN__ExternalMergeTool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   114
$(OUTDIR)SVN__MergeViewApp.$(O) SVN__MergeViewApp.$(H): SVN__MergeViewApp.st $(INCLUDE_TOP)\stx\libsvn\SVN__DiffViewApp.$(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
   115
$(OUTDIR)SVN__NodeKind.$(O) SVN__NodeKind.$(H): SVN__NodeKind.st $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   116
$(OUTDIR)SVN__NonExistentURLError.$(O) SVN__NonExistentURLError.$(H): SVN__NonExistentURLError.st $(INCLUDE_TOP)\stx\libsvn\SVN__SVNError.$(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)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   117
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   118
$(OUTDIR)SVN__RepositoryDialog.$(O) SVN__RepositoryDialog.$(H): SVN__RepositoryDialog.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)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   119
$(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
   120
$(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
   121
$(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
   122
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   123
$(OUTDIR)SVN__RevisionLogEntry.$(O) SVN__RevisionLogEntry.$(H): SVN__RevisionLogEntry.st $(INCLUDE_TOP)\stx\libsvn\SVN__XMLObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   124
$(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
   125
$(OUTDIR)SVN__Status.$(O) SVN__Status.$(H): SVN__Status.st $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   126
$(OUTDIR)SVN__UnknownError.$(O) SVN__UnknownError.$(H): SVN__UnknownError.st $(INCLUDE_TOP)\stx\libsvn\SVN__SVNError.$(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)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   127
$(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
   128
$(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
   129
$(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
   130
$(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
   131
$(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
   132
$(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
   133
$(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
   134
$(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
   135
$(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
   136
$(OUTDIR)SVN__WCEntry.$(O) SVN__WCEntry.$(H): SVN__WCEntry.st $(INCLUDE_TOP)\stx\libsvn\SVN__Entry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   137
$(OUTDIR)SVN__WCEntryInfo.$(O) SVN__WCEntryInfo.$(H): SVN__WCEntryInfo.st $(INCLUDE_TOP)\stx\libsvn\SVN__XMLObject.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   138
$(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
   139
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   140
$(OUTDIR)SVN__WorkingCopyLockedError.$(O) SVN__WorkingCopyLockedError.$(H): SVN__WorkingCopyLockedError.st $(INCLUDE_TOP)\stx\libsvn\SVN__SVNError.$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   141
$(OUTDIR)SVN__CatCommand.$(O) SVN__CatCommand.$(H): SVN__CatCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   142
$(OUTDIR)SVN__CleanupCommand.$(O) SVN__CleanupCommand.$(H): SVN__CleanupCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   143
$(OUTDIR)SVN__CommitTask.$(O) SVN__CommitTask.$(H): SVN__CommitTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__FileoutLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   144
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   145
$(OUTDIR)SVN__CopyCommand.$(O) SVN__CopyCommand.$(H): SVN__CopyCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   146
$(OUTDIR)SVN__ImportFromCVSTask.$(O) SVN__ImportFromCVSTask.$(H): SVN__ImportFromCVSTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__CVSTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   147
$(OUTDIR)SVN__ListCommand.$(O) SVN__ListCommand.$(H): SVN__ListCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   148
$(OUTDIR)SVN__LogCommand.$(O) SVN__LogCommand.$(H): SVN__LogCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   149
$(OUTDIR)SVN__MoveCommand.$(O) SVN__MoveCommand.$(H): SVN__MoveCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   150
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   151
$(OUTDIR)SVN__NodeKindExternal.$(O) SVN__NodeKindExternal.$(H): SVN__NodeKindExternal.st $(INCLUDE_TOP)\stx\libsvn\SVN__NodeKind.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   152
$(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
   153
$(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
   154
$(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
   155
$(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
   156
$(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
   157
$(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)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   158
$(OUTDIR)SVN__StatusExternal.$(O) SVN__StatusExternal.$(H): SVN__StatusExternal.st $(INCLUDE_TOP)\stx\libsvn\SVN__Status.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Enum.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   159
$(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
   160
$(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
   161
$(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
   162
$(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
   163
$(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
   164
$(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
   165
$(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
   166
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   167
$(OUTDIR)SVN__SyncWithCVSTask.$(O) SVN__SyncWithCVSTask.$(H): SVN__SyncWithCVSTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__CVSTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   168
$(OUTDIR)SVN__UpdateLikeCommand.$(O) SVN__UpdateLikeCommand.$(H): SVN__UpdateLikeCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   169
$(OUTDIR)SVN__UpdateLikeTask.$(O) SVN__UpdateLikeTask.$(H): SVN__UpdateLikeTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__FileoutLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
487
c0e34ae6eba9 automatically generated by browser
fm
parents: 371
diff changeset
   170
$(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)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   171
$(OUTDIR)SVN__AddCommand.$(O) SVN__AddCommand.$(H): SVN__AddCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   172
$(OUTDIR)SVN__CheckoutCommand.$(O) SVN__CheckoutCommand.$(H): SVN__CheckoutCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__UpdateLikeCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   173
$(OUTDIR)SVN__CommitCommand.$(O) SVN__CommitCommand.$(H): SVN__CommitCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   174
$(OUTDIR)SVN__DeleteCommand.$(O) SVN__DeleteCommand.$(H): SVN__DeleteCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   175
$(OUTDIR)SVN__InfoCommand.$(O) SVN__InfoCommand.$(H): SVN__InfoCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   176
$(OUTDIR)SVN__MergeCommand.$(O) SVN__MergeCommand.$(H): SVN__MergeCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__UpdateLikeCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   177
$(OUTDIR)SVN__MergeTask.$(O) SVN__MergeTask.$(H): SVN__MergeTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__UpdateLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__FileoutLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   178
$(OUTDIR)SVN__PropsetCommand.$(O) SVN__PropsetCommand.$(H): SVN__PropsetCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   179
$(OUTDIR)SVN__ResolvedCommand.$(O) SVN__ResolvedCommand.$(H): SVN__ResolvedCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
495
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   180
$(OUTDIR)SVN__RevertCommand.$(O) SVN__RevertCommand.$(H): SVN__RevertCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   181
$(OUTDIR)SVN__StatusCommand.$(O) SVN__StatusCommand.$(H): SVN__StatusCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__WCPathCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__WCCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
d0a58685684c automatically generated by browser
fm
parents: 487
diff changeset
   182
$(OUTDIR)SVN__UpdateCommand.$(O) SVN__UpdateCommand.$(H): SVN__UpdateCommand.st $(INCLUDE_TOP)\stx\libsvn\SVN__UpdateLikeCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__BranchCommand.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Command.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
627
f62355e08c67 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 618
diff changeset
   183
$(OUTDIR)SVN__UpdateTask.$(O) SVN__UpdateTask.$(H): SVN__UpdateTask.st $(INCLUDE_TOP)\stx\libsvn\SVN__UpdateLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__FileoutLikeTask.$(H) $(INCLUDE_TOP)\stx\libsvn\SVN__Task.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
781
6d87e6199b10 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 627
diff changeset
   184
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libtool\AbstractFileBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(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\libbasic\Date.$(H) $(INCLUDE_TOP)\stx\libbasic\Magnitude.$(H) $(INCLUDE_TOP)\stx\libbasic\Filename.$(H) $(INCLUDE_TOP)\stx\libwidg2\FilenameWidgetWithHistory.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Integer.$(H) $(INCLUDE_TOP)\stx\libbasic\Number.$(H) $(INCLUDE_TOP)\stx\libbasic\ArithmeticValue.$(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\libbasic3\ClassChange.$(H) $(INCLUDE_TOP)\stx\libbasic3\Change.$(H) $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libtool\Tools__NewSystemBrowser.$(H) $(INCLUDE_TOP)\stx\libtool\SystemBrowser.$(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\goodies\xml\vw\XML__NodeSet.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\UserNotification.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
111
546449be812a initial checkin
fm
parents:
diff changeset
   185
546449be812a initial checkin
fm
parents:
diff changeset
   186
# ENDMAKEDEPEND --- do not remove this line