112303
|
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
|
2 ## Process this file with automake to produce Makefile.in.
|
|
3 # Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
|
4 #
|
|
5 # This file is free software, distributed under the terms of the GNU
|
|
6 # General Public License. As a special exception to the GNU General
|
|
7 # Public License, this file may be distributed as part of a program
|
|
8 # that contains a configuration script generated by Autoconf, under
|
|
9 # the same distribution terms as the rest of that program.
|
|
10 #
|
|
11 # Generated by gnulib-tool.
|
112305
|
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr
|
112303
|
13
|
|
14
|
|
15 MOSTLYCLEANFILES += core *.stackdump
|
|
16
|
|
17 noinst_LIBRARIES += libgnu.a
|
|
18
|
|
19 libgnu_a_SOURCES =
|
|
20 libgnu_a_LIBADD = $(gl_LIBOBJS)
|
|
21 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
|
22 EXTRA_libgnu_a_SOURCES =
|
|
23
|
112305
|
24 ## begin gnulib module ftoastr
|
|
25
|
|
26 libgnu_a_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c
|
|
27
|
|
28 ## end gnulib module ftoastr
|
112303
|
29
|
112305
|
30 ## begin gnulib module intprops
|
|
31
|
112303
|
32
|
112305
|
33 EXTRA_DIST += intprops.h
|
|
34
|
|
35 ## end gnulib module intprops
|
112303
|
36
|
|
37
|
|
38 mostlyclean-local: mostlyclean-generic
|
|
39 @for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
40 if test -n "$$dir" && test -d $$dir; then \
|
|
41 echo "rmdir $$dir"; rmdir $$dir; \
|
|
42 fi; \
|
|
43 done; \
|
|
44 :
|