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.
|
|
|
|
SUBDIRS = xforms @FRONTEND@
|
2000-06-12 11:55:12 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-08-16 15:27:11 +00:00
|
|
|
INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS}
|
2000-06-12 11:55:12 +00:00
|
|
|
LIBS =
|
|
|
|
noinst_LTLIBRARIES = libfrontends.la
|
|
|
|
libfrontends_la_SOURCES=\
|
2000-08-14 05:24:35 +00:00
|
|
|
ButtonPolicies.C \
|
|
|
|
ButtonPolicies.h \
|
2000-06-12 11:55:12 +00:00
|
|
|
Dialogs.h \
|
|
|
|
DialogBase.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 \
|
|
|
|
Toolbar.C \
|
|
|
|
Toolbar.h
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-16 15:27:11 +00:00
|
|
|
EXTRA_DIST = kde gnome
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
@cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
|
|
|
|
rm -rf `find gnome -name \*CVS\*`
|