Changeset 3
- Timestamp:
- Sep 10, 2007, 3:13:31 PM (17 years ago)
- Location:
- sources
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/Makefile
r1 r3 271 271 cvs ci 272 272 273 recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB} 273 mark : 274 274 make clean 275 275 echo -n '#define SYSTEMC_VERSION "SystemCASS : ' > systemcass_version_ext.h 276 276 date | head -c 28 >> systemcass_version_ext.h 277 277 echo '"' >> systemcass_version_ext.h 278 279 recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB} mark 278 280 -cvs diff > recent_changes 279 281 -
sources/src/alias.cc
r1 r3 35 35 #include"alias.h" 36 36 #include<string> 37 #include<stdarg.h>38 #include<stdio.h>37 //#include<cstdarg.h> 38 //#include<cstdio.h> 39 39 #include<iostream> 40 40 -
sources/src/systemcass_version_ext.h
r1 r3 1 #define SYSTEMC_VERSION "SystemCASS : mardi 19 juin 2007, 17:44:28"1 #define SYSTEMC_VERSION "SystemCASS : lundi 10 septembre 2007, 15:" -
sources/test_regression/19122005/Makefile
r1 r3 4 4 SOCVIEW_LIB = ${SOCVIEW}/lib-linux/libsystemc.a 5 5 CFLAGS_SOCVIEW = ${CFLAGS} -I${SOCVIEW_INC} 6 LFLAGS_SOCVIEW = ${LFLAGS} -ltermcap -lreadline ${SOCVIEW_LIB}6 LFLAGS_SOCVIEW = ${LFLAGS} -ltermcap -lreadline -lpthread ${SOCVIEW_LIB} 7 7 8 8 SYSTEM = system.cpp system2.cpp -
sources/test_regression/Makefile
r1 r3 46 46 # 23032007 : check multiple execution on the same computer 47 47 48 SOCVIEW_TEST=19122005 \ 49 17022006 \ 50 # 48 51 49 52 DIR = \ … … 67 70 16112005 \ 68 71 16122005 \ 69 19122005 \70 17022006 \71 72 05042006 \ 72 73 02052006 \ … … 76 77 20122006 \ 77 78 16022007 \ 78 79 ${SOCVIEW_TEST} \ 80 # 79 81 80 82 failcom = 'exit 1'
Note: See TracChangeset
for help on using the changeset viewer.