Make.proto
author Claus Gittinger <cg@exept.de>
Tue, 08 May 2018 19:54:33 +0200
changeset 1042 3b8c88c55251
parent 953 ea3cbd7816c4
child 991 e9f7c31b05c6
child 1060 52609611c3ff
permissions -rw-r--r--
#FEATURE by cg class: MCRepositoryGroup changed: #initializeRepositoriesFromUserSettings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
953
ea3cbd7816c4 added class: MCClassComment
Claus Gittinger <cg@exept.de>
parents: 946
diff changeset
     1
# $Header: /cvs/stx/stx/goodies/monticello/Make.proto,v 1.19 2014-12-23 19:18:03 cg Exp $
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
#
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
# DO NOT EDIT
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
     4
# automagically generated from the projectDefinition: stx_goodies_monticello.
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
#
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#    make         - compile all st-files to a classLib
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
#    make clean   - clean all temp files
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#    make clobber - clean all
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
# This file contains definitions for Unix based platforms.
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
#
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
# position (of this package) in directory hierarchy:
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
TOP=../..
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
# subdirectories where targets are to be made:
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
SUBDIRS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
# subdirectories where Makefiles are to be made:
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
# (only define if different from SUBDIRS)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
# ALLSUBDIRS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
# if your embedded C code requires any system includes,
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
# add the path(es) here:,
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
946
751767d3f3d6 class: MethodReference
Claus Gittinger <cg@exept.de>
parents: 926
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/communication -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libcompat -I$(INCLUDE_TOP)/stx/libtool -I$(INCLUDE_TOP)/stx/libview2 -I$(INCLUDE_TOP)/stx/libwidg2
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
# if you need any additional defines for embedded C code,
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
# add them here:,
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
LOCALDEFINES=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
LIBNAME=libstx_goodies_monticello
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
LD_OBJ_LIBS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
LOCAL_SHARED_LIBS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
# additional C targets or libraries should be added below
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
LOCAL_EXTRA_TARGETS=
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
all:: preMake classLibRule postMake
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
401
b1e815adbaf9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 260
diff changeset
    66
pre_objs::  
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    68
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
507
86ccfdc02186 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 497
diff changeset
    72
86ccfdc02186 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 497
diff changeset
    73
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    74
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    75
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    76
# run default testsuite for this package
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    77
test: $(TOP)/goodies/builder/reports
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
    78
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    79
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    80
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    81
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
    82
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
# add more install actions here
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
install::
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
# add more install actions for aux-files (resources) here
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
installAux::
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
# add more preMake actions here
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
preMake::
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
# add more postMake actions here
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
postMake:: cleanjunk
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
    95
# build all mandatory prerequisite packages (containing superclasses) for this package
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
    96
prereq:
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
	cd ../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
260
c6e02c79ab21 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 161
diff changeset
    98
	cd ../refactoryBrowser/parser && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
	cd ../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
   100
	cd ../../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
	cd ../../libcomp && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
   102
	cd ../../libui && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
	cd ../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
	cd ../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   105
	cd ../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
	cd ../../libwidg && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
260
c6e02c79ab21 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 161
diff changeset
   107
	cd ../../libwidg2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   108
	cd ../../libcompat && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
260
c6e02c79ab21 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 161
diff changeset
   109
	cd ../../libtool && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   110
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   111
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   113
# build all packages containing referenced classes for this package
946
751767d3f3d6 class: MethodReference
Claus Gittinger <cg@exept.de>
parents: 926
diff changeset
   114
