source: MondoRescue/trunk/mondo/mondo/mondorestore/Makefile.am@ 783

Last change on this file since 783 was 783, checked in by Bruno Cornec, 18 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)

  • Property svn:keywords set to Id
File size: 704 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/mondo/include
6
7## Headers
8noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
9 mondo-restore-EXT.h mr-externs.h \
10 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
11
12## The program
13sbin_PROGRAMS = mondorestore
14mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
15 mondo-rstr-compare.c mondo-rstr-tools.c
16mondorestore_LDADD = ${top_builddir}/mondo/common/libmondo.a ${top_builddir}/mondo/lib/libmr.a @MONDORESTORE_STATIC@
17
18
Note: See TracBrowser for help on using the repository browser.