bc.mak
author Stefan Vogel <sv@exept.de>
Thu, 07 May 2009 15:25:10 +0200
changeset 1051 39444dc6133c
parent 999 016d23347044
child 1062 cdf19bf7159c
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     1
# $Header$
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
#
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
     3
# DO NOT EDIT 
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_projects_smalltalk.
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
#
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     8
#
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     9
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    10
TOP=..\..       
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    11
INCLUDE_TOP=$(TOP)\..
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    12
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    13
# CFLAGS1= -WD -w-pro -w-ccc -w-rch -w-aus -w-par -x- -r- -k -y -v -vi- -c -tWDR
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    14
CFLAGS1= -w-pro -w-ccc -w-rch -w-aus -w-par -x- -r- -k -y -v -vi- -c
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    15
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
    16
CFLAGS_CONSOLE=-tWC -tWR -D_NO_VCL;WIN32
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
    17
CFLAGS_NOCONSOLE=-tWR -D_NO_VCL;WIN32GUI;WIN32
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    18
LFLAGS_CONSOLE=-ap
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    19
LFLAGS_NOCONSOLE=-aa
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    20
CRT_STARTUP_CONSOLE=c0x32.obj
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    21
CRT_STARTUP_NOCONSOLE=c0w32.obj
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    22
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
 -DSTARTUP_CLASS="\"Smalltalk\"" \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
 -DSTARTUP_SELECTOR="\"start\"" \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    26
 -DUSE_MODULE_TABLE
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    27
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    28
#
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
752
dd095e78aa44 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 751
diff changeset
    30
!INCLUDE $(TOP)\rules\stdHeader_bc
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
!INCLUDE Make.spec
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    33
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    35
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    36
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    37
#
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
LIBNAME=dummy
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    39
STCOPT="+optinline"
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    40
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    41
LOCALDEFINES=
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    42
GLOBALDEFINES=
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    43
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    44
STCLOCALOPT='-package=$(PACKAGE)' $(LOCALDEFINES) $(LOCALINCLUDES)  $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMFLAG) -varPrefix=$(LIBNAME)
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    45
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    46
LINKER = ilink32
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    47
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    48
# LFLAGS = -L$(TOP)\libbc;$(BCB)\lib;$(DEBUGLIBPATH) -H:0x400000 -Hc:0x100000 -S:0x40000 -Sc:0x10000 -ap -Tpe -x -Gn -v -Ao:0x10000
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    49
LFLAGS = -L$(TOP)\libbc;$(BCB)\lib -S:0x40000 -Sc:0x10000 $(LFLAGS_APPTYPE) -Tpe -x -Gn -v -Ao:0x10000
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    50
991
5a12d601f45c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 985
diff changeset
    51
PROJECT_NOCONSOLE = stx.exe
5a12d601f45c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 985
diff changeset
    52
PROJECT_CONSOLE = stx.com
773
a503a088e173 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 771
diff changeset
    53
ALLOBJFILES = main.obj
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    54
RESFILES = smalltalkWinRC.res
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    55
ALLOBJ = $(CRT_STARTUP) $(ALLOBJFILES) $(OBJS)
773
a503a088e173 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 771
diff changeset
    56
DEFFILE=$(TOP)\rules\bc_exe.def
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    57
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    58
LIBFILES=$(TOP)\libbc\librun.lib
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    59
ALLLIB=$(LIBFILES) import32.lib $(RT_LIB)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    60
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    61
REQUIRED_LIBS=librun.dll  \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    62
 libstx_libbasic.dll \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    63
 libstx_goodies_refactoryBrowser_helpers.dll \
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    64
 libstx_goodies_refactoryBrowser_parser.dll \
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    65
 libstx_libbasic2.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    66
 libstx_libcomp.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    67
 libstx_libboss.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    68
 libstx_libview.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    69
 libstx_libbasic3.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    70
 libstx_libview2.dll \
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    71
 libstx_goodies_refactoryBrowser_changes.dll \
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    72
 libstx_libui.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    73
 libstx_libwidg.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    74
 libstx_libwidg3.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    75
 libstx_libhtml.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    76
 libstx_libwidg2.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    77
 libstx_libtool.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    78
 libstx_goodies_refactoryBrowser_refactoring.dll \
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    79
 libstx_libtool2.dll \
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    80
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    81
1051
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
    82
