~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/kdrive/ephyr/Makefile.in

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
18
 
#                                                       -*- Makefile -*-
19
 
# Rules for generating files using the C pre-processor
20
 
# (Replaces CppFileTarget from Imake)
21
 
 
22
 
 
23
18
 
24
19
VPATH = @srcdir@
25
20
pkgdatadir = $(datadir)/@PACKAGE@
41
36
build_triplet = @build@
42
37
host_triplet = @host@
43
38
bin_PROGRAMS = Xephyr$(EXEEXT)
44
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45
 
        $(top_srcdir)/cpprules.in
46
39
subdir = hw/kdrive/ephyr
 
40
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
49
 
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/configure.ac
50
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
45
        $(ACLOCAL_M4)
52
46
mkinstalldirs = $(install_sh) -d
88
82
am__objects_4 = ephyr.lo ephyr_draw.lo os.lo
89
83
am_libxephyr_la_OBJECTS = $(am__objects_4)
90
84
libxephyr_la_OBJECTS = $(am_libxephyr_la_OBJECTS)
91
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
 
85
am__installdirs = "$(DESTDIR)$(bindir)"
92
86
PROGRAMS = $(bin_PROGRAMS)
93
87
am_Xephyr_OBJECTS = ephyrinit.$(OBJEXT)
94
88
Xephyr_OBJECTS = $(am_Xephyr_OBJECTS)
101
95
am__mv = mv -f
102
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
98
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
99
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
100
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
101
        $(AM_CFLAGS) $(CFLAGS)
104
102
AM_V_CC = $(am__v_CC_$(V))
105
103
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
106
104
am__v_CC_0 = @echo "  CC    " $@;
124
122
        $(libxephyr_hostx_la_SOURCES) \
125
123
        $(am__libxephyr_hostxv_la_SOURCES_DIST) \
126
124
        $(libxephyr_la_SOURCES) $(Xephyr_SOURCES)
127
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128
 
am__vpath_adj = case $$p in \
129
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130
 
    *) f=$$p;; \
131
 
  esac;
132
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133
 
am__install_max = 40
134
 
am__nobase_strip_setup = \
135
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136
 
am__nobase_strip = \
137
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138
 
am__nobase_list = $(am__nobase_strip_setup); \
139
 
  for p in $$list; do echo "$$p $$p"; done | \
140
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142
 
    if (++n[$$2] == $(am__install_max)) \
143
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144
 
    END { for (dir in files) print dir, files[dir] }'
145
 
am__base_list = \
146
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148
 
DATA = $(appman_DATA)
 
125
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
126
        html-recursive info-recursive install-data-recursive \
 
127
        install-dvi-recursive install-exec-recursive \
 
128
        install-html-recursive install-info-recursive \
 
129
        install-pdf-recursive install-ps-recursive install-recursive \
 
130
        installcheck-recursive installdirs-recursive pdf-recursive \
 
131
        ps-recursive uninstall-recursive
 
132
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
133
  distclean-recursive maintainer-clean-recursive
 
134
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
135
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
136
        distdir
149
137
ETAGS = etags
150
138
CTAGS = ctags
 
139
DIST_SUBDIRS = $(SUBDIRS)
151
140
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
141
am__relativize = \
 
142
  dir0=`pwd`; \
 
143
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
144
  sed_rest='s,^[^/]*/*,,'; \
 
145
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
146
  sed_butlast='s,/*[^/]*$$,,'; \
 
147
  while test -n "$$dir1"; do \
 
148
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
149
    if test "$$first" != "."; then \
 
150
      if test "$$first" = ".."; then \
 
151
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
152
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
153
      else \
 
154
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
155
        if test "$$first2" = "$$first"; then \
 
156
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
157
        else \
 
158
          dir2="../$$dir2"; \
 
159
        fi; \
 
160
        dir0="$$dir0"/"$$first"; \
 
161
      fi; \
 
162
    fi; \
 
163
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
164
  done; \
 
165
  reldir="$$dir2"
152
166
ACLOCAL = @ACLOCAL@
153
167
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
154
168
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
204
218
DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@
205
219
DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@
206
220
DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@
207
 
