chiark / gitweb /
Factor common Makefile definitions into a `vars.am' file.
[sod] / src / Makefile.am
index e71c5c0f72088754aa8ffa6fed2d5092f3a9f377..b5150be1c2dba187e73c0d7fd6dc1bc7c0db4005 100644 (file)
 ### along with SOD; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-bin_PROGRAMS            =
-
-CLEANFILES              =
-
-pkglispsrcdir           = $(lispsrcdir)/$(PACKAGE)
+include        $(top_srcdir)/vars.am
 
 dist_pkglispsrc_DATA    =
 
@@ -96,6 +92,7 @@ dist_pkglispsrc_DATA  += frontend.lisp optparse.lisp
 
 CLEANFILES             += *.$(FASL_TYPE)
 
+## Building the executable image.
 bin_PROGRAMS           += sod
 sod_SOURCES             =
 sod: $(dist_pkglispsrc_DATA)