1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
##############################################################################
## Makefile.am -- Process this file with automake to produce Makefile.in
## Revision: $Id$
##
## Copyright (C) Andrea Walther, Andreas Kowarz
##
## This file is part of ADOL-C. This software is provided as open source.
## Any use, reproduction, or distribution of the software constitutes
## recipient's acceptance of the terms of the accompanying license file.
##
##############################################################################
noinst_LTLIBRARIES = libclock.la
libclock_la_SOURCES = myclock.h myclock.cpp
MAINTAINERCLEANFILES = Makefile.in *~ *.orig
|