Searched defs:TOP (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/
H A DMakefile39 TOP=$(PWD)/../../../.. macro
43 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/app/
H A DMakefile142 TOP=$(PWD)/../.. macro
146 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/data/
H A DMakefile37 TOP=$(PWD)/../.. macro
41 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/doc/
H A DMakefile42 TOP=$(PWD)/../.. macro
46 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/driver/
H A DMakefile98 TOP=$(PWD)/../.. macro
102 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/font/
H A DMakefile88 TOP=$(PWD)/../.. macro
92 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/lib/DPS/sun-src/
H A DMakefile45 TOP=$(PWD)/../../../.. macro
49 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/lib/
H A DMakefile169 TOP=$(PWD)/../.. macro
173 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/proto/
H A DMakefile73 TOP=$(PWD)/../.. macro
77 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/util/
H A DMakefile43 TOP=$(PWD)/../.. macro
47 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/xserver/
H A DMakefile32 TOP=$(PWD)/../.. macro
36 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/
H A DMakefile91 TOP=$(PWD)/.. macro
95 include $(TOP)/open-src/common/Makefile.subdirs
97 PROTOTOP=$(TOP)/proto
107 # This is generated here instead of in $(TOP)/Makefile so that it has access
109 include $(TOP)/open-src/common/Makefile.init
111 $(TOP)/BUILD_INSTRUCTIONS.txt: $(TOP)/BUILD_INSTRUCTIONS
113 cp $(TOP)/BUILD_INSTRUCTIONS $(@)
/solaris-x11-s11/
H A DMakefile29 TOP=$(PWD) macro
72 include $(TOP)/open-src/common/Makefile.subdirs
96 cd open-src && $(MAKE) $(MAKEFLAGS) $(PASSDOWN_VARS) $(TOP)/$(@)
99 cd pkg && $(MAKE) $(MAKEFLAGS) $(PASSDOWN_VARS) $(TOP)/$(@)
/solaris-x11-s11/open-src/lib/liblbxutil/
H A DMakefile61 TOP=$(PWD)/../../.. macro
62 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/lib/freetype/
H A DMakefile29 TOP=$(PWD)/../../.. macro
/solaris-x11-s11/pkg/
H A DMakefile39 TOP=$(PWD)/.. macro
42 include $(TOP)/open-src/common/Makefile.init
264 $(TOP)/pkglist.txt:
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c82 #define TOP(r) ((r)[1] + (r)[3]) macro
338 if (TOP(r1) <= BOTTOM(r2)) return False;
339 if (TOP(r2) <= BOTTOM(r1)) return False;
366 HEIGHT(dst) = MIN(TOP(src), TOP(sub)) - BOTTOM(dst);
376 HEIGHT(dst) = MIN(TOP(src), TOP(sub)) - BOTTOM(dst);
382 if (TOP(sub) < TOP(src)) {
384 BOTTOM(dst) = TOP(su
[all...]

Completed in 1005 milliseconds