source: MondoRescue/branches/2.05/mondo/mondo/xmondo/Makefile.am@ 2708

Last change on this file since 2708 was 179, checked in by bcornec, 18 years ago

New locations for mondo and mindi:

for distros for file base install


/usr/sbin/mindi /usr/local/sbin/mindi
/usr/sbin/analyze-my-lvm /usr/local/sbin/analyze-my-lvm
/usr/sbin/mondoarchive /usr/local/sbin/mondoarchive
/usr/sbin/mondorestore /usr/local/sbin/mondorestore
/etc/m?nd? /usr/local/etc/m?nd?
/usr/share/doc/m?nd?* /usr/local/share/doc/m?nd?*
/usr/share/man/man8/m?nd?*.8 /usr/local/share/man/man8/m?nd?*.8
/usr/lib/m?nd? /usr/local/lib/m?nd?

(mondo needs to be finished - untested yet)

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1sbin_PROGRAMS = xmondo
2xmondo_SOURCES = xmondobackup.cpp xmondorestore.cpp xmondo.cpp main.cpp xmondo.h xmondobackup.h xmondorestore.h \
3 xmondo.moc.cpp xmondobackup.moc.cpp xmondorestore.moc.cpp ../mondorestore/mondo-restore.c \
4 ../mondorestore/mondo-rstr-newt.c ../mondorestore/mondo-rstr-tools.c ../mondorestore/mondo-rstr-compare.c \
5 ../mondorestore/mondo-prep.c
6AM_CPPFLAGS = $(all_includes) @my_qt_includes@ @my_kde_includes@ -I../common -UDEBUG -Ubool -DMONDORESTORE_MODULE
7xmondo_LDADD = ../common/libXmondo.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) -L/usr/local/lib -L/usr/X11R6/lib
8xmondo_LDFLAGS = $(all_libraries) @my_qt_libraries@ @my_kde_libraries@ $(KDE_RPATH)
9pkglib_DATA = mondo.png
10
11xmondobackup.moc.cpp: xmondobackup.h
12 @MOC@ ./xmondobackup.h -o xmondobackup.moc.cpp
13
14xmondo.moc.cpp: xmondo.h
15 @MOC@ ./xmondo.h -o xmondo.moc.cpp
16
17xmondorestore.moc.cpp: xmondorestore.h
18 @MOC@ ./xmondorestore.h -o xmondorestore.moc.cpp
19
20messages:
21 LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
22 if test -n "$$LIST"; then \
23 $(XGETTEXT) $$LIST -o $(podir)/xmondo.pot; \
24 fi
25
Note: See TracBrowser for help on using the repository browser.