# they are not needed to compile the package (but later, to load it)
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   115
references:
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
cleanjunk::
544
9ad338639fcf automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 507
diff changeset
   119
	-rm -f *.s *.s2
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
clean::
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
	-rm -f *.o *.H
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
clobber:: clean
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
	-rm -f *.so *.dll
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   129
$(OUTDIR)InMidstOfFileinNotification.$(O) InMidstOfFileinNotification.$(H): InMidstOfFileinNotification.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
$(OUTDIR)MCAncestry.$(O) MCAncestry.$(H): MCAncestry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   131
$(OUTDIR)MCBrowserList.$(O) MCBrowserList.$(H): MCBrowserList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   132
$(OUTDIR)MCChangeSelectionRequest.$(O) MCChangeSelectionRequest.$(H): MCChangeSelectionRequest.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
$(OUTDIR)MCConflict.$(O) MCConflict.$(H): MCConflict.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
$(OUTDIR)MCDefinition.$(O) MCDefinition.$(H): MCDefinition.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
$(OUTDIR)MCDefinitionIndex.$(O) MCDefinitionIndex.$(H): MCDefinitionIndex.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
$(OUTDIR)MCDependencySorter.$(O) MCDependencySorter.$(H): MCDependencySorter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   137
$(OUTDIR)MCDialog.$(O) MCDialog.$(H): MCDialog.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   138
$(OUTDIR)MCDirtyPackageInfo.$(O) MCDirtyPackageInfo.$(H): MCDirtyPackageInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcompat/PackageInfo.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   139
$(OUTDIR)MCDoItParser.$(O) MCDoItParser.$(H): MCDoItParser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   140
$(OUTDIR)MCEmptyPackageInfo.$(O) MCEmptyPackageInfo.$(H): MCEmptyPackageInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcompat/PackageInfo.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   141
$(OUTDIR)MCFrontier.$(O) MCFrontier.$(H): MCFrontier.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   142
$(OUTDIR)MCInteractiveLoadingQuery.$(O) MCInteractiveLoadingQuery.$(H): MCInteractiveLoadingQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   143
$(OUTDIR)MCLazyPropertyDictionary.$(O) MCLazyPropertyDictionary.$(H): MCLazyPropertyDictionary.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   144
$(OUTDIR)MCMergeRecord.$(O) MCMergeRecord.$(H): MCMergeRecord.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   145
$(OUTDIR)MCMergeResolutionRequest.$(O) MCMergeResolutionRequest.$(H): MCMergeResolutionRequest.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
$(OUTDIR)MCMerger.$(O) MCMerger.$(H): MCMerger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
$(OUTDIR)MCMock.$(O) MCMock.$(H): MCMock.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   148
$(OUTDIR)MCMockAPoolDictionary.$(O) MCMockAPoolDictionary.$(H): MCMockAPoolDictionary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/SharedPool.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
$(OUTDIR)MCMockDependency.$(O) MCMockDependency.$(H): MCMockDependency.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   150
$(OUTDIR)MCMockPackageInfo.$(O) MCMockPackageInfo.$(H): MCMockPackageInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcompat/PackageInfo.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   151
$(OUTDIR)MCNoChangesException.$(O) MCNoChangesException.$(H): MCNoChangesException.st $(INCLUDE_TOP)/stx/libbasic/Exception.$(H) $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
$(OUTDIR)MCPackage.$(O) MCPackage.$(H): MCPackage.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   153
$(OUTDIR)MCPackageCache.$(O) MCPackageCache.$(H): MCPackageCache.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   154
$(OUTDIR)MCPackageEntry.$(O) MCPackageEntry.$(H): MCPackageEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   155
$(OUTDIR)MCPackageLoader.$(O) MCPackageLoader.$(H): MCPackageLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
$(OUTDIR)MCPackageManager.$(O) MCPackageManager.$(H): MCPackageManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
$(OUTDIR)MCPatch.$(O) MCPatch.$(H): MCPatch.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
$(OUTDIR)MCPatchOperation.$(O) MCPatchOperation.$(H): MCPatchOperation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
$(OUTDIR)MCPatcher.$(O) MCPatcher.$(H): MCPatcher.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
$(OUTDIR)MCReader.$(O) MCReader.$(H): MCReader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
$(OUTDIR)MCRepository.$(O) MCRepository.$(H): MCRepository.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   162
$(OUTDIR)MCRepositoryBrowser.$(O) MCRepositoryBrowser.$(H): MCRepositoryBrowser.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   163
$(OUTDIR)MCRepositoryEntry.$(O) MCRepositoryEntry.$(H): MCRepositoryEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   164
$(OUTDIR)MCRepositoryGroup.$(O) MCRepositoryGroup.$(H): MCRepositoryGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   165
$(OUTDIR)MCScanner.$(O) MCScanner.$(H): MCScanner.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   166
$(OUTDIR)MCSettingsApp.$(O) MCSettingsApp.$(H): MCSettingsApp.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/AbstractSettingsApplication.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
$(OUTDIR)MCSnapshot.$(O) MCSnapshot.$(H): MCSnapshot.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   168
$(OUTDIR)MCSourceCodeManager.$(O) MCSourceCodeManager.$(H): MCSourceCodeManager.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/AbstractSourceCodeManager.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   169
$(OUTDIR)MCStXNamespaceQuery.$(O) MCStXNamespaceQuery.$(H): MCStXNamespaceQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   170
$(OUTDIR)MCStXPackageInfo.$(O) MCStXPackageInfo.$(H): MCStXPackageInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcompat/PackageInfo.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   171
$(OUTDIR)MCStXPackageQuery.$(O) MCStXPackageQuery.$(H): MCStXPackageQuery.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Query.$(H) $(STCHDR)
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
   172
