
* lib/Makefile.am.tmpl: Here. --- lib/Makefile.am.tmpl | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/lib/Makefile.am.tmpl b/lib/Makefile.am.tmpl index b36a1fc..f66c582 100644 --- a/lib/Makefile.am.tmpl +++ b/lib/Makefile.am.tmpl @@ -1,6 +1,6 @@ ## -*- makefile -*- ## This file is part of Nolimips, a MIPS simulator with unlimited registers -## Copyright (C) 2003, 2004 Benoit Perrot <benoit@lrde.epita.fr> +## Copyright (C) 2003, 2004, 2014 Benoit Perrot <benoit@lrde.epita.fr> ## ## Nolimips is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -16,19 +16,8 @@ ## along with Nolimips. If not, see <http://www.gnu.org/licenses/>. ## -noinst_LIBRARIES = libnolimips.a -noinst_HEADERS = -libnolimips_a_SOURCES = dummy.cc - -libnolimips_a_LIBADD = -libnolimips_a_DEPENDENCIES = $(libnolimips_a_LIBADD) - BUILT_SOURCES = EXTRA_DIST = Makefile.am.tmpl -MAINTAINERCLEANFILES = MOSTLYCLEANFILES = -lib_OBJECTS = $(libnolimips_a_OBJECTS) - -CLEANFILES = # gnulib modules -- 1.7.10.4