• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/

Lines Matching refs:MAKE

33 	cd lib && $(MAKE) all
34 cd srclib && $(MAKE) all
35 cd src && $(MAKE) all
36 cd po && $(MAKE) all
37 cd man && $(MAKE) all
38 if test -d tests; then cd tests && $(MAKE) all; fi
41 builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
46 cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)'
51 cd libcharset && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
52 cd lib && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
53 cd srclib && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
54 cd src && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
59 cd po && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)'
60 cd man && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)' mandir='$(mandir)'
63 cd libcharset && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
64 cd lib && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
65 cd srclib && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
66 cd src && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
70 cd po && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)'
71 cd man && $(MAKE) installdirs prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)' mandir='$(mandir)'
74 cd libcharset && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
75 cd lib && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
76 cd srclib && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
77 cd src && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'
79 cd po && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)'
80 cd man && $(MAKE) uninstall prefix='$(prefix)' exec_prefix='$(exec_prefix)' datarootdir='$(datarootdir)' datadir='$(datadir)' mandir='$(mandir)'
83 cd libcharset && $(MAKE) check
84 cd lib && $(MAKE) check
85 cd srclib && $(MAKE) check
86 cd src && $(MAKE) check
87 cd po && $(MAKE) check
88 cd man && $(MAKE) check
89 if test -d tests; then cd tests && $(MAKE) check; fi
92 cd libcharset && $(MAKE) mostlyclean
94 cd lib && $(MAKE) mostlyclean
95 cd srclib && $(MAKE) mostlyclean
96 cd src && $(MAKE) mostlyclean
97 cd po && $(MAKE) mostlyclean
98 cd man && $(MAKE) mostlyclean
99 if test -d tests; then cd tests && $(MAKE) mostlyclean; fi
103 cd libcharset && $(MAKE) clean
105 cd lib && $(MAKE) clean
106 cd srclib && $(MAKE) clean
107 cd src && $(MAKE) clean
108 cd po && $(MAKE) clean
109 cd man && $(MAKE) clean
110 if test -d tests; then cd tests && $(MAKE) clean; fi
114 cd libcharset && if test -f Makefile; then $(MAKE) distclean; fi
116 cd lib && if test -f Makefile; then $(MAKE) distclean; fi
117 cd srclib && if test -f Makefile; then $(MAKE) distclean; fi
118 cd src && if test -f Makefile; then $(MAKE) distclean; fi
119 cd po && if test -f Makefile; then $(MAKE) distclean; fi
120 cd man && if test -f Makefile; then $(MAKE) distclean; fi
121 if test -d tests; then cd tests && if test -f Makefile; then $(MAKE) distclean; fi; fi
128 cd libcharset && if test -f Makefile; then $(MAKE) maintainer-clean; fi
130 cd lib && if test -f Makefile; then $(MAKE) maintainer-clean; fi
131 cd srclib && if test -f Makefile; then $(MAKE) maintainer-clean; fi
132 cd src && if test -f Makefile; then $(MAKE) maintainer-clean; fi
133 cd po && if test -f Makefile; then $(MAKE) maintainer-clean; fi
134 cd man && if test -f Makefile; then $(MAKE) maintainer-clean; fi
135 if test -d tests; then cd tests && if test -f Makefile; then $(MAKE) maintainer-clean; fi; fi