2000-06-12 11:55:12 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
2000-08-14 09:44:53 +00:00
|
|
|
# xforms has to be fixed here as we still need object files in this directory
|
|
|
|
# for the compilation of other frontends, so until that we have to let this
|
|
|
|
# here.
|
2001-03-15 13:37:04 +00:00
|
|
|
SUBDIRS = support xforms controllers @FRONTEND@
|
2000-06-12 11:55:12 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-10-02 00:55:02 +00:00
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
|
|
INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS} $(BOOST_INCLUDES)
|
2000-06-12 11:55:12 +00:00
|
|
|
LIBS =
|
|
|
|
noinst_LTLIBRARIES = libfrontends.la
|
|
|
|
libfrontends_la_SOURCES=\
|
|
|
|
Dialogs.h \
|
|
|
|
DialogBase.h \
|
2001-03-07 14:25:31 +00:00
|
|
|
FileDialog.h \
|
2000-08-16 15:27:11 +00:00
|
|
|
GUIRunTime.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
Liason.C \
|
2000-07-24 13:53:19 +00:00
|
|
|
Liason.h \
|
|
|
|
Menubar.C \
|
|
|
|
Menubar.h \
|
2001-02-07 16:44:49 +00:00
|
|
|
Timeout.C \
|
|
|
|
Timeout.h \
|
2000-07-24 13:53:19 +00:00
|
|
|
Toolbar.C \
|
|
|
|
Toolbar.h
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-01-26 10:16:05 +00:00
|
|
|
EXTRA_DIST = kde qt2 gnome
|
2000-08-16 15:27:11 +00:00
|
|
|
|
|
|
|
dist-hook:
|
2001-01-26 10:16:05 +00:00
|
|
|
@cd $(distdir) ; \
|
|
|
|
rm -rf `find kde -name \*CVS\*`; \
|
|
|
|
rm -rf `find qt2 -name \*CVS\*`; \
|
|
|
|
rm -rf `find gnome -name \*CVS\*`
|