DOLT_BASH = @DOLT_BASH@
208
221
DOXYGEN = @DOXYGEN@
209
222
DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
210
223
DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
238
251
GLIB_LIBS = @GLIB_LIBS@
239
252
GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
240
253
GLX_DEFINES = @GLX_DEFINES@
 
254
GLX_TLS = @GLX_TLS@
241
255
GL_CFLAGS = @GL_CFLAGS@
242
256
GL_LIBS = @GL_LIBS@
243
257
GREP = @GREP@
273
287
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
274
288
LIPO = @LIPO@
275
289
LN_S = @LN_S@
276
 
LTCOMPILE = @LTCOMPILE@
277
 
LTCXXCOMPILE = @LTCXXCOMPILE@
278
290
LTLIBOBJS = @LTLIBOBJS@
279
291
MAINT = @MAINT@
280
292
MAIN_LIB = @MAIN_LIB@
469
481
top_build_prefix = @top_build_prefix@
470
482
top_builddir = @top_builddir@
471
483
top_srcdir = @top_srcdir@
 
484
SUBDIRS = man
472
485
INCLUDES = \
473
486
        @KDRIVE_INCS@           \
474
487
        @KDRIVE_CFLAGS@         \
533
546
        @KDRIVE_LOCAL_LIBS@
534
547
 
535
548
Xephyr_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
536
 
MAN_SRCS = Xephyr.man.pre
537
 
appmandir = $(APP_MAN_DIR)
538
 
appman_DATA = Xephyr.$(APP_MAN_SUFFIX)
539
 
SUFFIXES = .pre .man .man.pre
540
 
 
541
 
# Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM
542
 
# to cpp, because that trick does not work on all ANSI C preprocessors.
543
 
# Delete line numbers from the cpp output (-P is not portable, I guess).
544
 
# Allow XCOMM to be preceded by whitespace and provide a means of generating
545
 
# output lines with trailing backslashes.
546
 
# Allow XHASH to always be substituted, even in cases where XCOMM isn't.
547
 
CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
548
 
                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
549
 
                       -e '/^[         ]*XCOMM$$/s/XCOMM/\#/' \
550
 
                       -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
551
 
                       -e '/^[         ]*XHASH/s/XHASH/\#/' \
552
 
                       -e '/\@\@$$/s/\@\@$$/\\/'
553
 
 
554
 
 
555
 
# Strings to replace in man pages
556
 
XORGRELSTRING = @PACKAGE_STRING@
557
 
XORGMANNAME = X Version 11
558
 
XSERVERNAME = Xorg
559
 
MANDEFS = \
560
 
        -D__vendorversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \
561
 
        -D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\"" \
562
 
        -D__appmansuffix__=$(APP_MAN_SUFFIX) \
563
 
        -D__filemansuffix__=$(FILE_MAN_SUFFIX) \
564
 
        -D__libmansuffix__=$(LIB_MAN_SUFFIX) \
565
 
        -D__miscmansuffix__=$(MISC_MAN_SUFFIX) \
566
 
        -D__drivermansuffix__=$(DRIVER_MAN_SUFFIX) \
567
 
        -D__adminmansuffix__=$(ADMIN_MAN_SUFFIX) \
568
 
        -D__mandir__=$(mandir) \
569
 
        -D__projectroot__=$(prefix) \
570
 
        -D__sysconfdir__=$(sysconfdir) \
571
 
        -D__datadir__=$(datadir) \
572
 
        -D__xconfigfile__=$(__XCONFIGFILE__) \
573
 
        -D__xconfigdir__=$(__XCONFIGDIR__) \
574
 
        -D__xkbdir__=$(XKB_BASE_DIRECTORY) \
575
 
        -D__modulepath__="$(DEFAULT_MODULE_PATH)" \
576
 
        -D__xlogfile__=$(XLOGFILE) -D__xservername__=$(XSERVERNAME) 
577
 
 
578
 
CLEANFILES = $(appman_DATA) Xephyr.man
579
549
EXTRA_DIST = \
580
550
        $(HOSTVIDEO_SRCS) \
581
 
        $(HOSTDRI_SRCS) \
