Makefile.am revision 7e6d7aee5aa8de931a516199627aa7769b0c74b2
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico## Process this file with automake to produce Makefile.in
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico# ################################################
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico# G L O B A L
d048f1c15089c16b8ca1b264513a2f92ff86e703JazzyNico# ################################################
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico# Should work in either automake1.7 or 1.8, but 1.6 doesn't
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico# handle foo/libfoo_a_CPPFLAGS properly (if at all).
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico# Update: We now avoid setting foo/libfoo_a_CPPFLAGS,
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico# so perhaps 1.6 will work.
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNicoAUTOMAKE_OPTIONS = 1.7 subdir-objects
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico# Executables compiled by "make" and installed by "make install"
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNicobin_PROGRAMS = inkscape inkview
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico# Libraries which should be compiled by "make" but not installed.
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico# Use this only for libraries that are really standalone, rather than for
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico# source tree subdirectories.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNicoif !WITH_EXT_GDL
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNiconoinst_LIBRARIES = \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico $(internal_GDL) \
5e28646fa4a4013c5fce60e21ecd25238f17032cJazzyNico $(noinst_LIBRARIES) \
5e28646fa4a4013c5fce60e21ecd25238f17032cJazzyNico $(INKSCAPE_LIBS) \
09d8c881485db7f6fa367e8f60da0f0a12f83ff8JazzyNico $(EXIF_LIBS) \