source: MondoRescue/trunk/mondo/mondo/xmondo/Makefile.am@ 4

Last change on this file since 4 was 4, checked in by bcornec, 19 years ago

Makefile.am files should be managed under SVN as well

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)
9pkgdata_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.