582
 
        $(MAN_SRCS)
 
551
        $(HOSTDRI_SRCS)
583
552
 
584
 
all: all-am
 
553
all: all-recursive
585
554
 
586
555
.SUFFIXES:
587
 
.SUFFIXES: .pre .man .man.pre .c .lo .o .obj
588
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/cpprules.in $(am__configure_deps)
 
556
.SUFFIXES: .c .lo .o .obj
 
557
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
589
558
        @for dep in $?; do \
590
559
          case '$(am__configure_deps)' in \
591
560
            *$$dep*) \
727
696
 
728
697
clean-libtool:
729
698
        -rm -rf .libs _libs
730
 
install-appmanDATA: $(appman_DATA)
731
 
        @$(NORMAL_INSTALL)
732
 
        test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
733
 
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
734
 
        for p in $$list; do \
735
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
736
 
          echo "$$d$$p"; \
737
 
        done | $(am__base_list) | \
738
 
        while read files; do \
739
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
740
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
741
 
        done
742
 
 
743
 
uninstall-appmanDATA:
744
 
        @$(NORMAL_UNINSTALL)
745
 
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
746
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
747
 
        test -n "$$files" || exit 0; \
748
 
        echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
749
 
        cd "$(DESTDIR)$(appmandir)" && rm -f $$files
 
699
 
 
700
# This directory's subdirectories are mostly independent; you can cd
 
701
# into them and run `make' without going through this Makefile.
 
702
# To change the values of `make' variables: instead of editing Makefiles,
 
703
# (1) if the variable is set in `config.status', edit `config.status'
 
704
#     (which will cause the Makefiles to be regenerated when you run `make');
 
705
# (2) otherwise, pass the desired values on the `make' command line.
 
706
$(RECURSIVE_TARGETS):
 
707
        @fail= failcom='exit 1'; \
 
708
        for f in x $$MAKEFLAGS; do \
 
709
          case $$f in \
 
710
            *=* | --[!k]*);; \
 
711
            *k*) failcom='fail=yes';; \
 
712
          esac; \
 
713
        done; \
 
714
        dot_seen=no; \
 
715
        target=`echo $@ | sed s/-recursive//`; \
 
716
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
717
          echo "Making $$target in $$subdir"; \
 
718
          if test "$$subdir" = "."; then \
 
719
            dot_seen=yes; \
 
720
            local_target="$$target-am"; \
 
721
          else \
 
722
            local_target="$$target"; \
 
723
          fi; \
 
724
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
725
          || eval $$failcom; \
 
726
        done; \
 
727
        if test "$$dot_seen" = "no"; then \
 
728
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
729
        fi; test -z "$$fail"
 
730
 
 
731
$(RECURSIVE_CLEAN_TARGETS):
 
732
        @fail= failcom='exit 1'; \
 
733
        for f in x $$MAKEFLAGS; do \
 
734
          case $$f in \
 
735
            *=* | --[!k]*);; \
 
736
            *k*) failcom='fail=yes';; \
 
737
          esac; \
 
738
        done; \
 
739
        dot_seen=no; \
 
740
        case "$@" in \
 
741
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
742
          *) list='$(SUBDIRS)' ;; \
 
743
        esac; \
 
744
        rev=''; for subdir in $$list; do \
 
745
          if test "$$subdir" = "."; then :; else \
 
746
            rev="$$subdir $$rev"; \
 
747
          fi; \
 
748
        done; \
 
749
        rev="$$rev ."; \
 
750
        target=`echo $@ | sed s/-recursive//`; \
 
751
        for subdir in $$rev; do \
 
752
          echo "Making $$target in $$subdir"; \
 
753
          if test "$$subdir" = "."; then \
 
754
            local_target="$$target-am"; \
 
755
          else \
 
756
            local_target="$$target"; \
 
757
          fi; \
 
758
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
759
          || eval $$failcom; \
 
760
        done && test -z "$$fail"
 
761
tags-recursive:
 
762
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
763
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
764
        done
 
765
ctags-recursive:
 
766
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
767
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
768
        done
750
769
 
