1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Copyright (C) 2006 International Business Machines and others.
# All Rights Reserved.
# This file is distributed under the Common Public License.
## $Id: Makefile.am 26 2006-05-31 22:26:19Z andreasw $
# Author: Andreas Waechter IBM 2006-04-13
AUTOMAKE_OPTIONS = foreign
########################################################################
# List files that should be distributed #
########################################################################
EXTRA_DIST = $(EXAMPLE_FILES)
DISTCLEANFILES = $(EXAMPLE_CLEAN_FILES)
include ../../BuildTools/Makemain.inc
|