libsel.am (1363B)
1 ## $Id$ 2 3 ## Copyright (C) 2002, 2003, 2005 4 ## Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 5 ## 6 ## This program is free software; you can redistribute it and/or modify 7 ## it under the terms of the GNU General Public License as published by 8 ## the Free Software Foundation; version 2 and/or 3 of the License. 9 ## 10 ## This program is distributed in the hope that it will be useful, 11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 ## GNU General Public License for more details. 14 ## 15 ## You should have received a copy of the GNU General Public License 16 ## along with this program; if not, write to the Free Software 17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 ## 19 20 21 if !ENSC_USE_DIETLIBC 22 nodist_lib_dietlibc_not_enabled_error_a_SOURCES = \ 23 lib-dietlibc-not-enabled-error.c 24 endif 25 26 if !ENSC_USE_GLIBC 27 nodist_lib_glibc_not_enabled_error_a_SOURCES = \ 28 lib-glibc-not-enabled-error.c 29 endif 30 31 # if !ENSC_USE_DIETLIBC 32 # if !ENSC_USE_GLIBC 33 # nodist_lib_nolib_enabled_error_a_SOURCES = \ 34 # lib-nolib-enabled-error.c 35 # endif 36 # endif 37 38 39 .PHONY: lib-glibc-not-enabled-error.a \ 40 lib-glibc-not-enabled-error.c \ 41 lib-dietlibc-not-enabled-error.a \ 42 lib-dietlibc-not-enabled-error.c \ 43 lib-nolib-enabled-error.a \ 44 lib-nolib-enabled-error.c