~vcs-imports/lcd4linux/trunk

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: michael
  • Date: 2012-02-23 06:36:53 UTC
  • Revision ID: svn-v4:3ae390bd-cb1e-0410-b409-cd5a39f66f1f:trunk:1178
some fixes from Sascha Plazar

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
97
97
distdir = $(PACKAGE)-$(VERSION)
98
98
top_distdir = $(distdir)
99
99
am__remove_distdir = \
100
 
  if test -d "$(distdir)"; then \
101
 
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
102
 
      && rm -rf "$(distdir)" \
103
 
      || { sleep 5 && rm -rf "$(distdir)"; }; \
104
 
  else :; fi
 
100
  { test ! -d "$(distdir)" \
 
101
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
102
         && rm -fr "$(distdir)"; }; }
105
103
DIST_ARCHIVES = $(distdir).tar.gz
106
104
GZIP_ENV = --best
107
105
distuninstallcheck_listfiles = find . -type f -print
108
 
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
109
 
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
110
106
distcleancheck_listfiles = find . -type f -print
111
107
ACLOCAL = @ACLOCAL@
112
108
AMTAR = @AMTAR@
127
123
DBUS_LIBS = @DBUS_LIBS@
128
124
DEFS = @DEFS@
129
125
DEPDIR = @DEPDIR@
130
 
DLLTOOL = @DLLTOOL@
131
126
DRIVERS = @DRIVERS@
132
127
DRVLIBS = @DRVLIBS@
133
128
DSYMUTIL = @DSYMUTIL@
155
150
LTLIBICONV = @LTLIBICONV@
156
151
LTLIBOBJS = @LTLIBOBJS@
157
152
MAKEINFO = @MAKEINFO@
158
 
MANIFEST_TOOL = @MANIFEST_TOOL@
159
153
MKDIR_P = @MKDIR_P@
160
154
NM = @NM@
161
155
NMEDIT = @NMEDIT@
199
193
abs_srcdir = @abs_srcdir@
200
194
abs_top_builddir = @abs_top_builddir@
201
195
abs_top_srcdir = @abs_top_srcdir@
202
 
ac_ct_AR = @ac_ct_AR@
203
196
ac_ct_CC = @ac_ct_CC@
204
197
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205
198
am__include = @am__include@
232
225
libexecdir = @libexecdir@
233
226
localedir = @localedir@
234
227
localstatedir = @localstatedir@
 
228
lt_ECHO = @lt_ECHO@
235
229
mandir = @mandir@
236
230
mkdir_p = @mkdir_p@
237
231
oldincludedir = @oldincludedir@
429
423
 
430
424
.SUFFIXES:
431
425
.SUFFIXES: .c .lo .o .obj
432
 
am--refresh: Makefile
 
426
am--refresh:
433
427
        @:
434
428
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
435
429
        @for dep in $?; do \
465
459
$(am__aclocal_m4_deps):
466
460
 
467
461
config.h: stamp-h1
468
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
469
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
462
        @if test ! -f $@; then \
 
463
          rm -f stamp-h1; \
 
464
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
465
        else :; fi
470
466
 
471
467
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
472
468
        @rm -f stamp-h1
521
517
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
522
518
        echo " rm -f" $$list; \
523
519
        rm -f $$list
524
 
lcd4linux$(EXEEXT): $(lcd4linux_OBJECTS) $(lcd4linux_DEPENDENCIES) $(EXTRA_lcd4linux_DEPENDENCIES) 
 
520
lcd4linux$(EXEEXT): $(lcd4linux_OBJECTS) $(lcd4linux_DEPENDENCIES) 
525
521
        @rm -f lcd4linux$(EXEEXT)
526
522
        $(lcd4linux_LINK) $(lcd4linux_OBJECTS) $(lcd4linux_LDADD) $(LIBS)
527
523
 
787
783
        $(am__remove_distdir)
788
784
 
789
785
dist-bzip2: distdir
790
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
791
 
        $(am__remove_distdir)
792
 
 
793
 
dist-lzip: distdir
794
 
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
786
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
795
787
        $(am__remove_distdir)
796
788
 
797
789
dist-lzma: distdir
799
791
        $(am__remove_distdir)
800
792
 
801
793
dist-xz: distdir
802
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
794
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
803
795
        $(am__remove_distdir)
804
796
 
805
797
dist-tarZ: distdir
830
822
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
831
823
        *.tar.lzma*) \
832
824
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
833
 
        *.tar.lz*) \
834
 
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
835
825
        *.tar.xz*) \
836
826
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
837
827
        *.tar.Z*) \
851
841
          && am__cwd=`pwd` \
852
842
          && $(am__cd) $(distdir)/_build \
853
843
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
854
 
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
855
844
            $(DISTCHECK_CONFIGURE_FLAGS) \
856
845
          && $(MAKE) $(AM_MAKEFLAGS) \
857
846
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
880
869
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
881
870
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
882
871
distuninstallcheck:
883
 
        @test -n '$(distuninstallcheck_dir)' || { \
884
 
          echo 'ERROR: trying to run $@ with an empty' \
885
 
               '$$(distuninstallcheck_dir)' >&2; \
886
 
          exit 1; \
887
 
        }; \
888
 
        $(am__cd) '$(distuninstallcheck_dir)' || { \
889
 
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
890
 
          exit 1; \
891
 
        }; \
892
 
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
872
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
873
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
893
874
           || { echo "ERROR: files left after uninstall:" ; \
894
875
                if test -n "$(DESTDIR)"; then \
895
876
                  echo "  (check DESTDIR support)"; \
922
903
 
923
904
installcheck: installcheck-am
924
905
install-strip:
925
 
        if test -z '$(STRIP)'; then \
926
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
927
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
928
 
              install; \
929
 
        else \
930
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
931
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
932
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
933
 
        fi
 
906
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
907
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
908
          `test -z '$(STRIP)' || \
 
909
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
934
910
mostlyclean-generic:
935
911
 
936
912
clean-generic:
1020
996
 
1021
997
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
1022
998
        clean-binPROGRAMS clean-generic clean-libtool ctags dist \
1023
 
        dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
1024
 
        dist-tarZ dist-xz dist-zip distcheck distclean \
1025
 
        distclean-compile distclean-generic distclean-hdr \
1026
 
        distclean-libtool distclean-tags distcleancheck distdir \
1027
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
1028
 
        install install-am install-binPROGRAMS install-data \
1029
 
        install-data-am install-dvi install-dvi-am install-exec \
1030
 
        install-exec-am install-html install-html-am install-info \
1031
 
        install-info-am install-man install-pdf install-pdf-am \
1032
 
        install-ps install-ps-am install-strip installcheck \
1033
 
        installcheck-am installdirs maintainer-clean \
1034
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1035
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1036
 
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
999
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
 
1000
        dist-xz dist-zip distcheck distclean distclean-compile \
 
1001
        distclean-generic distclean-hdr distclean-libtool \
 
1002
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1003
        dvi-am html html-am info info-am install install-am \
 
1004
        install-binPROGRAMS install-data install-data-am install-dvi \
 
1005
        install-dvi-am install-exec install-exec-am install-html \
 
1006
        install-html-am install-info install-info-am install-man \
 
1007
        install-pdf install-pdf-am install-ps install-ps-am \
 
1008
        install-strip installcheck installcheck-am installdirs \
 
1009
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1010
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1011
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
1012
        uninstall-binPROGRAMS
1037
1013
 
1038
1014
 
1039
1015
# create subversion version