Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 Mar 2019 11:09:23 +0000
branchjv
changeset 6607 1da320242101
parent 6361 599f4560a907
child 6848 f3ac6f59a11e
permissions -rw-r--r--
Issue #261: add test https://swing.fit.cvut.cz/projects/stx-jv/ticket/261
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6361
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     1
# $Header$
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     2
#
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     3
# DO NOT EDIT
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     4
# automagically generated from the projectDefinition: stx_libwidg.
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     5
#
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     6
# Warning: once you modify this file, do not rerun
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     8
#
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
     9
# The Makefile as generated by this Make.proto supports the following targets:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    10
#    make         - compile all st-files to a classLib
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    11
#    make clean   - clean all temp files
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    12
#    make clobber - clean all
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    13
#
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    14
# This file contains definitions for Unix based platforms.
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    15
# It shares common definitions with the win32-make in Make.spec.
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    16
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    17
#
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    18
# position (of this package) in directory hierarchy:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    19
# (must point to ST/X top directory, for tools and includes)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    20
TOP=..
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    21
INCLUDE_TOP=$(TOP)/..
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    22
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    23
# subdirectories where targets are to be made:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    24
SUBDIRS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    25
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    26
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    27
# subdirectories where Makefiles are to be made:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    28
# (only define if different from SUBDIRS)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    29
# ALLSUBDIRS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    30
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    31
REQUIRED_SUPPORT_DIRS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    32
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    33
# if your embedded C code requires any system includes,
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    34
# add the path(es) here:,
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    35
# ********** OPTIONAL: MODIFY the next lines ***
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    36
# LOCALINCLUDES=-Ifoo -Ibar
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    37
LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/regex -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic3 -I$(INCLUDE_TOP)/stx/libui -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libview2
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    38
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    39
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    40
# if you need any additional defines for embedded C code,
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    41
# add them here:,
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    42
# ********** OPTIONAL: MODIFY the next lines ***
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    43
# LOCALDEFINES=-Dfoo -Dbar -DDEBUG
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    44
LOCALDEFINES=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    45
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    46
LIBNAME=libstx_libwidg
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    47
STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    48
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    49
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    50
# ********** OPTIONAL: MODIFY the next line ***
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    51
# additional C-libraries that should be pre-linked with the class-objects
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    52
LD_OBJ_LIBS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    53
LOCAL_SHARED_LIBS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    54
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    55
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    56
# ********** OPTIONAL: MODIFY the next line ***
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    57
# additional C targets or libraries should be added below
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    58
LOCAL_EXTRA_TARGETS=
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    59
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    60
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    61
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    62
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    63
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    64
all:: preMake classLibRule postMake
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    65
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    66
pre_objs::  
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    67
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    68
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    69
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    70
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    71
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    72
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    73
# Enforce recompilation of package definition class if Mercurial working
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    74
# copy state changes. Together with --guessVersion it ensures that package
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    75
# definition class always contains correct binary revision string.
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    76
ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    77
stx_libwidg.$(O): $(shell hg root)/.hg/dirstate
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    78
endif
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    79
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    80
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    81
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    82
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    83
# run default testsuite for this package
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    84
test: $(TOP)/goodies/builder/reports
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    85
	$(MAKE) -C $(TOP)/goodies/builder/reports -f Makefile.init
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    86
	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    87
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    88
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    89
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    90
# add more install actions here
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    91
install::
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    92
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    93
# add more install actions for aux-files (resources) here
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    94
installAux::
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    95
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    96
# add more preMake actions here
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    97
preMake::
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    98
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
    99
