Changeset 1957 in Sophya for trunk/ArchTOIPipe/configure.in
- Timestamp:
- Mar 28, 2002, 3:39:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure.in
r1944 r1957 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT( kernel/toi.cc)2 AC_INIT(Kernel/toi.cc) 3 3 AC_CONFIG_HEADER(conf.h) 4 4 … … 123 123 AC_CHECK_HEADERS(values.h stdint.h) 124 124 125 outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile Makefile.h"125 outfiles="Makefile Kernel/Makefile Processors/Makefile TestPipes/Makefile Makefile.h" 126 126 if [[ $use_sophya = 1 ]]; then 127 outfiles="$outfiles sophya/Makefile"127 outfiles="$outfiles ProcWSophya/Makefile" 128 128 fi 129 129
Note:
See TracChangeset
for help on using the changeset viewer.