751
770
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
752
771
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
758
777
        mkid -fID $$unique
759
778
tags: TAGS
760
779
 
761
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
780
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
762
781
                $(TAGS_FILES) $(LISP)
763
782
        set x; \
764
783
        here=`pwd`; \
 
784
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
785
          include_option=--etags-include; \
 
786
          empty_fix=.; \
 
787
        else \
 
788
          include_option=--include; \
 
789
          empty_fix=; \
 
790
        fi; \
 
791
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
792
          if test "$$subdir" = .; then :; else \
 
793
            test ! -f $$subdir/TAGS || \
 
794
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
795
          fi; \
 
796
        done; \
765
797
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
766
798
        unique=`for i in $$list; do \
767
799
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
780
812
          fi; \
781
813
        fi
782
814
ctags: CTAGS
783
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
815
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
784
816
                $(TAGS_FILES) $(LISP)
785
817
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
786
818
        unique=`for i in $$list; do \
830
862
            || exit 1; \
831
863
          fi; \
832
864
        done
 
865
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
866
          if test "$$subdir" = .; then :; else \
 
867
            test -d "$(distdir)/$$subdir" \
 
868
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
869
            || exit 1; \
 
870
          fi; \
 
871
        done
 
872
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
873
          if test "$$subdir" = .; then :; else \
 
874
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
875
            $(am__relativize); \
 
876
            new_distdir=$$reldir; \
 
877
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
878
            $(am__relativize); \
 
879
            new_top_distdir=$$reldir; \
 
880
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
881
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
882
            ($(am__cd) $$subdir && \
 
883
              $(MAKE) $(AM_MAKEFLAGS) \
 
884
                top_distdir="$$new_top_distdir" \
 
885
                distdir="$$new_distdir" \
 
886
                am__remove_distdir=: \
 
887
                am__skip_length_check=: \
 
888
                am__skip_mode_fix=: \
 
889
                distdir) \
 
890
              || exit 1; \
 
891
          fi; \
 
892
        done
833
893
check-am: all-am
834
 
check: check-am
835
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
836
 
installdirs:
837
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
 
894
check: check-recursive
 
895
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
 
896
installdirs: installdirs-recursive
 
897
installdirs-am:
 
898
        for dir in "$(DESTDIR)$(bindir)"; do \
838
899
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
839
900
        done
840
 
install: install-am
841
 
install-exec: install-exec-am
842
 
install-data: install-data-am
843
 
uninstall: uninstall-am
 
901
install: install-recursive
 
902
install-exec: install-exec-recursive
 
903
install-data: install-data-recursive
 
904
uninstall: uninstall-recursive
844
905
 
845
906
install-am: all-am
846
907
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
847
908
 
848
 
installcheck: installcheck-am
 
909
installcheck: installcheck-recursive
849
910
install-strip:
850
911
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
851
912
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854
915
mostlyclean-generic:
855
916
 
856
917
clean-generic:
857
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
858
918
 
859
919
distclean-generic:
860
920
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
863
923
maintainer-clean-generic:
864
924
        @echo "This command is intended for maintainers to use"
865
925
        @echo "it deletes files that may require special tools to rebuild."
866
 
clean: clean-am
 
926
clean: clean-recursive
867
927
 
868
928
clean-am: clean-binPROGRAMS clean-generic clean-libtool \
869
929
        clean-noinstLTLIBRARIES mostlyclean-am
870
930
 
871
 
distclean: distclean-am
 
931
distclean: distclean-recursive
872
932
        -rm -rf ./$(DEPDIR)
873
933
        -rm -f Makefile
874
934
distclean-am: clean-am distclean-compile distclean-generic \
875
935
        distclean-tags
876
936
 
877
 
dvi: dvi-am
 
937
dvi: dvi-recursive
878
938
 
879
939
dvi-am:
880
940
 
881
 
html: html-am
 
941
html: html-recursive
882
942
 
883
943
html-am:
884
944
 
885
 
info: info-am
 
945
info: info-recursive
886
946
 
887
947
info-am:
888
948
 
889
 
install-data-am: install-appmanDATA
 
949
install-data-am:
890
950
 
891
 
