Changeset 49 for sources


Ignore:
Timestamp:
Jan 29, 2010, 11:32:14 PM (14 years ago)
Author:
buchmann
Message:

Update: clean up
Remove old examples

Location:
sources
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • sources/Makefile.am

    r44 r49  
    11ACLOCAL_AMFLAGS= -I m4
    2 SUBDIRS = src examples doc
     2SUBDIRS = src doc
  • sources/configure.ac

    r47 r49  
    120120  src/Makefile
    121121  doc/Makefile
    122   examples/Makefile
    123   examples/soclib_date04/Makefile
    124   examples/soclib_date04/timer4_gmn_handmade/Makefile
    125122])
    126123AC_OUTPUT
  • sources/test_regression/19042005/system.cpp

    r32 r49  
    11#include <systemc.h>
     2#include <stdint.h>
    23
    34#define ASSERT(x) \
  • sources/test_regression/env.mk

    r41 r49  
    11#TARGET_ARCH            =Linux.SLA4x
    2 #TARGET_ARCH            = linux
     2TARGET_ARCH             = linux
    33#TARGET_PLATFORM  =i386
    44
     
    1717#BFD_LIBERTY     = -lbfd -liberty
    1818#SYSTEMC         = /users/outil/systemc/systemc-2.0.1
    19 #SYSTEMC         = /dsk/l1/misc/richard/systemc_2_1.oct_12_2004.beta
    20 #SYSTEMCASS      = /users/cao/buchmann/systemcass/systemcass
    2119SYSTEMC_INC     = $(SYSTEMC)/include
    2220SYSTEMCASS_INC  = $(SYSTEMCASS)/include
    23 SYSTEMC_LIB     = $(SYSTEMC)/lib-${TARGET_PLATFORM}-${TARGET_ARCH}/libsystemc.a
     21SYSTEMC_LIB     = $(SYSTEMC)/lib-${TARGET_ARCH}/libsystemc.a
    2422SYSTEMCASS_LIB  = $(SYSTEMCASS)/lib-linux/libsystemc.a
    2523#CXX                    = g++
Note: See TracChangeset for help on using the changeset viewer.