- Timestamp:
- Dec 18, 2002, 7:11:54 PM (18 years ago)
- Location:
- ttyvaders/trunk
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/Makefile
r26 r28 52 52 AWK = gawk 53 53 CC = gcc 54 CCDEPMODE = depmode=gcc 54 CCDEPMODE = depmode=gcc3 55 55 CFLAGS = -g -O2 56 56 CPP = gcc -E … … 77 77 PACKAGE_BUGREPORT = 78 78 PACKAGE_NAME = ttyvaders 79 PACKAGE_STRING = ttyvaders 0.0cvs-2002121 579 PACKAGE_STRING = ttyvaders 0.0cvs-20021218 80 80 PACKAGE_TARNAME = ttyvaders 81 PACKAGE_VERSION = 0.0cvs-2002121 581 PACKAGE_VERSION = 0.0cvs-20021218 82 82 PATH_SEPARATOR = : 83 83 SET_MAKE = … … 86 86 USE_NCURSES_FALSE = 87 87 USE_NCURSES_TRUE = # 88 VERSION = 0.0cvs-2002121 588 VERSION = 0.0cvs-20021218 89 89 ac_ct_CC = gcc 90 90 ac_ct_STRIP = 91 am__fastdepCC_FALSE = 92 am__fastdepCC_TRUE = #91 am__fastdepCC_FALSE = # 92 am__fastdepCC_TRUE = 93 93 am__include = include 94 94 am__quote =
Note: See TracChangeset
for help on using the changeset viewer.