Codebase list texlive-bin / debian/2018.20181214.49410-1 libs / Makefile.am
debian/2018.20181214.49410-1

Tree @debian/2018.20181214.49410-1 (Download .tar.gz)

Makefile.am @debian/2018.20181214.49410-1raw · history · blame

## Makefile.am for the TeX Live subdirectory libs/
##
## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
## Ensure aclocal.m4 is up to date
ACLOCAL = @ACLOCAL@ --force

SUBDIRS = . $(MAKE_SUBDIRS)
DIST_SUBDIRS = $(CONF_SUBDIRS)

# Files not to be distributed
include $(srcdir)/../am/dist_hook.am

## Configure and build subdirs.
##
recurse_this = libs/
recurse_top = ../

include $(srcdir)/../am/recurse.am