|
Last change
on this file since 954 was 900, checked in by Bruno Cornec, 19 years ago |
|
Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.
|
-
Property svn:keywords
set to
Id
|
|
File size:
704 bytes
|
| Rev | Line | |
|---|
| [900] | 1 | ## $Id: Makefile.am 900 2006-10-24 06:49:18Z bruno $
|
|---|
| [4] | 2 | ##
|
|---|
| 3 | ## Process with Automake to generate Makefile.in
|
|---|
| 4 | ##
|
|---|
| 5 |
|
|---|
| [826] | 6 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
|
|---|
| [783] | 7 |
|
|---|
| [4] | 8 | ## Headers
|
|---|
| 9 | noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
|
|---|
| 10 | mondo-restore-EXT.h mr-externs.h \
|
|---|
| 11 | mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
|
|---|
| 12 |
|
|---|
| 13 | ## The program
|
|---|
| 14 | sbin_PROGRAMS = mondorestore
|
|---|
| 15 | mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
|
|---|
| 16 | mondo-rstr-compare.c mondo-rstr-tools.c
|
|---|
| [900] | 17 | mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.