Make.proto
author fm
Mon, 19 Oct 2009 14:25:14 +0200
changeset 486 429ed22637e4
parent 369 b5542dc90bd0
child 494 d89be5792deb
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     1
# $Header$
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     2
#
234
124a3b1c994e automatically generated by browser
fm
parents: 109
diff changeset
     3
# DO NOT EDIT
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
     4
# automagically generated from the projectDefinition: stx_libsvn.
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     5
#
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     8
#
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    11
#    make clean   - clean all temp files
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    12
#    make clobber - clean all
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    13
#
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    14
# This file contains definitions for Unix based platforms.
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    16
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    17
#
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    20
TOP=..
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    22
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    23
# subdirectories where targets are to be made:
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    24
SUBDIRS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    25
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    26
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    29
# ALLSUBDIRS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    30
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    32
234
124a3b1c994e automatically generated by browser
fm
parents: 109
diff changeset
    33
# if your embedded C code requires any system includes,
124a3b1c994e automatically generated by browser
fm
parents: 109
diff changeset
    34
# add the path(es) here:,
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    37
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
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    38
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    39
234
124a3b1c994e automatically generated by browser
fm
parents: 109
diff changeset
    40
# if you need any additional defines for embedded C code,
124a3b1c994e automatically generated by browser
fm
parents: 109
diff changeset
    41
# add them here:,
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    44
LOCALDEFINES=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    45
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    46
LIBNAME=libstx_libsvn
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -H.  -varPrefix=$(LIBNAME)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    48
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    49
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    52
LD_OBJ_LIBS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    53
LOCAL_SHARED_LIBS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    54
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    55
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    57
# additional C targets or libraries should be added below
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    59
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    61
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    62
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    63
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    64
all:: preMake classLibRule postMake
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    65
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    66
pre_objs::  update-svn-revision
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    67
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    68
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    69
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    70
update-svn-revision:
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    71
	sed -i -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"'$(shell svnversion -n)'\"\$$\"/g" \
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    72
		stx_libsvn.st
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    73
.PHONY: update-svn-revision
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    74
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    75
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    76
# add more install actions here
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    77
install::
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    78
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    79
# add more install actions for aux-files (resources) here
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    80
installAux::
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    81
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    82
# add more preMake actions here
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    83
preMake::
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    84
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    85
# add more postMake actions here
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    86
postMake:: cleanjunk
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    87
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
    88
