diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:12 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:12 +0000 |
commit | a9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60 (patch) | |
tree | 3f21ea75ffbd40fcd53bf1609782763af3953002 /makefile | |
parent | 162643f981292504f375a7f834d408a4a0fa7f46 (diff) | |
download | lout-a9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60.tar.gz |
Lout 3.23.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@15 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,9 @@ ############################################################################### # # -# Make file for installing Basser Lout Version 3.22 # +# Make file for installing Basser Lout Version 3.23 # # # # Jeffrey H. Kingston # -# 3 June 2000 # +# 24 June 2000 # # # # make prg2lout Compile a small auxiliary program called prg2lout # # make lout Compile the Lout source # @@ -270,8 +270,11 @@ DBFIX = 0 USESTAT = 1 SAFEDFT = 0 -DEBUGGING = 1 -TRACING = -g +DEBUGGING = 0 +TRACING = + +# DEBUGGING = 1 +# TRACING = -g BINDIR = /export/home/6monthspace/jeff/bin LIBDIR = /export/home/6monthspace/jeff/lout.lib |