mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
21d2f1485d
spreadsheet for Tcl/Tk Abacus is a small, light and easy to use spreadsheet being developed as graduation project under the tutorship of Prof. Arlindo Oliveira, and the spreadsheet is being developed using the Tcl/Tk toolkit, as well as plain old C/C++ for all the "number-crunching" tasks. PR: 7674 Submitted by: Andrey V. Zakhvatov <andy@icc.surw.chel.su>
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
--- calc/Makefile Thu Nov 6 00:30:09 1997
|
|
+++ /home/andy/tmp/wrk/calc/Makefile Tue Aug 18 15:32:43 1998
|
|
@@ -58,7 +58,7 @@
|
|
$(LEX) -i -t scan.l > scan.c
|
|
|
|
gram.o: gram.cc
|
|
- $(CCC) $(IFLAGS) -g gram.cc -o gram.o -c
|
|
+ $(CCC) $(CCFLAGS) $(IFLAGS) -g gram.cc -o gram.o -c
|
|
|
|
gram.cc: gram.y scan.c
|
|
$(YACC) -d gram.y
|