prereq: $(REQUIRED_SUPPORT_DIRS)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    89
	cd $(TOP)/../cvut/stx/goodies/libtool3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    90
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    91
	cd ../goodies/sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    92
	cd ../goodies/xml/vw && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    93
	cd ../goodies/refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    94
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    95
	cd ../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    96
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    97
	cd ../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    98
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
    99
	cd ../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   100
	cd ../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   101
	cd ../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   102
	cd ../libwidg3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   103
	cd ../libtool && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   104
	cd ../libtool2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   105
	cd ../librun && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   106
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   107
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   108
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   109
cleanjunk::
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   110
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   111
clean::
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   112
	-rm -f *.o *.H
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   113
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   114
clobber:: clean
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   115
	-rm -f *.so *.dll
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   116
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   117
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   118
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   119
$(OUTDIR)OSProcess.$(O) OSProcess.$(H): OSProcess.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
369
b5542dc90bd0 automatically generated by browser
fm
parents: 255
diff changeset
   120
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   121
$(OUTDIR)SVN__AddCommand.$(O) SVN__AddCommand.$(H): SVN__AddCommand.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   122
$(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)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   123
$(OUTDIR)SVN__Branch.$(O) SVN__Branch.$(H): SVN__Branch.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   124
$(OUTDIR)SVN__BranchCommand.$(O) SVN__BranchCommand.$(H): SVN__BranchCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   125
$(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)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   126
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   127
$(OUTDIR)SVN__CVSTask.$(O) SVN__CVSTask.$(H): SVN__CVSTask.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   128
$(OUTDIR)SVN__CheckoutCommand.$(O) SVN__CheckoutCommand.$(H): SVN__CheckoutCommand.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   129
$(OUTDIR)SVN__CleanupCommand.$(O) SVN__CleanupCommand.$(H): SVN__CleanupCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   130
$(OUTDIR)SVN__Command.$(O) SVN__Command.$(H): SVN__Command.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   131
$(OUTDIR)SVN__CommitCommand.$(O) SVN__CommitCommand.$(H): SVN__CommitCommand.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   132
$(OUTDIR)SVN__CommitTask.$(O) SVN__CommitTask.$(H): SVN__CommitTask.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   133
$(OUTDIR)SVN__CommitTests.$(O) SVN__CommitTests.$(H): SVN__CommitTests.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   134
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   135
$(OUTDIR)SVN__CopyCommand.$(O) SVN__CopyCommand.$(H): SVN__CopyCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   136
$(OUTDIR)SVN__Credentials.$(O) SVN__Credentials.$(H): SVN__Credentials.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   137
$(OUTDIR)SVN__DeleteCommand.$(O) SVN__DeleteCommand.$(H): SVN__DeleteCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   138
$(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)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   139
$(OUTDIR)SVN__Entry.$(O) SVN__Entry.$(H): SVN__Entry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   140
$(OUTDIR)SVN__Enum.$(O) SVN__Enum.$(H): SVN__Enum.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   141
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   142
$(OUTDIR)SVN__FileoutLikeTask.$(O) SVN__FileoutLikeTask.$(H): SVN__FileoutLikeTask.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   143
$(OUTDIR)SVN__IconLibrary.$(O) SVN__IconLibrary.$(H): SVN__IconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   144
$(OUTDIR)SVN__InfoCommand.$(O) SVN__InfoCommand.$(H): SVN__InfoCommand.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   145
$(OUTDIR)SVN__MoveCommand.$(O) SVN__MoveCommand.$(H): SVN__MoveCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   146
$(OUTDIR)SVN__Property.$(O) SVN__Property.$(H): SVN__Property.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   147
$(OUTDIR)SVN__PropsetCommand.$(O) SVN__PropsetCommand.$(H): SVN__PropsetCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   148
$(OUTDIR)SVN__Repository.$(O) SVN__Repository.$(H): SVN__Repository.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   149
$(OUTDIR)SVN__RepositoryConfiguration.$(O) SVN__RepositoryConfiguration.$(H): SVN__RepositoryConfiguration.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   150
$(OUTDIR)SVN__RepositoryManager.$(O) SVN__RepositoryManager.$(H): SVN__RepositoryManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   151
$(OUTDIR)SVN__RevertCommand.$(O) SVN__RevertCommand.$(H): SVN__RevertCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   152
$(OUTDIR)SVN__Revision.$(O) SVN__Revision.$(H): SVN__Revision.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   153
$(OUTDIR)SVN__RevisionLogEntry.$(O) SVN__RevisionLogEntry.$(H): SVN__RevisionLogEntry.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   154
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   155
$(OUTDIR)SVN__StatusCommand.$(O) SVN__StatusCommand.$(H): SVN__StatusCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   156
$(OUTDIR)SVN__Task.$(O) SVN__Task.$(H): SVN__Task.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   157
$(OUTDIR)SVN__TestCase.$(O) SVN__TestCase.$(H): SVN__TestCase.st $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   158
$(OUTDIR)SVN__UpdateCommand.$(O) SVN__UpdateCommand.$(H): SVN__UpdateCommand.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   159
$(OUTDIR)SVN__WCAction.$(O) SVN__WCAction.$(H): SVN__WCAction.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   160
$(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)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   161
$(OUTDIR)SVN__WCEntryInfo.$(O) SVN__WCEntryInfo.$(H): SVN__WCEntryInfo.st $(STCHDR)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   162
$(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)
255
566dd728e0af automatically generated by browser
fm
parents: 243
diff changeset
   163
$(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)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   164
$(OUTDIR)SVN__WorkingCopy.$(O) SVN__WorkingCopy.$(H): SVN__WorkingCopy.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   165
$(OUTDIR)SVN__XMLObject.$(O) SVN__XMLObject.$(H): SVN__XMLObject.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
369
b5542dc90bd0 automatically generated by browser
fm
parents: 255
diff changeset
   166
