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.
|
2002-02-27 12:17:58 +00:00
|
|
|
SUBDIRS = controllers xforms @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 =
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libfrontends.la
|
2001-05-31 13:07:02 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libfrontends_la_LIBADD= \
|
2002-02-20 22:04:47 +00:00
|
|
|
xforms/*.lo \
|
2002-02-27 12:17:58 +00:00
|
|
|
controllers/*.lo
|
2001-05-31 13:07:02 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libfrontends_la_DEPENDENCIES = \
|
2002-02-20 22:04:47 +00:00
|
|
|
xforms/*.lo \
|
2002-02-27 12:17:58 +00:00
|
|
|
controllers/*.lo
|
2001-06-11 17:20:17 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libfrontends_la_SOURCES=\
|
2001-11-26 10:19:58 +00:00
|
|
|
Alert.C \
|
|
|
|
Alert.h \
|
|
|
|
Alert_pimpl.h \
|
2001-04-26 19:02:13 +00:00
|
|
|
Dialogs.C \
|
2000-06-12 11:55:12 +00:00
|
|
|
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
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libfrontends.la: libfrontends.o
|
|
|
|
|
|
|
|
libfrontends.o: $(libfrontends_la_OBJECTS) $(libfrontends_la_DEPENDENCIES)
|
|
|
|
$(CXXLINK) $(libfrontends_la_OBJECTS) $(libfrontends_la_LIBADD)
|
|
|
|
|
2001-06-25 00:06:33 +00:00
|
|
|
EXTRA_DIST = 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 qt2 -name \*CVS\*`; \
|
|
|
|
rm -rf `find gnome -name \*CVS\*`
|