comparison libgui/Makefile.am @ 15392:c7fd43f5a89d

build: Re-arrange libgui Makefile.am to follow same ordering as liboctave. * libgui/Makefile.am: Re-arrange order of definitions and rules to follow same ordering as liboctave. * libgui/qterminal-module.mk: Re-arrange definition to keep line length less than 80 characters. * libgui/src/module.mk: Re-arrange order of definitions and rules to follow same ordering as in liboctave module.mk files.
author Rik <rik@octave.org>
date Sat, 15 Sep 2012 11:10:07 -0700
parents 1ddf5772fb1a
children 5f031158c693
comparison
equal deleted inserted replaced
15391:1ddf5772fb1a 15392:c7fd43f5a89d
34 34
35 octlib_LTLIBRARIES = liboctgui.la 35 octlib_LTLIBRARIES = liboctgui.la
36 36
37 EXTRA_DIST = default-qt-settings 37 EXTRA_DIST = default-qt-settings
38 38
39 CLEANFILES =
40
39 BUILT_SOURCES = 41 BUILT_SOURCES =
40
41 CLEANFILES =
42 42
43 noinst_HEADERS = 43 noinst_HEADERS =
44 44
45 noinst_LTLIBRARIES = 45 noinst_LTLIBRARIES =
46 46
47 include src/module.mk 47 include src/module.mk
48 include qterminal-module.mk 48 include qterminal-module.mk
49 49
50 ## libocgui merely collects of compiled convenience libraries. 50 ## liboctgui merely collects a bunch of compiled convenience libraries.
51 ## It has no source code itself. 51 ## It has no source code itself.
52 liboctgui_la_SOURCES = 52 liboctgui_la_SOURCES =
53 53
54 include link-deps.mk 54 include link-deps.mk
55 55
56 # Dummy C++ source to cause C++ linking. 56 # Dummy C++ source to force C++ linking.
57 nodist_EXTRA_liboctgui_la_SOURCES = dummy.cc 57 nodist_EXTRA_liboctgui_la_SOURCES = dummy.cc
58 58
59 liboctgui_la_LIBADD = \ 59 liboctgui_la_LIBADD = \
60 qterminal/libqterminal.la \ 60 qterminal/libqterminal.la \
61 src/libgui-src.la \ 61 src/libgui-src.la \