REQUIRED_FILES=cs3245.dll X11.dll Xext.dll symbols.stc $(REQUIRED_LIBS)
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    83
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
    84
REQUIRED_SUPPORT_DIRS=RESOURCEFILES
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    85
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
    86
target: exe 
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    87
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
    88
# the executable, all required files and a self-installing-installer-exe
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
    89
ALL:: prereq exe setup
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
    90
999
016d23347044 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 991
diff changeset
    91
exe:  newBuildDate noConsoleApp consoleApp $(REQUIRED_SUPPORT_DIRS) 
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    92
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    93
# the executable only
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
    94
# with console
999
016d23347044 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 991
diff changeset
    95
consoleApp:
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
    96
	-del main.obj
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
    97
	$(MAKE) -N -f bc.mak \
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
    98
		PROJECT=$(PROJECT_CONSOLE) \
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
    99
		CFLAGS_APPTYPE="$(CFLAGS_CONSOLE)" \
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   100
		LFLAGS_APPTYPE="$(LFLAGS_CONSOLE)" \
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   101
		CRT_STARTUP="$(CRT_STARTUP_CONSOLE)" theExe
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   102
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   103
# without console
999
016d23347044 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 991
diff changeset
   104
noConsoleApp:
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   105
	-del main.obj
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   106
	$(MAKE) -N -f bc.mak \
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   107
		PROJECT=$(PROJECT_NOCONSOLE) \