$(OUTDIR)MCStXSnapshotTransformation.$(O) MCStXSnapshotTransformation.$(H): MCStXSnapshotTransformation.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   173
$(OUTDIR)MCStxVersionInfo.$(O) MCStxVersionInfo.$(H): MCStxVersionInfo.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(STCHDR)
408
b3e37ecfb61f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 401
diff changeset
   174
$(OUTDIR)MCTimestampAnnotation.$(O) MCTimestampAnnotation.$(H): MCTimestampAnnotation.st $(INCLUDE_TOP)/stx/libbasic/Annotation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   175
$(OUTDIR)MCTool.$(O) MCTool.$(H): MCTool.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
$(OUTDIR)MCVariableDefinition.$(O) MCVariableDefinition.$(H): MCVariableDefinition.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
$(OUTDIR)MCVersion.$(O) MCVersion.$(H): MCVersion.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   178
$(OUTDIR)MCVersionDependency.$(O) MCVersionDependency.$(H): MCVersionDependency.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   179
$(OUTDIR)MCVersionEntry.$(O) MCVersionEntry.$(H): MCVersionEntry.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg2/HierarchicalItem.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   180
$(OUTDIR)MCVersionLoader.$(O) MCVersionLoader.$(H): MCVersionLoader.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   181
$(OUTDIR)MCVersionMerger.$(O) MCVersionMerger.$(H): MCVersionMerger.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   182
$(OUTDIR)MCVersionNameAndMessageRequest.$(O) MCVersionNameAndMessageRequest.$(H): MCVersionNameAndMessageRequest.st $(INCLUDE_TOP)/stx/libbasic/GenericException.$(H) $(INCLUDE_TOP)/stx/libbasic/Notification.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   183
$(OUTDIR)MCVersionNotification.$(O) MCVersionNotification.$(H): MCVersionNotification.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
$(OUTDIR)MCVersionSorter.$(O) MCVersionSorter.$(H): MCVersionSorter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   185
$(OUTDIR)MCWriter.$(O) MCWriter.$(H): MCWriter.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
408
b3e37ecfb61f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 401
diff changeset
   186
$(OUTDIR)MethodReference.$(O) MethodReference.$(H): MethodReference.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
b3e37ecfb61f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 401
diff changeset
   187
$(OUTDIR)PackageOrganizer.$(O) PackageOrganizer.$(H): PackageOrganizer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   188
$(OUTDIR)stx_goodies_monticello.$(O) stx_goodies_monticello.$(H): stx_goodies_monticello.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
$(OUTDIR)MCAddition.$(O) MCAddition.$(H): MCAddition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCPatchOperation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
953
ea3cbd7816c4 added class: MCClassComment
Claus Gittinger <cg@exept.de>
parents: 946
diff changeset
   190
$(OUTDIR)MCClassComment.$(O) MCClassComment.$(H): MCClassComment.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
$(OUTDIR)MCClassDefinition.$(O) MCClassDefinition.$(H): MCClassDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
$(OUTDIR)MCClassInstanceVariableDefinition.$(O) MCClassInstanceVariableDefinition.$(H): MCClassInstanceVariableDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVariableDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
408
b3e37ecfb61f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 401
diff changeset
   193
