1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
|
head 1.4;
access;
symbols
V0_9_13:1.4
V0_9_11:1.4
V0_9_10:1.4
V0_9_9:1.4
V0_9_8:1.4
V0_9_7:1.4
V0_9_6:1.4
V0_9_4:1.4
V0_9_3:1.4
V0_9_2:1.4
V0_9_1:1.4
V0_8_23:1.4
V0_8_22:1.4
V0_8_20:1.4
V0_8_19:1.4
V0_8_18:1.4
V0_8_16:1.4
V0_8_14:1.4
V0_8_13:1.4
V0_8_12:1.4
V0_8_11:1.4
V0_8_10:1.4
V0_8_9:1.4
V0_8_8:1.4
V0_8_7:1.4
V0_8_6:1.4
V0_8_5:1.4
V0_8_4:1.4
V0_8_3:1.4
V0_8_2:1.4
V0_8_1:1.4
V0_8_0:1.4
V0_7_9:1.4
V0_7_8:1.4
V0_7_7:1.4
V0_7_6:1.4
V0_7_4:1.4
V0_7_3:1.3
V0_7_2:1.3
V0_7_1:1.3
V0_7_0:1.3
V0_6_9:1.3
V0_6_8:1.3
V0_6_7:1.3
V0_6_6:1.3
V0_6_5:1.3
V0_6_4:1.3
V0_6_3:1.3
V0_6_2:1.3
V0_6_1:1.3
V0_6_10:1.3
v0_5_10:1.3
V0_5_9:1.3
V0_5_7:1.3
V0_5_6:1.3
V0_5_5:1.3
V0_5_4:1.3
V0_5_3:1.3
V0_5_2:1.3
V0_5_1:1.2
V0_5_0:1.2
V0_4_9:1.2
V0_4_8:1.2
V0_4_7:1.2
V0_4_6:1.2
V0_4_5:1.2
V0_4_4:1.2
V0_4_2:1.2;
locks; strict;
comment @# @;
1.4
date 96.07.18.10.19.24; author aml; state Exp;
branches;
next 1.3;
1.3
date 96.01.07.09.07.32; author aml; state Exp;
branches;
next 1.2;
1.2
date 95.12.14.12.13.06; author aml; state Exp;
branches;
next 1.1;
1.1
date 95.12.13.14.36.12; author aml; state Exp;
branches;
next ;
desc
@@
1.4
log
@Created formats for cells.
Load cell now makes copy of old file.
@
text
@
# $Id: Makefile,v 1.3 1996/01/07 09:07:32 aml Exp aml $
TARGET = none
TCLSOURCES =
OBJECTS =
CCSOURCES =
INCLUDES = utils.hh string.hh defines.hh
CSOURCES =
OTHERSOURCES =
DOCS = ToDo
OTHERDIRS = bitmaps RCS
SOURCES = $(CSOURCES) $(OTHERSOURCES)
IDIR = ../include
LIBS =
CC = gcc
CCC = g++
CPP=g++ -E
YACC = bison
LEX = flex
CCFLAGS = -g
IFLAGS = -I$(IDIR)
LFLAGS = -L/usr/local/tcl/lib -L/usr/local/tk/lib -L.
$(TARGET) :
clean:
rm -f *.o *~
depend dep:
# $(CPP) -M $(CCFLAGS) $(IFLAGS) $(CCSOURCES) $(CSOURCES) > .depend
.cc.o:
$(CCC) $(CCFLAGS) $(IFLAGS) -c $<
.c.o:
$(CC) $(CCFLAGS) $(IFLAGS) -c $<
scan.c: scan.l
$(LEX) -i -t scan.l > scan.c
gram.o: gram.c
$(CCC) $(IFLAGS) -g -x c++ gram.c -o gram.o -c
gram.c: gram.y scan.c
$(YACC) -d gram.y -o gram.c
#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
# $Log: Makefile,v $
# Revision 1.3 1996/01/07 09:07:32 aml
# Sheet::save and Sheet::load created.
# Program can now write and read wk1 files.
# Slight changes made to relative references. Bit 14 is now always 0.
#
# Revision 1.2 1995/12/14 12:13:06 aml
# Version 0.4.2
#
# Revision 1.1 1995/12/13 14:36:12 aml
# Initial revision
#
# Revision 1.14 1995/10/23 23:09:19 aml
# Version 2.0.1
#
# Revision 1.13 1995/09/18 09:25:21 aml
# Last working release with inline expressions.
# Move to wk1 format will start after this.
#
# Revision 1.12 1995/08/18 19:37:40 aml
# Modularized to allow for multiple spreadsheets.
# Introduced bindings for cursors in main canvas.
# Introduced range_opers. Copy redone, cut created.
# Automatic positioning of active cell.
#
# Revision 1.11 1995/08/09 21:13:13 aml
# Created modular toolbars
# Changes in mouse state machine
# Completed format toolbar
#
# Revision 1.10 1995/08/09 03:41:26 aml
# Changed to tk4.0
# Changed mouse state machine to use right button
# Created standard and format toolbars.
#
# Revision 1.9 1995/08/08 02:36:15 aml
# Removed scan.c from C source files.
#
# Revision 1.8 1995/08/08 02:26:36 aml
# Fixed evaluation for loop-free spreadsheets.
# Got first version of cursor state machine working.
#
# Revision 1.7 1995/06/26 22:53:43 aml
# Bug
#
# Revision 1.6 1995/06/26 22:52:19 aml
# Change to C++
#
# Revision 1.5 1995/06/26 22:51:08 aml
# Change to C++
#
# Revision 1.4 1995/06/25 09:49:22 aml
# Minor fixes
#
# Revision 1.3 1995/06/25 00:32:39 aml
# Fixed Includes
#
# Revision 1.2 1995/06/25 00:09:10 aml
# First version of copy.
#
# Revision 1.1 1995/06/23 15:39:16 aml
# Initial revision
#
@
1.3
log
@Sheet::save and Sheet::load created.
Program can now write and read wk1 files.
Slight changes made to relative references. Bit 14 is now always 0.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1995/12/14 12:13:06 aml Exp aml $
d39 1
a39 1
$(CPP) -M $(CCFLAGS) $(IFLAGS) $(CCSOURCES) $(CSOURCES) > .depend
d64 5
@
1.2
log
@Version 0.4.2
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1995/12/13 14:36:12 aml Exp aml $
d12 1
a12 1
INCLUDES = utils.hh string.hh
d64 3
@
1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.14 1995/10/23 23:09:19 aml Exp $
d4 1
a4 1
TARGET = nxlc
d32 2
a33 2
$(TARGET) : $(OBJECTS)
$(CCC) $(LFLAGS) -o $(TARGET) $(TARGETMAIN) $(OBJECTS) $(LIBS)
d36 1
a36 1
rm *.o xlc *~
d64 3
@
|