|
Last change
on this file since 845 was 826, checked in by Bruno Cornec, 19 years ago |
|
libs and inculdes are now under src
|
-
Property svn:keywords
set to
Id
|
|
File size:
698 bytes
|
| Line | |
|---|
| 1 | ##
|
|---|
| 2 | ## Process with Automake to generate Makefile.in
|
|---|
| 3 | ##
|
|---|
| 4 |
|
|---|
| 5 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
|
|---|
| 6 |
|
|---|
| 7 | ## Headers
|
|---|
| 8 | noinst_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
|
|---|
| 13 | sbin_PROGRAMS = mondorestore
|
|---|
| 14 | mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
|
|---|
| 15 | mondo-rstr-compare.c mondo-rstr-tools.c
|
|---|
| 16 | mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.