$(OUTDIR)MCClassTraitDefinition.$(O) MCClassTraitDefinition.$(H): MCClassTraitDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   194
$(OUTDIR)MCClassTraitParser.$(O) MCClassTraitParser.$(H): MCClassTraitParser.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDoItParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
$(OUTDIR)MCClassVariableDefinition.$(O) MCClassVariableDefinition.$(H): MCClassVariableDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVariableDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   196
$(OUTDIR)MCCodeTool.$(O) MCCodeTool.$(H): MCCodeTool.st $(INCLUDE_TOP)/stx/goodies/monticello/MCTool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   197
$(OUTDIR)MCCommitDialog.$(O) MCCommitDialog.$(H): MCCommitDialog.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDialog.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
$(OUTDIR)MCDictionaryRepository.$(O) MCDictionaryRepository.$(H): MCDictionaryRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   199
$(OUTDIR)MCDiffyVersion.$(O) MCDiffyVersion.$(H): MCDiffyVersion.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVersion.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
$(OUTDIR)MCFileBasedRepository.$(O) MCFileBasedRepository.$(H): MCFileBasedRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
$(OUTDIR)MCFilteredVersionSorter.$(O) MCFilteredVersionSorter.$(H): MCFilteredVersionSorter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVersionSorter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   202
$(OUTDIR)MCGOODSRepository.$(O) MCGOODSRepository.$(H): MCGOODSRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
$(OUTDIR)MCInstanceVariableDefinition.$(O) MCInstanceVariableDefinition.$(H): MCInstanceVariableDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVariableDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   204
$(OUTDIR)MCMczWriter.$(O) MCMczWriter.$(H): MCMczWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
$(OUTDIR)MCMethodDefinition.$(O) MCMethodDefinition.$(H): MCMethodDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   206
$(OUTDIR)MCMockDefinition.$(O) MCMockDefinition.$(H): MCMockDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   207
$(OUTDIR)MCMockDependentItem.$(O) MCMockDependentItem.$(H): MCMockDependentItem.st $(INCLUDE_TOP)/stx/goodies/monticello/MCMock.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
$(OUTDIR)MCModification.$(O) MCModification.$(H): MCModification.st $(INCLUDE_TOP)/stx/goodies/monticello/MCPatchOperation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   209
$(OUTDIR)MCMultiPackageLoader.$(O) MCMultiPackageLoader.$(H): MCMultiPackageLoader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCPackageLoader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
$(OUTDIR)MCOrganizationDefinition.$(O) MCOrganizationDefinition.$(H): MCOrganizationDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   211
$(OUTDIR)MCPackageList.$(O) MCPackageList.$(H): MCPackageList.st $(INCLUDE_TOP)/stx/goodies/monticello/MCBrowserList.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
$(OUTDIR)MCPoolImportDefinition.$(O) MCPoolImportDefinition.$(H): MCPoolImportDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCVariableDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   213
$(OUTDIR)MCRemoval.$(O) MCRemoval.$(H): MCRemoval.st $(INCLUDE_TOP)/stx/goodies/monticello/MCPatchOperation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   214
$(OUTDIR)MCRepositoryDialog.$(O) MCRepositoryDialog.$(H): MCRepositoryDialog.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDialog.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/SimpleDialog.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   215
$(OUTDIR)MCRepositoryList.$(O) MCRepositoryList.$(H): MCRepositoryList.st $(INCLUDE_TOP)/stx/goodies/monticello/MCBrowserList.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   216
$(OUTDIR)MCScriptDefinition.$(O) MCScriptDefinition.$(H): MCScriptDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
$(OUTDIR)MCSnapshotReader.$(O) MCSnapshotReader.$(H): MCSnapshotReader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   218
$(OUTDIR)MCStWriter.$(O) MCStWriter.$(H): MCStWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
852
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
   219