install-dvi: install-dvi-am
 
951
install-dvi: install-dvi-recursive
892
952
 
893
953
install-dvi-am:
894
954
 
895
955
install-exec-am: install-binPROGRAMS
896
956
 
897
 
install-html: install-html-am
 
957
install-html: install-html-recursive
898
958
 
899
959
install-html-am:
900
960
 
901
 
install-info: install-info-am
 
961
install-info: install-info-recursive
902
962
 
903
963
install-info-am:
904
964
 
905
965
install-man:
906
966
 
907
 
install-pdf: install-pdf-am
 
967
install-pdf: install-pdf-recursive
908
968
 
909
969
install-pdf-am:
910
970
 
911
 
install-ps: install-ps-am
 
971
install-ps: install-ps-recursive
912
972
 
913
973
install-ps-am:
914
974
 
915
975
installcheck-am:
916
976
 
917
 
maintainer-clean: maintainer-clean-am
 
977
maintainer-clean: maintainer-clean-recursive
918
978
        -rm -rf ./$(DEPDIR)
919
979
        -rm -f Makefile
920
980
maintainer-clean-am: distclean-am maintainer-clean-generic
921
981
 
922
 
mostlyclean: mostlyclean-am
 
982
mostlyclean: mostlyclean-recursive
923
983
 
924
984
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
925
985
        mostlyclean-libtool
926
986
 
927
 
pdf: pdf-am
 
987
pdf: pdf-recursive
928
988
 
929
989
pdf-am:
930
990
 
931
 
ps: ps-am
 
991
ps: ps-recursive
932
992
 
933
993
ps-am:
934
994
 
935
 
uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS
936
 
 
937
 
.MAKE: install-am install-strip
938
 
 
939
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
995
uninstall-am: uninstall-binPROGRAMS
 
996
 
 
997
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
998
        install-am install-strip tags-recursive
 
999
 
 
1000
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1001
        all all-am check check-am clean clean-binPROGRAMS \
940
1002
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
941
 
        distclean distclean-compile distclean-generic \
 
1003
        ctags-recursive distclean distclean-compile distclean-generic \
942
1004
        distclean-libtool distclean-tags distdir dvi dvi-am html \
943
 
        html-am info info-am install install-am install-appmanDATA \
944
 
        install-binPROGRAMS install-data install-data-am install-dvi \
945
 
        install-dvi-am install-exec install-exec-am install-html \
946
 
        install-html-am install-info install-info-am install-man \
947
 
        install-pdf install-pdf-am install-ps install-ps-am \
948
 
        install-strip installcheck installcheck-am installdirs \
 
1005
        html-am info info-am install install-am install-binPROGRAMS \
 
1006
        install-data install-data-am install-dvi install-dvi-am \
 
1007
        install-exec install-exec-am install-html install-html-am \
 
1008
        install-info install-info-am install-man install-pdf \
 
1009
        install-pdf-am install-ps install-ps-am install-strip \
 
1010
        installcheck installcheck-am installdirs installdirs-am \
949
1011
        maintainer-clean maintainer-clean-generic mostlyclean \
950
1012
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
951
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
952
 
        uninstall-appmanDATA uninstall-binPROGRAMS
 
1013
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
1014
        uninstall-binPROGRAMS
953
1015
 
954
1016
 
955
1017
relink:
956
1018
        $(AM_V_at)rm -f $(bin_PROGRAMS) && $(MAKE) $(bin_PROGRAMS)
957
1019
 
958
 
Xephyr.$(APP_MAN_SUFFIX): Xephyr.man
959
 
        -$(AM_V_at)rm -f Xephyr.$(APP_MAN_SUFFIX)
960
 
        $(AM_V_at)$(LN_S) Xephyr.man Xephyr.$(APP_MAN_SUFFIX)
961
 
 
962
 
.pre:
963
 
        $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
964
 
 
965
 
.man.pre.man:
966
 
        $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@
967
 
 
968
1020
# Tell versions [3.59,3.63) of GNU make to not export all variables.
969
1021
# Otherwise a system limit (for SysV at least) may be exceeded.
970
1022
.NOEXPORT: