From d76ff81b7c1beffef0b84e570914c8f2d47834e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 16:34:45 +0200 Subject: Initial import of tork 0.33 --- src/arkollon/Makefile.am | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/arkollon/Makefile.am (limited to 'src/arkollon/Makefile.am') diff --git a/src/arkollon/Makefile.am b/src/arkollon/Makefile.am new file mode 100644 index 0000000..81cea55 --- /dev/null +++ b/src/arkollon/Makefile.am @@ -0,0 +1,40 @@ +bin_PROGRAMS = torkarkollon +torkarkollon_SOURCES = torkarkollon.cpp \ + wizard.cpp \ + rcparser.cpp \ + uninstallwizard.cpp \ + headerlistitem.cpp \ + data.cpp \ + logdialog.ui \ + wizardbase.ui + + +noinst_HEADERS = data.h \ + headerlistitem.h \ + rcparser.h \ + uninstallwizard.h \ + wizard.h \ + logdialog.h \ + wizardbase.h + + + +# set the include path found by configure +INCLUDES= $(all_includes) +# the library search path. +torkarkollon_LDFLAGS = $(all_libraries) +LIBS = +#torkarkollon_LDFLAGS = +#torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE) +torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +manpagedir = $(mandir)/man1 +manpage_DATA = torkarkollon.1 + +torkarkollon.o : wizardbase.h logdialog.h +wizard.o : wizardbase.h logdialog.h +uninstallwizard.o : wizardbase.h logdialog.h + -- cgit v1.2.1