|
Last change
on this file since 3433 was 3411, checked in by Bruno Cornec, 11 years ago |
|
Fix all autoconf/automake warnings
|
-
Property svn:keywords
set to
Id
|
|
File size:
809 bytes
|
| Rev | Line | |
|---|
| [4] | 1 | ##
|
|---|
| 2 | ## Process with Automake to generate Makefile.in
|
|---|
| 3 | ##
|
|---|
| 4 |
|
|---|
| [1930] | 5 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
|---|
| [3411] | 6 | AUTOMAKE_OPTIONS = subdir-objects
|
|---|
| [1930] | 7 |
|
|---|
| [4] | 8 | ## Headers
|
|---|
| [3273] | 9 | noinst_HEADERS = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
|
|---|
| 10 | mondorestore-EXT.h mr-externs.h \
|
|---|
| [4] | 11 | mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
|
|---|
| [1315] | 12 | mondorestore.h
|
|---|
| [4] | 13 |
|
|---|
| 14 | ## The program
|
|---|
| 15 | sbin_PROGRAMS = mondorestore
|
|---|
| [1930] | 16 | mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
|
|---|
| [2770] | 17 | mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c
|
|---|
| [2209] | 18 | 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.