/external/kmod/ |
D | autogen.sh | 6 topdir=$(dirname $0) 7 cd $topdir 22 if [ -f "$topdir/.config.args" ]; then 23 args="$args $(cat $topdir/.config.args)" 46 $topdir/configure CFLAGS='-g -O2' $args $hackargs "$@" 50 $topdir/configure CFLAGS='-g -Og' $args "$@" 54 $topdir/configure CC=clang CXX=clang++ $args "$@" 58 … $topdir/configure CFLAGS='-g -O2 -Wsuggest-attribute=pure -Wsuggest-attribute=const' $args "$@" 62 scan-build $topdir/configure CFLAGS='-g -O0 -std=gnu11' $args "$@" 70 echo "$topdir/configure CFLAGS='-g -O2' $args" [all …]
|
/external/autotest/client/deps/mysql/ |
D | mysql.py | 8 def setup(tarball, topdir): argument 9 srcdir = os.path.join(topdir, 'src') 15 % topdir) 24 os.mkdir(topdir + '/mysql/var') 30 utils.system('%s/mysql/bin/mysql_install_db' % topdir) 32 os.chdir(topdir)
|
/external/flac/examples/c/decode/file/ |
D | Makefile.lite | 23 topdir = ../../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I$(topdir)/include 40 include $(topdir)/build/exe.mk
|
/external/flac/examples/c/encode/file/ |
D | Makefile.lite | 23 topdir = ../../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I$(topdir)/include 40 include $(topdir)/build/exe.mk
|
/external/flac/src/test_seeking/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I../libFLAC/include -I$(topdir)/include 41 include $(topdir)/build/exe.mk
|
/external/flac/src/test_streams/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I./include -I$(topdir)/include 41 include $(topdir)/build/exe.mk
|
/external/flac/examples/cpp/decode/file/ |
D | Makefile.lite | 23 topdir = ../../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I$(topdir)/include 40 include $(topdir)/build/exe.mk
|
/external/flac/examples/cpp/encode/file/ |
D | Makefile.lite | 23 topdir = ../../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I$(topdir)/include 40 include $(topdir)/build/exe.mk
|
/external/flac/src/test_grabbag/cuesheet/ |
D | Makefile.lite | 23 topdir = ../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I./include -I$(topdir)/include 41 include $(topdir)/build/exe.mk
|
/external/flac/src/test_grabbag/picture/ |
D | Makefile.lite | 23 topdir = ../../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I./include -I$(topdir)/include 45 include $(topdir)/build/exe.mk
|
/external/flac/src/test_libFLAC++/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I$(topdir)/include 50 include $(topdir)/build/exe.mk
|
/external/flac/src/test_libFLAC/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I../libFLAC/include -I$(topdir)/include 56 include $(topdir)/build/exe.mk
|
/external/flac/src/flac/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I./include -I$(topdir)/include $(OGG_INCLUDES) 52 include $(topdir)/build/exe.mk
|
/external/flac/src/metaflac/ |
D | Makefile.lite | 23 topdir = ../.. 25 include $(topdir)/build/config.mk 26 libdir = $(topdir)/objs/$(BUILD)/lib 30 INCLUDES = -I./include -I$(topdir)/include $(OGG_INCLUDES) 54 include $(topdir)/build/exe.mk
|
/external/flac/src/utils/flactimer/ |
D | Makefile.lite | 23 topdir = ../../.. 24 libdir = $(topdir)/objs/$(BUILD)/lib 28 INCLUDES = -I$(topdir)/include 39 include $(topdir)/build/exe.mk
|
/external/autotest/client/deps/iwcap/ |
D | iwcap.py | 8 def setup(topdir): argument 9 srcdir = os.path.join(topdir, 'src') 11 utils.system('make BINDIR=%s install' % (topdir)) 12 os.chdir(topdir)
|
/external/flac/src/test_libs_common/ |
D | Makefile.lite | 23 topdir = ../.. 24 libdir = $(topdir)/objs/$(BUILD)/lib 34 INCLUDES = -I$(topdir)/include 40 include $(topdir)/build/lib.mk
|
/external/flac/src/share/utf8/ |
D | Makefile.lite | 5 topdir = ../../.. 6 libdir = $(topdir)/objs/$(BUILD)/lib 16 INCLUDES = -I$(topdir)/include 23 include $(topdir)/build/lib.mk
|
/external/autotest/client/deps/fakemodem/ |
D | fakemodem.py | 12 def setup(topdir): argument 13 srcdir = os.path.join(topdir, 'src') 16 utils.make("DESTDIR=%s install"%(topdir)) 17 os.chdir(topdir)
|
/external/autotest/client/deps/fakegudev/ |
D | fakegudev.py | 12 def setup(topdir): argument 13 srcdir = os.path.join(topdir, 'src') 16 utils.make("DESTDIR=%s install"%(topdir)) 17 os.chdir(topdir)
|
/external/libcap/go/ |
D | Makefile | 10 topdir=$(realpath ..) macro 11 include $(topdir)/Make.Rules 31 ln -s $(topdir)/psx $@ 35 ln -s $(topdir)/cap $@ 37 $(topdir)/libcap/cap_names.h: $(DEPS) 38 make -C $(topdir)/libcap all 40 good-names.go: $(topdir)/libcap/cap_names.h src/$(IMPORTDIR)/cap mknames.go 41 $(GO) run mknames.go --header=$< --textdir=$(topdir)/doc/values | gofmt > $@ || rm -f $@ 126 rm -f $(topdir)/cap/*~ $(topdir)/psx/*~
|
/external/e2fsprogs/debian/attic/libs/ |
D | rules | 24 topdir = $(shell pwd) 25 debdir = $(topdir)/debian 27 builddir = $(topdir)/builddir 85 sed s%$(topdir)/lib/et%/usr/share/comerr% \ 94 sed s%$(topdir)/lib/ss%/usr/share/ss% \ 115 install -p $(topdir)/doc/libext2fs_*.html \ 118 install -p $(topdir)/lib/et/com_err_*.html \ 122 install -p $(topdir)/doc/libext2fs.texinfo \ 124 install -p $(topdir)/lib/et/com_err.texinfo \ 139 install -p $(topdir)/lib/et/compile_et.1 $(maindir)/usr/man/man1/ [all …]
|
/external/flac/src/share/grabbag/ |
D | Makefile.lite | 7 topdir = ../../.. 8 libdir = $(topdir)/objs/$(BUILD)/lib 17 INCLUDES = -I$(topdir)/include 28 include $(topdir)/build/lib.mk
|
/external/autotest/client/deps/libnet/ |
D | libnet.py | 8 def setup(tarball, topdir): argument 9 srcdir = os.path.join(topdir, 'src') 15 utils.configure ('--prefix=%s/libnet' % topdir) 19 os.chdir(topdir)
|
/external/flac/src/utils/flacdiff/ |
D | Makefile.lite | 23 topdir = ../../.. 24 libdir = $(topdir)/objs/$(BUILD)/lib 28 INCLUDES = -I$(topdir)/include 43 include $(topdir)/build/exe.mk
|