# add more postMake actions here
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   100
postMake:: cleanjunk
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   101
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   102
# build all mandatory prerequisite packages (containing superclasses) for this package
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   103
prereq:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   104
	cd ../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   105
	cd ../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   106
	cd ../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   107
	cd ../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   108
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   109
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   110
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   111
# build all packages containing referenced classes for this package
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   112
# they are not needed to compile the package (but later, to load it)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   113
references:
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   114
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   115
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   116
cleanjunk::
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   117
	-rm -f *.s *.s2
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   118
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   119
clean::
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   120
	-rm -f *.o *.H
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   121
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   122
clobber:: clean
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   123
	-rm -f *.so *.dll
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   124
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   125
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   126
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   127
$(OUTDIR)ButtonController.$(O) ButtonController.$(C) ButtonController.$(H): ButtonController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   128
$(OUTDIR)CodeViewTheme.$(O) CodeViewTheme.$(C) CodeViewTheme.$(H): CodeViewTheme.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   129
$(OUTDIR)DialogBox.$(O) DialogBox.$(C) DialogBox.$(H): DialogBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   130
$(OUTDIR)EditTextViewCompletionSupport.$(O) EditTextViewCompletionSupport.$(C) EditTextViewCompletionSupport.$(H): EditTextViewCompletionSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   131
$(OUTDIR)EnterFieldGroup.$(O) EnterFieldGroup.$(C) EnterFieldGroup.$(H): EnterFieldGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   132
$(OUTDIR)FramedBox.$(O) FramedBox.$(C) FramedBox.$(H): FramedBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   133
$(OUTDIR)GenericToolbarIconLibrary.$(O) GenericToolbarIconLibrary.$(C) GenericToolbarIconLibrary.$(H): GenericToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   134
$(OUTDIR)Label.$(O) Label.$(C) Label.$(H): Label.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   135
$(OUTDIR)ListView.$(O) ListView.$(C) ListView.$(H): ListView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   136
$(OUTDIR)ListViewController.$(O) ListViewController.$(C) ListViewController.$(H): ListViewController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   137
$(OUTDIR)MenuEvent.$(O) MenuEvent.$(C) MenuEvent.$(H): MenuEvent.st $(INCLUDE_TOP)/stx/libbasic/Message.$(H) $(INCLUDE_TOP)/stx/libbasic/MessageSend.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Event.$(H) $(INCLUDE_TOP)/stx/libview/WidgetEvent.$(H) $(INCLUDE_TOP)/stx/libview/WindowEvent.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   138
$(OUTDIR)ObjectView.$(O) ObjectView.$(C) ObjectView.$(H): ObjectView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   139
$(OUTDIR)PanelView.$(O) PanelView.$(C) PanelView.$(H): PanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   140
$(OUTDIR)PopUpMenu.$(O) PopUpMenu.$(C) PopUpMenu.$(H): PopUpMenu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/PopUpView.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   141
$(OUTDIR)PullDownMenu.$(O) PullDownMenu.$(C) PullDownMenu.$(H): PullDownMenu.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   142
$(OUTDIR)RadioButtonGroup.$(O) RadioButtonGroup.$(C) RadioButtonGroup.$(H): RadioButtonGroup.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   143
$(OUTDIR)ScrollBar.$(O) ScrollBar.$(C) ScrollBar.$(H): ScrollBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   144
$(OUTDIR)ScrollableView.$(O) ScrollableView.$(C) ScrollableView.$(H): ScrollableView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   145
$(OUTDIR)Scroller.$(O) Scroller.$(C) Scroller.$(H): Scroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   146
$(OUTDIR)SelectionInList.$(O) SelectionInList.$(C) SelectionInList.$(H): SelectionInList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   147
$(OUTDIR)VariablePanel.$(O) VariablePanel.$(C) VariablePanel.$(H): VariablePanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   148
$(OUTDIR)VariablePanelController.$(O) VariablePanelController.$(C) VariablePanelController.$(H): VariablePanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   149
$(OUTDIR)stx_libwidg.$(O) stx_libwidg.$(C) stx_libwidg.$(H): stx_libwidg.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   150
$(OUTDIR)Button.$(O) Button.$(C) Button.$(H): Button.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   151
$(OUTDIR)CheckLabel.$(O) CheckLabel.$(C) CheckLabel.$(H): CheckLabel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   152
$(OUTDIR)DragRectangleController.$(O) DragRectangleController.$(C) DragRectangleController.$(H): DragRectangleController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   153
$(OUTDIR)EnterBox.$(O) EnterBox.$(C) EnterBox.$(H): EnterBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   154
$(OUTDIR)FontPanel.$(O) FontPanel.$(C) FontPanel.$(H): FontPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   155
$(OUTDIR)HVScrollableView.$(O) HVScrollableView.$(C) HVScrollableView.$(H): HVScrollableView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   156
$(OUTDIR)HorizontalPanelView.$(O) HorizontalPanelView.$(C) HorizontalPanelView.$(H): HorizontalPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   157
$(OUTDIR)HorizontalScrollBar.$(O) HorizontalScrollBar.$(C) HorizontalScrollBar.$(H): HorizontalScrollBar.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollBar.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   158
$(OUTDIR)HorizontalScroller.$(O) HorizontalScroller.$(C) HorizontalScroller.$(H): HorizontalScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   159
$(OUTDIR)InfoBox.$(O) InfoBox.$(C) InfoBox.$(H): InfoBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   160
$(OUTDIR)MiniScroller.$(O) MiniScroller.$(C) MiniScroller.$(H): MiniScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   161
$(OUTDIR)MultiColumnPanelView.$(O) MultiColumnPanelView.$(C) MultiColumnPanelView.$(H): MultiColumnPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   162
$(OUTDIR)MultiSelectionInList.$(O) MultiSelectionInList.$(C) MultiSelectionInList.$(H): MultiSelectionInList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInList.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   163
$(OUTDIR)OptionBox.$(O) OptionBox.$(C) OptionBox.$(H): OptionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   164
$(OUTDIR)PopUpListController.$(O) PopUpListController.$(C) PopUpListController.$(H): PopUpListController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   165
$(OUTDIR)SelectionInListView.$(O) SelectionInListView.$(C) SelectionInListView.$(H): SelectionInListView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   166
$(OUTDIR)SequenceView.$(O) SequenceView.$(C) SequenceView.$(H): SequenceView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/ScrollableView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   167
$(OUTDIR)TextView.$(O) TextView.$(C) TextView.$(H): TextView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   168
$(OUTDIR)ToggleController.$(O) ToggleController.$(C) ToggleController.$(H): ToggleController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   169
$(OUTDIR)VariableHorizontalPanel.$(O) VariableHorizontalPanel.$(C) VariableHorizontalPanel.$(H): VariableHorizontalPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   170
$(OUTDIR)VariableHorizontalPanelController.$(O) VariableHorizontalPanelController.$(C) VariableHorizontalPanelController.$(H): VariableHorizontalPanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   171
$(OUTDIR)VariableVerticalPanel.$(O) VariableVerticalPanel.$(C) VariableVerticalPanel.$(H): VariableVerticalPanel.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanel.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   172
$(OUTDIR)VariableVerticalPanelController.$(O) VariableVerticalPanelController.$(C) VariableVerticalPanelController.$(H): VariableVerticalPanelController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/VariablePanelController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   173
$(OUTDIR)VerticalPanelView.$(O) VerticalPanelView.$(C) VerticalPanelView.$(H): VerticalPanelView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libwidg/PanelView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   174
$(OUTDIR)WorkspaceCompletionSupport.$(O) WorkspaceCompletionSupport.$(C) WorkspaceCompletionSupport.$(H): WorkspaceCompletionSupport.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextViewCompletionSupport.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   175
$(OUTDIR)XPToolbarIconLibrary.$(O) XPToolbarIconLibrary.$(C) XPToolbarIconLibrary.$(H): XPToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   176
$(OUTDIR)ArrowButton.$(O) ArrowButton.$(C) ArrowButton.$(H): ArrowButton.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   177
$(OUTDIR)EditTextView.$(O) EditTextView.$(C) EditTextView.$(H): EditTextView.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) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   178
$(OUTDIR)EnterBox2.$(O) EnterBox2.$(C) EnterBox2.$(H): EnterBox2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   179
$(OUTDIR)FileSelectionList.$(O) FileSelectionList.$(C) FileSelectionList.$(H): FileSelectionList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   180
$(OUTDIR)HorizontalMiniScroller.$(O) HorizontalMiniScroller.$(C) HorizontalMiniScroller.$(H): HorizontalMiniScroller.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/MiniScroller.$(H) $(INCLUDE_TOP)/stx/libwidg/Scroller.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   181
$(OUTDIR)ListSelectionBox.$(O) ListSelectionBox.$(C) ListSelectionBox.$(H): ListSelectionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   182
$(OUTDIR)MacOSXToolbarIconLibrary.$(O) MacOSXToolbarIconLibrary.$(C) MacOSXToolbarIconLibrary.$(H): MacOSXToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   183
$(OUTDIR)MenuView.$(O) MenuView.$(C) MenuView.$(H): MenuView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   184
$(OUTDIR)PopUpList.$(O) PopUpList.$(C) PopUpList.$(H): PopUpList.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   185
$(OUTDIR)RadioButtonController.$(O) RadioButtonController.$(C) RadioButtonController.$(H): RadioButtonController.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/Controller.$(H) $(INCLUDE_TOP)/stx/libwidg/ButtonController.$(H) $(INCLUDE_TOP)/stx/libwidg/ToggleController.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   186
$(OUTDIR)Toggle.$(O) Toggle.$(C) Toggle.$(H): Toggle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   187
$(OUTDIR)VistaToolbarIconLibrary.$(O) VistaToolbarIconLibrary.$(C) VistaToolbarIconLibrary.$(H): VistaToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   188
$(OUTDIR)WarningBox.$(O) WarningBox.$(C) WarningBox.$(H): WarningBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   189
$(OUTDIR)AdwaitaToolbarIconLibrary.$(O) AdwaitaToolbarIconLibrary.$(C) AdwaitaToolbarIconLibrary.$(H): AdwaitaToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   190
$(OUTDIR)CheckToggle.$(O) CheckToggle.$(C) CheckToggle.$(H): CheckToggle.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   191
$(OUTDIR)ClickMenuView.$(O) ClickMenuView.$(C) ClickMenuView.$(H): ClickMenuView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/MenuView.$(H) $(INCLUDE_TOP)/stx/libwidg/SelectionInListView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   192
$(OUTDIR)EditField.$(O) EditField.$(C) EditField.$(H): EditField.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   193
$(OUTDIR)FileSelectionBox.$(O) FileSelectionBox.$(C) FileSelectionBox.$(H): FileSelectionBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   194
$(OUTDIR)MacOSX2ToolbarIconLibrary.$(O) MacOSX2ToolbarIconLibrary.$(C) MacOSX2ToolbarIconLibrary.$(H): MacOSX2ToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/MacOSXToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   195
$(OUTDIR)RadioButton.$(O) RadioButton.$(C) RadioButton.$(H): RadioButton.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/Button.$(H) $(INCLUDE_TOP)/stx/libwidg/Label.$(H) $(INCLUDE_TOP)/stx/libwidg/Toggle.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   196
$(OUTDIR)TextCollector.$(O) TextCollector.$(C) TextCollector.$(H): TextCollector.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   197
$(OUTDIR)Windows8ToolbarIconLibrary.$(O) Windows8ToolbarIconLibrary.$(C) Windows8ToolbarIconLibrary.$(H): Windows8ToolbarIconLibrary.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/VistaToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libwidg/XPToolbarIconLibrary.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   198
$(OUTDIR)YesNoBox.$(O) YesNoBox.$(C) YesNoBox.$(H): YesNoBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/InfoBox.$(H) $(INCLUDE_TOP)/stx/libwidg/WarningBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   199
$(OUTDIR)FileSaveBox.$(O) FileSaveBox.$(C) FileSaveBox.$(H): FileSaveBox.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/ModalBox.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/StandardSystemView.$(H) $(INCLUDE_TOP)/stx/libview/TopView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/DialogBox.$(H) $(INCLUDE_TOP)/stx/libwidg/EnterBox.$(H) $(INCLUDE_TOP)/stx/libwidg/FileSelectionBox.$(H) $(INCLUDE_TOP)/stx/libwidg/ListSelectionBox.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   200
$(OUTDIR)Workspace.$(O) Workspace.$(C) Workspace.$(H): Workspace.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   201
$(OUTDIR)CodeView.$(O) CodeView.$(C) CodeView.$(H): CodeView.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libwidg/EditTextView.$(H) $(INCLUDE_TOP)/stx/libwidg/ListView.$(H) $(INCLUDE_TOP)/stx/libwidg/TextCollector.$(H) $(INCLUDE_TOP)/stx/libwidg/TextView.$(H) $(INCLUDE_TOP)/stx/libwidg/Workspace.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   202
$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(STCHDR)
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   203
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   204
# ENDMAKEDEPEND --- do not remove this line
599f4560a907 Removed dependency in `stx:libtool2`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 6360
diff changeset
   205