991
5a12d601f45c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 985
diff changeset
   108
		CFLAGS_APPTYPE="$(CFLAGS_NOCONSOLE) -DWIN_LOGFILE="\\"\"smalltalk.log\\"\""" \
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   109
		LFLAGS_APPTYPE="$(LFLAGS_NOCONSOLE)" \
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   110
		CRT_STARTUP="$(CRT_STARTUP_NOCONSOLE)" theExe
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   111
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   112
# the executable only (internal target; needs some defines)
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   113
theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   114
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   115
# build all prerequisite packages for this package
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   116
prereq:
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   117
	pushd ..\..\libbasic & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   118
	pushd ..\..\goodies\refactoryBrowser\helpers & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   119
	pushd ..\..\goodies\refactoryBrowser\parser & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   120
	pushd ..\..\libbasic2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   121
	pushd ..\..\libcomp & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   122
	pushd ..\..\libboss & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   123
	pushd ..\..\libview & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   124
	pushd ..\..\libbasic3 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   125
	pushd ..\..\libview2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   126
	pushd ..\..\goodies\refactoryBrowser\changes & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   127
	pushd ..\..\libui & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   128
	pushd ..\..\libwidg & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   129
	pushd ..\..\libwidg3 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   130
	pushd ..\..\libhtml & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   131
	pushd ..\..\libwidg2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   132
	pushd ..\..\libtool & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   133
	pushd ..\..\goodies\refactoryBrowser\refactoring & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   134
	pushd ..\..\libtool2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   135
	pushd ..\..\librun & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   136
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   137
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   138
# a nullsoft installable delivery
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   139
setup: install_smalltalk.exe
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   140
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   141
newBuildDate:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   142
    del buildDate.h
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   143
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   144
# This uses the Nullsoft Installer Package and works in Windows only
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   145
828
82e29cc141e2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 809
diff changeset
   146
install_smalltalk.exe: $(PROJECT) smalltalk.nsi
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   147
	$(MAKENSIS) smalltalk.nsi
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   148
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   149
new:
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   150
	bmake clean
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   151
	bmake
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   152
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   153
RESOURCEFILES: smalltalk_RESOURCES smalltalk_BITMAPS  \
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   154
	stx_RESOURCES stx_STYLES stx_BITMAPS
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   155
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   156
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   157
smalltalk_RESOURCES: resources\stx\projects\smalltalk\NUL
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   158
	-copy ..\resources\*.rs resources\stx\projects\smalltalk\..
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   159
	-copy ..\resources\*.style resources\stx\projects\smalltalk\..
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   160
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   161
smalltalk_BITMAPS: resources\stx\projects\smalltalk\bitmaps\NUL
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   162
	-copy *.ico resources\stx\projects\smalltalk\bitmaps
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   163
	-copy *.gif resources\stx\projects\smalltalk\bitmaps
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   164
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   165
resources\stx\projects\smalltalk\bitmaps\NUL: resources\stx\projects\smalltalk\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   166
	mkdir resources\stx\projects\smalltalk\bitmaps
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   167
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   168
resources\stx\projects\smalltalk\NUL: resources\stx\projects\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   169
	mkdir resources\stx\projects\smalltalk
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   170
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   171
resources\stx\projects\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   172
	mkdir resources\stx\projects
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   173
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   174
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   175
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   176
stx_RESOURCES: \
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   177
	keyboard.rc \
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   178
	display.rc \
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   179
	d_win32.rc \
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   180
	libbasic_RESOURCES \
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   181
	libview_RESOURCES \
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   182
	libtool_RESOURCES  \
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   183
	libtool2_RESOURCES
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   184
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   185
keyboard.rc: $(TOP)\projects\smalltalk\keyboard.rc
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   186
	copy $(TOP)\projects\smalltalk\keyboard.rc *.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   187
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   188
display.rc: $(TOP)\projects\smalltalk\display.rc
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   189
	copy $(TOP)\projects\smalltalk\display.rc *.*
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   190
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   191
d_win32.rc: $(TOP)\projects\smalltalk\d_win32.rc
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   192
	copy $(TOP)\projects\smalltalk\d_win32.rc *.*
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   193
844
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   194
stx_STYLES: resources\stx\libview\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   195
	copy $(TOP)\libview\styles\mswindowsXP* resources\stx\libview\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   196
	copy $(TOP)\libview\styles\mswindows*.common resources\stx\libview\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   197
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   198
stx_BITMAPS: \
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   199
	libwidg_BITMAPS
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   200
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   201
libwidg_BITMAPS: resources\stx\libwidg\bitmaps\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   202
	copy $(TOP)\libwidg\bitmaps\*.xpm resources\stx\libwidg\bitmaps\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   203
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   204
libbasic_RESOURCES: resources\stx\libbasic\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   205
	copy $(TOP)\libbasic\resources\*.rs resources\stx\libbasic\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   206
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   207
libtool_RESOURCES: resources\stx\libtool\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   208
	copy $(TOP)\libtool\resources\*.rs resources\stx\libtool\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   209
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   210
libtool2_RESOURCES: resources\stx\libtool2\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   211
	copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   212
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   213
libview_RESOURCES: resources\stx\libview\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   214
	copy $(TOP)\libview\resources\*.rs resources\stx\libview\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   215
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   216
libview2_RESOURCES: resources\stx\libview2\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   217
	copy $(TOP)\libview2\resources\*.rs resources\stx\libview2\*.*
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   218
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   219
resources\stx\libbasic\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   220
	mkdir resources\stx\libbasic
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   221
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   222
resources\stx\libtool\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   223
	mkdir resources\stx\libtool
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   224
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   225
resources\stx\libtool2\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   226
	mkdir resources\stx\libtool2
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   227
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   228
resources\stx\libview\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   229
	mkdir resources\stx\libview
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   230
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   231
resources\stx\libview2\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   232
	mkdir resources\stx\libview2
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   233
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   234
resources\stx\libwidg\bitmaps\NUL: resources\stx\libwidg\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   235
	mkdir resources\stx\libwidg\bitmaps
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   236
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   237
resources\stx\libwidg\NUL: resources\stx\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   238
	mkdir resources\stx\libwidg
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   239
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   240
resources\stx\NUL: resources\NUL
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   241
	mkdir resources\stx
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   242
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   243
resources\NUL:
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   244
	mkdir resources
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   245
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   246
bitmaps\NUL:
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   247
	mkdir bitmaps
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   248
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   249
doc\NUL:
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   250
	mkdir doc
a1fb7f4d63e9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 828
diff changeset
   251
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   252
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   253
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   254
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   255
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   256
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   257
libstx_libbasic.dll: ..\..\libbasic\objbc\libstx_libbasic.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   258
	copy ..\..\libbasic\objbc\libstx_libbasic.dll *.*
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   259
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   260
..\..\libbasic\objbc\libstx_libbasic.dll:
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   261
	cd ..\..\libbasic
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   262
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   263
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   264
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   265
libstx_goodies_refactoryBrowser_helpers.dll: ..\..\goodies\refactoryBrowser\helpers\objbc\libstx_goodies_refactoryBrowser_helpers.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   266
	copy ..\..\goodies\refactoryBrowser\helpers\objbc\libstx_goodies_refactoryBrowser_helpers.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   267
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   268
..\..\goodies\refactoryBrowser\helpers\objbc\libstx_goodies_refactoryBrowser_helpers.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   269
	cd ..\..\goodies\refactoryBrowser\helpers
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   270
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   271
	cd ..\..\..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   272
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   273
libstx_goodies_refactoryBrowser_parser.dll: ..\..\goodies\refactoryBrowser\parser\objbc\libstx_goodies_refactoryBrowser_parser.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   274
	copy ..\..\goodies\refactoryBrowser\parser\objbc\libstx_goodies_refactoryBrowser_parser.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   275
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   276
..\..\goodies\refactoryBrowser\parser\objbc\libstx_goodies_refactoryBrowser_parser.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   277
	cd ..\..\goodies\refactoryBrowser\parser
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   278
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   279
	cd ..\..\..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   280
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   281
libstx_libbasic2.dll: ..\..\libbasic2\objbc\libstx_libbasic2.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   282
	copy ..\..\libbasic2\objbc\libstx_libbasic2.dll *.*
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   283
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   284
..\..\libbasic2\objbc\libstx_libbasic2.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   285
	cd ..\..\libbasic2
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   286
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   287
	cd ..\projects\smalltalk
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   288
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   289
libstx_libcomp.dll: ..\..\libcomp\objbc\libstx_libcomp.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   290
	copy ..\..\libcomp\objbc\libstx_libcomp.dll *.*
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   291
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   292
..\..\libcomp\objbc\libstx_libcomp.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   293
	cd ..\..\libcomp
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   294
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   295
	cd ..\projects\smalltalk
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   296
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   297
libstx_libboss.dll: ..\..\libboss\objbc\libstx_libboss.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   298
	copy ..\..\libboss\objbc\libstx_libboss.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   299
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   300
..\..\libboss\objbc\libstx_libboss.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   301
	cd ..\..\libboss
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   302
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   303
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   304
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   305
libstx_libview.dll: ..\..\libview\objbc\libstx_libview.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   306
	copy ..\..\libview\objbc\libstx_libview.dll *.*
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   307
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   308
..\..\libview\objbc\libstx_libview.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   309
	cd ..\..\libview
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   310
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   311
	cd ..\projects\smalltalk
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   312
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   313
libstx_libbasic3.dll: ..\..\libbasic3\objbc\libstx_libbasic3.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   314
	copy ..\..\libbasic3\objbc\libstx_libbasic3.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   315
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   316
..\..\libbasic3\objbc\libstx_libbasic3.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   317
	cd ..\..\libbasic3
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   318
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   319
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   320
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   321
libstx_libview2.dll: ..\..\libview2\objbc\libstx_libview2.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   322
	copy ..\..\libview2\objbc\libstx_libview2.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   323
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   324
..\..\libview2\objbc\libstx_libview2.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   325
	cd ..\..\libview2
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   326
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   327
	cd ..\projects\smalltalk
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   328
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   329
libstx_goodies_refactoryBrowser_changes.dll: ..\..\goodies\refactoryBrowser\changes\objbc\libstx_goodies_refactoryBrowser_changes.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   330
	copy ..\..\goodies\refactoryBrowser\changes\objbc\libstx_goodies_refactoryBrowser_changes.dll *.*
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   331
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   332
..\..\goodies\refactoryBrowser\changes\objbc\libstx_goodies_refactoryBrowser_changes.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   333
	cd ..\..\goodies\refactoryBrowser\changes
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   334
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   335
	cd ..\..\..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   336
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   337
libstx_libui.dll: ..\..\libui\objbc\libstx_libui.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   338
	copy ..\..\libui\objbc\libstx_libui.dll *.*
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   339
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   340
..\..\libui\objbc\libstx_libui.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   341
	cd ..\..\libui
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   342
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   343
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   344
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   345
libstx_libwidg.dll: ..\..\libwidg\objbc\libstx_libwidg.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   346
	copy ..\..\libwidg\objbc\libstx_libwidg.dll *.*
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   347
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   348
..\..\libwidg\objbc\libstx_libwidg.dll:
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   349
	cd ..\..\libwidg
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   350
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   351
	cd ..\projects\smalltalk
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   352
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   353
libstx_libwidg3.dll: ..\..\libwidg3\objbc\libstx_libwidg3.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   354
	copy ..\..\libwidg3\objbc\libstx_libwidg3.dll *.*
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   355
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   356
..\..\libwidg3\objbc\libstx_libwidg3.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   357
	cd ..\..\libwidg3
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   358
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   359
	cd ..\projects\smalltalk
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   360
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   361
libstx_libhtml.dll: ..\..\libhtml\objbc\libstx_libhtml.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   362
	copy ..\..\libhtml\objbc\libstx_libhtml.dll *.*
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   363
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   364
..\..\libhtml\objbc\libstx_libhtml.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   365
	cd ..\..\libhtml
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   366
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   367
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   368
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   369
libstx_libwidg2.dll: ..\..\libwidg2\objbc\libstx_libwidg2.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   370
	copy ..\..\libwidg2\objbc\libstx_libwidg2.dll *.*
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   371
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   372
..\..\libwidg2\objbc\libstx_libwidg2.dll:
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   373
	cd ..\..\libwidg2
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   374
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   375
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   376
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   377
libstx_libtool.dll: ..\..\libtool\objbc\libstx_libtool.dll
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   378
	copy ..\..\libtool\objbc\libstx_libtool.dll *.*
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   379
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   380
..\..\libtool\objbc\libstx_libtool.dll:
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   381
	cd ..\..\libtool
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   382
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   383
	cd ..\projects\smalltalk
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   384
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   385
libstx_goodies_refactoryBrowser_refactoring.dll: ..\..\goodies\refactoryBrowser\refactoring\objbc\libstx_goodies_refactoryBrowser_refactoring.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   386
	copy ..\..\goodies\refactoryBrowser\refactoring\objbc\libstx_goodies_refactoryBrowser_refactoring.dll *.*
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   387
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   388
..\..\goodies\refactoryBrowser\refactoring\objbc\libstx_goodies_refactoryBrowser_refactoring.dll:
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   389
	cd ..\..\goodies\refactoryBrowser\refactoring
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   390
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   391
	cd ..\..\..\projects\smalltalk
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   392
985
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   393
libstx_libtool2.dll: ..\..\libtool2\objbc\libstx_libtool2.dll
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   394
	copy ..\..\libtool2\objbc\libstx_libtool2.dll *.*
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   395
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   396
..\..\libtool2\objbc\libstx_libtool2.dll:
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   397
	cd ..\..\libtool2
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   398
	bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   399
	cd ..\projects\smalltalk
20623c76379a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 965
diff changeset
   400
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   401
      
789
e4a86ead0ae9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 773
diff changeset
   402
912
77616cad7e89 buildDate was not up-to-date
Claus Gittinger <cg@exept.de>
parents: 881
diff changeset
   403
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   404
sources\NUL: 
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   405
	mkdir sources
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   406
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   407
show:
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   408
	@echo LFLAGS= $(LFLAGS)
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   409
	@echo ALLOBJ= $(ALLOBJ)
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   410
	@echo PROJECT= $(PROJECT)
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   411
	@echo ALLLIB= $(ALLLIB)
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   412
	@echo DEFFILE= $(DEFFILE)
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   413
	@echo ALLRES= $(ALLRES)
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   414
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   415
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE)
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   416
	$(BCB)\BIN\$(LINKER) $(LFLAGS) $(ALLOBJ), $(PROJECT_CONSOLE),, $(ALLLIB), $(DEFFILE), $(RESFILES)
799
eeb3f95b78d1 winstx rule (hand-crafted)
Claus Gittinger <cg@exept.de>
parents: 789
diff changeset
   417
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   418
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE)
965
bfb3430d1c36 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 912
diff changeset
   419
	$(BCB)\BIN\$(LINKER) $(LFLAGS) $(ALLOBJ), $(PROJECT_NOCONSOLE),, $(ALLLIB), $(DEFFILE), $(RESFILES)
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   420
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   421
#$(PROJECT): $(ALLOBJFILES) $(RESFILES) $(DEFFILE)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   422
#    $(BCB)\BIN\$(LINKER) @&&!
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   423
#    $(LFLAGS) +
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   424
#    $(ALLOBJ), +
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   425
#    $(PROJECT),, +
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   426
#    $(ALLLIB), +
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   427
#    $(DEFFILE), +
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   428
#    $(RESFILES)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   429
#!
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   430
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   431
752
dd095e78aa44 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 751
diff changeset
   432
!INCLUDE $(TOP)\rules\stdRules_bc
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   433
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   434
#
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   435
# additional rules
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   436
#
828
82e29cc141e2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 809
diff changeset
   437
smalltalkWin.res: smalltalkWin.rc smalltalk.ico
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   438
757
523fc7c6f4a5 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 754
diff changeset
   439
main.obj: buildDate.h main.c bc.mak
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   440
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   441
main.c: $(TOP)\librun\main.c
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   442
	copy $(TOP)\librun\main.c main.c
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   443
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   444
buildDate.h: $(TOP)\librun\genDate.exe
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   445
	$(TOP)\librun\genDate.exe
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   446
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   447
librun.dll: $(TOP)\librun\librun.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   448
	copy $(TOP)\librun\librun.dll librun.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   449
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   450
cs3245.dll: $(TOP)\support\win32\borland\cs3245.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   451
	copy $(TOP)\support\win32\borland\cs3245.dll cs3245.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   452
1051
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   453
X11.dll: $(TOP)\support\win32\X11.dll
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   454
	copy $(TOP)\support\win32\X11.dll X11.dll
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   455
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   456
Xext.dll: $(TOP)\support\win32\Xext.dll
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   457
	copy $(TOP)\support\win32\Xext.dll Xext.dll
39444dc6133c automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 999
diff changeset
   458
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   459
symbols.stc: $(TOP)\include\symbols.stc
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   460
	copy $(TOP)\include\symbols.stc symbols.stc
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   461
764
33e0580bf5b9 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 757
diff changeset
   462
802
4728a2f6fde9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 800
diff changeset
   463
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   464
clean::
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   465
	-del genDate.exe
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   466
	-del c0x32.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   467
	-del c0x32.lib
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   468
	-del buildDate.h
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   469
	-del $(PROJECT)
828
82e29cc141e2 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 809
diff changeset
   470
	-del install_smalltalk.exe
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   471
	-del stx.lib
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   472
	-del stx.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   473
	-del cs3245.dll
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   474
	-del $(REQUIRED_FILES)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   475
	-del main.c
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   476
	-del *.log
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   477
	-del *.res
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   478
	-rmdir /S /Q resources
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   479
	-rmdir /S /Q objbc
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   480
999
016d23347044 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 991
diff changeset
   481
clobber:: clean
016d23347044 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 991
diff changeset
   482
	-del *.dll *.exe *.com
751
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   483
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   484
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   485
$(OUTDIR)stx_projects_smalltalk.$(O) stx_projects_smalltalk.$(H): stx_projects_smalltalk.st $(INCLUDE_TOP)\stx\libbasic\ApplicationDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   486
3d0969709796 Deleted by error
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   487
# ENDMAKEDEPEND --- do not remove this line