Lines Matching +full:e +full:- +full:ddc
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31 case $${target_option-} in \
34 "target option '$${target_option-}' specified" >&2; \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
92 subdir = hw/xfree86/ddc
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
104 $(top_builddir)/include/xorg-server.h \
105 $(top_builddir)/include/dix-config.h \
106 $(top_builddir)/include/xorg-config.h \
107 $(top_builddir)/include/xkb-config.h \
108 $(top_builddir)/include/xwin-config.h \
109 $(top_builddir)/include/xwayland-config.h \
110 $(top_builddir)/include/version-config.h
115 am_libddc_la_OBJECTS = ddc.lo interpret_edid.lo print_edid.lo \
120 am__v_lt_0 = --silent
134 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
137 am__depfiles_remade = ./$(DEPDIR)/ddc.Plo ./$(DEPDIR)/ddcProperty.Plo \
139 am__mv = mv -f
142 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
151 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153 $(AM_LDFLAGS) $(LDFLAGS) -o $@
163 *) (install-info --version) >/dev/null 2>&1;; \
170 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
187 test -z "$$files" \
188 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
189 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
190 $(am__cd) "$$dir" && rm -f $$files; }; \
195 # Read a list of newline-separated strings from the standard input,
204 # e.g., the same source file might be shared among _SOURCES variables
209 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576 libddc_la_SOURCES = ddc.c interpret_edid.c print_edid.c ddcProperty.c
577 AM_CPPFLAGS = $(XORG_INCS) -I$(srcdir)/../i2c
579 EXTRA_DIST = DDC.HOWTO
580 all: all-am
588 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
589 && { if test -f $@; then exit 0; else break; fi; }; \
593 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/ddc/Makefile'; \
595 $(AUTOMAKE) --foreign hw/xfree86/ddc/Makefile
599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
606 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
609 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
611 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
614 clean-noinstLTLIBRARIES:
615 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
619 sort -u`; \
620 test -z "$$locs" || { \
621 echo rm -f $${locs}; \
622 rm -f $${locs}; \
628 mostlyclean-compile:
629 -rm -f *.$(OBJEXT)
631 distclean-compile:
632 -rm -f *.tab.c
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddc.Plo@am__quote@ # am--include-marker
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddcProperty.Plo@am__quote@ # am--include-marker
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpret_edid.Plo@am__quote@ # am--include-marker
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print_edid.Plo@am__quote@ # am--include-marker
641 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
643 am--depfiles: $(am__depfiles_remade)
646 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
650 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
653 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W…
657 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
666 mostlyclean-libtool:
667 -rm -f *.lo
669 clean-libtool:
670 -rm -rf .libs _libs
671 install-sdkHEADERS: $(sdk_HEADERS)
673 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
674 if test -n "$$list"; then \
679 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
687 uninstall-sdkHEADERS:
689 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \
690 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
694 $(am__define_uniq_tagged_files); mkid -fID $$unique
695 tags: tags-am
698 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
703 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
704 test -n "$$unique" || unique=$$empty_fix; \
705 if test $$# -gt 0; then \
713 ctags: ctags-am
716 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
718 test -z "$(CTAGS_ARGS)$$unique" \
725 && gtags -i $(GTAGS_ARGS) "$$here"
726 cscopelist: cscopelist-am
728 cscopelist-am: $(am__tagged_files)
735 if test -f "$$i"; then \
742 distclean-tags:
743 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
746 $(MAKE) $(AM_MAKEFLAGS) distdir-am
748 distdir-am: $(DISTFILES)
753 sed -e "s|^$$srcdirstrip/||;t" \
754 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
758 sort -u` ;; \
761 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
762 if test -d $$d/$$file; then \
763 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
764 if test -d "$(distdir)/$$file"; then \
765 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
768 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
769 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
771 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
773 test -f "$(distdir)/$$file" \
774 || cp -p $$d/$$file "$(distdir)/$$file" \
778 check-am: all-am
779 check: check-am
780 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
783 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
785 install: install-am
786 install-exec: install-exec-am
787 install-data: install-data-am
788 uninstall: uninstall-am
790 install-am: all-am
791 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793 installcheck: installcheck-am
794 install-strip:
795 if test -z '$(STRIP)'; then \
797 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
801 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
804 mostlyclean-generic:
806 clean-generic:
808 distclean-generic:
809 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
810 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812 maintainer-clean-generic:
815 clean: clean-am
817 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
818 mostlyclean-am
820 distclean: distclean-am
821 -rm -f ./$(DEPDIR)/ddc.Plo
822 -rm -f ./$(DEPDIR)/ddcProperty.Plo
823 -rm -f ./$(DEPDIR)/interpret_edid.Plo
824 -rm -f ./$(DEPDIR)/print_edid.Plo
825 -rm -f Makefile
826 distclean-am: clean-am distclean-compile distclean-generic \
827 distclean-tags
829 dvi: dvi-am
831 dvi-am:
833 html: html-am
835 html-am:
837 info: info-am
839 info-am:
841 install-data-am: install-sdkHEADERS
843 install-dvi: install-dvi-am
845 install-dvi-am:
847 install-exec-am:
849 install-html: install-html-am
851 install-html-am:
853 install-info: install-info-am
855 install-info-am:
857 install-man:
859 install-pdf: install-pdf-am
861 install-pdf-am:
863 install-ps: install-ps-am
865 install-ps-am:
867 installcheck-am:
869 maintainer-clean: maintainer-clean-am
870 -rm -f ./$(DEPDIR)/ddc.Plo
871 -rm -f ./$(DEPDIR)/ddcProperty.Plo
872 -rm -f ./$(DEPDIR)/interpret_edid.Plo
873 -rm -f ./$(DEPDIR)/print_edid.Plo
874 -rm -f Makefile
875 maintainer-clean-am: distclean-am maintainer-clean-generic
877 mostlyclean: mostlyclean-am
879 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
880 mostlyclean-libtool
882 pdf: pdf-am
884 pdf-am:
886 ps: ps-am
888 ps-am:
890 uninstall-am: uninstall-sdkHEADERS
892 .MAKE: install-am install-strip
894 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
895 clean-generic clean-libtool clean-noinstLTLIBRARIES \
896 cscopelist-am ctags ctags-am distclean distclean-compile \
897 distclean-generic distclean-libtool distclean-tags distdir dvi \
898 dvi-am html html-am info info-am install install-am \
899 install-data install-data-am install-dvi install-dvi-am \
900 install-exec install-exec-am install-html install-html-am \
901 install-info install-info-am install-man install-pdf \
902 install-pdf-am install-ps install-ps-am install-sdkHEADERS \
903 install-strip installcheck installcheck-am installdirs \
904 maintainer-clean maintainer-clean-generic mostlyclean \
905 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
906 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
907 uninstall-sdkHEADERS