source: MondoRescue/trunk/mondo/mondo/src/Makefile.am@ 795

Last change on this file since 795 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: 1.1 KB
Line 
1##
2## Process this file with Automake to generate `Makefile.in'
3##
4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/mondo/include
5
6## libmondo
7noinst_LIBRARIES = libmondo.a
8
9libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
10 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
11 libmondo-mountlist.c libmondo-raid.c libmondo-msg.c \
12 libmondo-stream.c libmondo-string.c libmondo-tools.c \
13 libmondo-verify.c newt-specific.c \
14 libmondo-archive.h libmondo-devices.h \
15 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
16 libmondo-mountlist.h libmondo-raid.h \
17 libmondo-stream.h libmondo-string.h libmondo-tools.h \
18 libmondo-verify.h libmondo-fifo.h \
19 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
20 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
21 libmondo-files-EXT.h libmondo-fork-EXT.h \
22 libmondo-filelist-EXT.h \
23 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \
24 libmondo-string-EXT.h libmondo-tools-EXT.h \
25 libmondo-verify-EXT.h libmondo-stream-EXT.h \
26 newt-specific.h
Note: See TracBrowser for help on using the repository browser.