Blame pibs/Makefile.am

Packit 022b05
#
Packit 022b05
# Makefile.am --
Packit 022b05
#
Packit 022b05
#      Template to generate the pibs Makefile.in using automake.
Packit 022b05
#
Packit 022b05
# Copyright (c) 2002 Frank Strauss, Technical University of Braunschweig.
Packit 022b05
#
Packit 022b05
# See the file "COPYING" for information on usage and redistribution
Packit 022b05
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
Packit 022b05
#
Packit 022b05
# @(#) $Id: Makefile.am 1508 2002-12-22 16:14:01Z strauss $
Packit 022b05
#
Packit 022b05
Packit 022b05
PIBDIRS			= ietf tubs site
Packit 022b05
Packit 022b05
PIBS			= $(shell ls -1d [a-z]*/* | egrep -v 'CVS|Makefile')
Packit 022b05
pib_DATA		= $(PIBS)
Packit 022b05
SUBDIRS			= $(PIBDIRS)
Packit 022b05
Packit 022b05
install-exec-local:
Packit 022b05
	for dir in $(PIBDIRS) ; do \
Packit 022b05
		$(mkinstalldirs) $(DESTDIR)$(pibdir)/$$dir ; \
Packit 022b05
	done