Last change
on this file since 36 was
27,
checked in by buchmann, 16 years ago
|
SystemCASS now uses autoconf/automake to build the API. Regression tests still
use the old Makefiles.
(thanks to Nicolas Pouillon)
The library directory no longer is "lib-arch-system". The directory now is "lib-linux". Everyone needs to pay attention about SYSTEMCASS environment variable.
Changes:
- system header includes
- Add includes to config.h (generated by autoconf/automake)
- test:
- linux preprocessor macro instead of _WIN32
- CONFIG_DEBUG instead of DEBUG
Removes:
- Makefile
- guess_endianness.cc
- guess_os.sh
- assert.h (we now use standard assert.h)
- Options.def
|
File size:
350 bytes
|
Line | |
---|
1 | |
---|
2 | if HAS_SOCLIB |
---|
3 | soclib_based_programs=timer4_gmn_handmade |
---|
4 | else |
---|
5 | soclib_based_programs= |
---|
6 | endif |
---|
7 | |
---|
8 | bin_PROGRAMS = $(soclib_based_programs) |
---|
9 | timer4_gmn_handmade_SOURCES = system.cpp chrono.h |
---|
10 | timer4_gmn_handmade_LDADD = $(top_builddir)/src/libsystemc.la -L$(SOCLIB_PATH)/lib -lsoclib |
---|
11 | timer4_gmn_handmade_CXXFLAGS = -I$(top_srcdir)/src -I$(SOCLIB_PATH)/include |
---|
Note: See
TracBrowser
for help on using the repository browser.