$(OUTDIR)MCStXSnapshotPostReadTransformation.$(O) MCStXSnapshotPostReadTransformation.$(H): MCStXSnapshotPostReadTransformation.st $(INCLUDE_TOP)/stx/goodies/monticello/MCStXSnapshotTransformation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
5f26aa125978 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 747
diff changeset
   220
$(OUTDIR)MCStXSnapshotPreWriteTransformation.$(O) MCStXSnapshotPreWriteTransformation.$(H): MCStXSnapshotPreWriteTransformation.st $(INCLUDE_TOP)/stx/goodies/monticello/MCStXSnapshotTransformation.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   221
$(OUTDIR)MCSystemCategoryParser.$(O) MCSystemCategoryParser.$(H): MCSystemCategoryParser.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDoItParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   222
$(OUTDIR)MCThreeWayMerger.$(O) MCThreeWayMerger.$(H): MCThreeWayMerger.st $(INCLUDE_TOP)/stx/goodies/monticello/MCMerger.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   223
$(OUTDIR)MCTraitParser.$(O) MCTraitParser.$(H): MCTraitParser.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDoItParser.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   224
$(OUTDIR)MCVersionHistoryBrowser.$(O) MCVersionHistoryBrowser.$(H): MCVersionHistoryBrowser.st $(INCLUDE_TOP)/stx/goodies/monticello/MCTool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   225
$(OUTDIR)MCVersionInfo.$(O) MCVersionInfo.$(H): MCVersionInfo.st $(INCLUDE_TOP)/stx/goodies/monticello/MCAncestry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   226
$(OUTDIR)MCVersionInfoWriter.$(O) MCVersionInfoWriter.$(H): MCVersionInfoWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   227
$(OUTDIR)MCVersionInspector.$(O) MCVersionInspector.$(H): MCVersionInspector.st $(INCLUDE_TOP)/stx/goodies/monticello/MCTool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   228
$(OUTDIR)MCVersionList.$(O) MCVersionList.$(H): MCVersionList.st $(INCLUDE_TOP)/stx/goodies/monticello/MCBrowserList.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__BrowserList.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NavigatorModel.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   229
$(OUTDIR)MCVersionReader.$(O) MCVersionReader.$(H): MCVersionReader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   230
$(OUTDIR)MCWorkingAncestry.$(O) MCWorkingAncestry.$(H): MCWorkingAncestry.st $(INCLUDE_TOP)/stx/goodies/monticello/MCAncestry.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   231
$(OUTDIR)MCWorkingCopy.$(O) MCWorkingCopy.$(H): MCWorkingCopy.st $(INCLUDE_TOP)/stx/goodies/monticello/MCPackageManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   232
$(OUTDIR)MCWriteOnlyRepository.$(O) MCWriteOnlyRepository.$(H): MCWriteOnlyRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   233
$(OUTDIR)MCDirectoryRepository.$(O) MCDirectoryRepository.$(H): MCDirectoryRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCFileBasedRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   234
$(OUTDIR)MCFtpRepository.$(O) MCFtpRepository.$(H): MCFtpRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCFileBasedRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   235
$(OUTDIR)MCHttpRepository.$(O) MCHttpRepository.$(H): MCHttpRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCFileBasedRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   236
$(OUTDIR)MCLazyVersionInfo.$(O) MCLazyVersionInfo.$(H): MCLazyVersionInfo.st $(INCLUDE_TOP)/stx/goodies/monticello/MCAncestry.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCVersionInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   237
$(OUTDIR)MCMcdWriter.$(O) MCMcdWriter.$(H): MCMcdWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCMczWriter.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   238
$(OUTDIR)MCMczReader.$(O) MCMczReader.$(H): MCMczReader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCReader.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCVersionReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   239
$(OUTDIR)MCPatchBrowser.$(O) MCPatchBrowser.$(H): MCPatchBrowser.st $(INCLUDE_TOP)/stx/goodies/monticello/MCCodeTool.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCTool.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   240
$(OUTDIR)MCPostscriptDefinition.$(O) MCPostscriptDefinition.$(H): MCPostscriptDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCScriptDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   241
$(OUTDIR)MCPreambleDefinition.$(O) MCPreambleDefinition.$(H): MCPreambleDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCScriptDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   242
$(OUTDIR)MCRemovalPostscriptDefinition.$(O) MCRemovalPostscriptDefinition.$(H): MCRemovalPostscriptDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCScriptDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   243
$(OUTDIR)MCRemovalPreambleDefinition.$(O) MCRemovalPreambleDefinition.$(H): MCRemovalPreambleDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCScriptDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   244
$(OUTDIR)MCSMReleaseRepository.$(O) MCSMReleaseRepository.$(H): MCSMReleaseRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCWriteOnlyRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   245
$(OUTDIR)MCSmtpRepository.$(O) MCSmtpRepository.$(H): MCSmtpRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCWriteOnlyRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   246
$(OUTDIR)MCStReader.$(O) MCStReader.$(H): MCStReader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCReader.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCSnapshotReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
747
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   247
$(OUTDIR)MCStxMczWriter.$(O) MCStxMczWriter.$(H): MCStxMczWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCMczWriter.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
7b291d64f132 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 544
diff changeset
   248
