|
Last change
on this file since 3825 was 3614, checked in by Bruno Cornec, 9 years ago |
|
mr_strip_spaces now returns a dynamically allocated string
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
|---|
| 2 | AUTOMAKE_OPTIONS = subdir-objects
|
|---|
| 3 |
|
|---|
| 4 | ## The program
|
|---|
| 5 | mrtestdir = $(pkglibdir)/test
|
|---|
| 6 | mrtest_PROGRAMS = mrtest_mountlist mrtest_truncname mrtest_stresc mrtest_str_substitute mrtest_strip_spaces mrtest_mr_system
|
|---|
| 7 |
|
|---|
| 8 | mrtest_mountlist_SOURCES = test-mountlist.c ${top_builddir}/src/mondorestore/mondo-prep.c ${top_builddir}/src/mondorestore/mondo-rstr-newt.c ${top_builddir}/src/mondorestore/mondo-rstr-tools.c ${top_builddir}/src/mondorestore/mondo-rstr-mountlist.c
|
|---|
| 9 | mrtest_mountlist_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 10 |
|
|---|
| 11 | mrtest_truncname_SOURCES = test-truncname.c ${top_builddir}/src/common/libmondo-string.c
|
|---|
| 12 | mrtest_truncname_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 13 |
|
|---|
| 14 | mrtest_stresc_SOURCES = test-mr_stresc.c
|
|---|
| 15 | mrtest_stresc_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 16 |
|
|---|
| 17 | mrtest_str_substitute_SOURCES = test-mr_str_substitute.c
|
|---|
| 18 | mrtest_str_substitute_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 19 |
|
|---|
| 20 | mrtest_strip_spaces_SOURCES = test-mr_strip_spaces.c
|
|---|
| 21 | mrtest_strip_spaces_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 22 |
|
|---|
| 23 | mrtest_mr_system_SOURCES = test-mr_system.c
|
|---|
| 24 | mrtest_mr_system_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.