|
Last change
on this file since 820 was 783, checked in by Bruno Cornec, 20 years ago |
- Massive rewrite continues for memory management.
- main structure should now have all parameters allocated dynamically
- new lib libmr.a + dir + build process reviewed to support it.
- new include subdir to host external definitions of the new lib
- code now compiles. Still one remaining link issues for mondorestore. This should allow for some tests soon.
(goal is to separate completely reviewed code and functions and provide clean interfaces)
|
|
File size:
259 bytes
|
| Line | |
|---|
| 1 | ##
|
|---|
| 2 | ## Process this file with Automake to generate `Makefile.in'
|
|---|
| 3 | ##
|
|---|
| 4 | AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/mondo/include
|
|---|
| 5 |
|
|---|
| 6 | ## libmr
|
|---|
| 7 | noinst_LIBRARIES = libmr.a
|
|---|
| 8 |
|
|---|
| 9 | libmr_a_SOURCES = mr_conf.c mr_string.c
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.