$(OUTDIR)MCStxStWriter.$(O) MCStxStWriter.$(H): MCStxStWriter.st $(INCLUDE_TOP)/stx/goodies/monticello/MCStWriter.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCWriter.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
408
b3e37ecfb61f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 401
diff changeset
   249
$(OUTDIR)MCTraitDefinition.$(O) MCTraitDefinition.$(H): MCTraitDefinition.st $(INCLUDE_TOP)/stx/goodies/monticello/MCClassDefinition.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   250
$(OUTDIR)MCCacheRepository.$(O) MCCacheRepository.$(H): MCCacheRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDirectoryRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCFileBasedRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   251
$(OUTDIR)MCMcdReader.$(O) MCMcdReader.$(H): MCMcdReader.st $(INCLUDE_TOP)/stx/goodies/monticello/MCMczReader.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCReader.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCVersionReader.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
415
aee4f0bcbdc6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 408
diff changeset
   252
$(OUTDIR)MCSubDirectoryRepository.$(O) MCSubDirectoryRepository.$(H): MCSubDirectoryRepository.st $(INCLUDE_TOP)/stx/goodies/monticello/MCDirectoryRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCFileBasedRepository.$(H) $(INCLUDE_TOP)/stx/goodies/monticello/MCRepository.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
926
ce2ace749e62 Regenerated to fix dependency problem.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 868
diff changeset
   253
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/AbstractTime.$(H) $(INCLUDE_TOP)/stx/libbasic/Annotation.$(H) $(INCLUDE_TOP)/stx/libbasic/ArrayedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Behavior.$(H) $(INCLUDE_TOP)/stx/libbasic/CharacterArray.$(H) $(INCLUDE_TOP)/stx/libbasic/Class.$(H) $(INCLUDE_TOP)/stx/libbasic/ClassDescription.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Magnitude.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/OrderedCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/SequenceableCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(INCLUDE_TOP)/stx/libbasic/String.$(H) $(INCLUDE_TOP)/stx/libbasic/StringCollection.$(H) $(INCLUDE_TOP)/stx/libbasic/Symbol.$(H) $(INCLUDE_TOP)/stx/libbasic/Timestamp.$(H) $(INCLUDE_TOP)/stx/libbasic/UndefinedObject.$(H) $(INCLUDE_TOP)/stx/libbasic/UninterpretedBytes.$(H) $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(INCLUDE_TOP)/stx/libbasic3/Change.$(H) $(INCLUDE_TOP)/stx/libbasic3/VersionInfo.$(H) $(INCLUDE_TOP)/stx/libcompat/PackageInfo.$(H) $(INCLUDE_TOP)/stx/libtool/SystemBrowser.$(H) $(INCLUDE_TOP)/stx/libtool/Tools__NewSystemBrowser.$(H) $(INCLUDE_TOP)/stx/libview2/ApplicationModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(STCHDR)
161
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   254
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   255
# ENDMAKEDEPEND --- do not remove this line
9105cdb52368 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   256