$(OUTDIR)SVNSourceCodeManager.$(O) SVNSourceCodeManager.$(H): SVNSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
486
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   167
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   168
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   169
$(OUTDIR)SVN__CatCommand.$(O) SVN__CatCommand.$(H): SVN__CatCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__BranchCommand.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   170
$(OUTDIR)SVN__CreateRepositoryCommand.$(O) SVN__CreateRepositoryCommand.$(H): SVN__CreateRepositoryCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__Command.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   171
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   172
$(OUTDIR)SVN__ImportFromCVSTask.$(O) SVN__ImportFromCVSTask.$(H): SVN__ImportFromCVSTask.st $(INCLUDE_TOP)/stx/libsvn/SVN__CVSTask.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   173
$(OUTDIR)SVN__ListCommand.$(O) SVN__ListCommand.$(H): SVN__ListCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__BranchCommand.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   174
$(OUTDIR)SVN__LogCommand.$(O) SVN__LogCommand.$(H): SVN__LogCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__BranchCommand.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   175
$(OUTDIR)SVN__NodeKind.$(O) SVN__NodeKind.$(H): SVN__NodeKind.st $(INCLUDE_TOP)/stx/libsvn/SVN__Enum.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   176
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   177
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   178
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   179
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   180
$(OUTDIR)SVN__RepositoryEntry.$(O) SVN__RepositoryEntry.$(H): SVN__RepositoryEntry.st $(INCLUDE_TOP)/stx/libsvn/SVN__Entry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   181
$(OUTDIR)SVN__RevisionDate.$(O) SVN__RevisionDate.$(H): SVN__RevisionDate.st $(INCLUDE_TOP)/stx/libsvn/SVN__Revision.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   182
$(OUTDIR)SVN__RevisionHead.$(O) SVN__RevisionHead.$(H): SVN__RevisionHead.st $(INCLUDE_TOP)/stx/libsvn/SVN__Revision.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   183
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   184
$(OUTDIR)SVN__RevisionNumber.$(O) SVN__RevisionNumber.$(H): SVN__RevisionNumber.st $(INCLUDE_TOP)/stx/libsvn/SVN__Revision.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   185
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   186
$(OUTDIR)SVN__Status.$(O) SVN__Status.$(H): SVN__Status.st $(INCLUDE_TOP)/stx/libsvn/SVN__Enum.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   187
$(OUTDIR)SVN__SyncWithCVSTask.$(O) SVN__SyncWithCVSTask.$(H): SVN__SyncWithCVSTask.st $(INCLUDE_TOP)/stx/libsvn/SVN__CVSTask.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   188
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   189
$(OUTDIR)SVN__UpdateLikeCommand.$(O) SVN__UpdateLikeCommand.$(H): SVN__UpdateLikeCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__BranchCommand.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   190
$(OUTDIR)SVN__UpdateTask.$(O) SVN__UpdateTask.$(H): SVN__UpdateTask.st $(INCLUDE_TOP)/stx/libsvn/SVN__FileoutLikeTask.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   191
$(OUTDIR)SVN__WCActionAdded.$(O) SVN__WCActionAdded.$(H): SVN__WCActionAdded.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   192
$(OUTDIR)SVN__WCActionConflict.$(O) SVN__WCActionConflict.$(H): SVN__WCActionConflict.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   193
$(OUTDIR)SVN__WCActionDeleted.$(O) SVN__WCActionDeleted.$(H): SVN__WCActionDeleted.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   194
$(OUTDIR)SVN__WCActionMerged.$(O) SVN__WCActionMerged.$(H): SVN__WCActionMerged.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   195
$(OUTDIR)SVN__WCActionModified.$(O) SVN__WCActionModified.$(H): SVN__WCActionModified.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   196
$(OUTDIR)SVN__WCActionNone.$(O) SVN__WCActionNone.$(H): SVN__WCActionNone.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   197
$(OUTDIR)SVN__WCActionRestored.$(O) SVN__WCActionRestored.$(H): SVN__WCActionRestored.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   198
$(OUTDIR)SVN__WCActionUpdated.$(O) SVN__WCActionUpdated.$(H): SVN__WCActionUpdated.st $(INCLUDE_TOP)/stx/libsvn/SVN__WCAction.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   199
$(OUTDIR)SVN__WCCommand.$(O) SVN__WCCommand.$(H): SVN__WCCommand.st $(INCLUDE_TOP)/stx/libsvn/SVN__Command.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   200
$(OUTDIR)SVN__WCEntry.$(O) SVN__WCEntry.$(H): SVN__WCEntry.st $(INCLUDE_TOP)/stx/libsvn/SVN__Entry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   201
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   202
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   203
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   204
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   205
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   206
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   207
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   208
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   209
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   210
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   211
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   212
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   213
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   214
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   215
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   216
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   217
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   218
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   219
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   220
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   221
$(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)
429ed22637e4 automatically generated by browser
fm
parents: 369
diff changeset
   222
$(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)
109
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   223
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   224
# ENDMAKEDEPEND --- do not remove this line
57a5cc3d3039 initial checkin
fm
parents:
diff changeset
   225