Searched refs:top_srcdir (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-9.3-release/contrib/openbsm/bin/auditreduce/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/bin/praudit/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/test/bsm/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/tools/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/bin/auditfilterd/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A DMakefile.am15 include $(top_srcdir)/sntp/check-libntp.mf
16 include $(top_srcdir)/depsver.mf
17 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/ntp/adjtimed/
H A DMakefile.am18 include $(top_srcdir)/bincheck.mf
19 include $(top_srcdir)/sntp/check-libntp.mf
20 include $(top_srcdir)/depsver.mf
21 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A DMakefile.am28 $(top_srcdir)/sntp/scm-rev:
31 version.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
32 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
37 include $(top_srcdir)/bincheck.mf
38 include $(top_srcdir)/sntp/check-libntp.mf
39 include $(top_srcdir)/depsver.mf
40 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/openbsm/bin/audit/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
19 auditd_controlUser.c auditd_control.h: $(top_srcdir)/bin/auditd/auditd_control.defs
20 $(MIG) -user auditd_controlUser.c -header auditd_control.h -server /dev/null -sheader /dev/null $(top_srcdir)/bin/auditd/auditd_control.defs
/freebsd-9.3-release/contrib/ntp/parseutil/
H A DMakefile.am23 include $(top_srcdir)/depsver.mf
24 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/libreadline/examples/
H A DMakefile.in26 top_srcdir = @top_srcdir@
38 INCLUDES = -I$(srcdir) -I$(top_srcdir) -I..
96 fileman.o: $(top_srcdir)/readline.h
97 rltest.o: $(top_srcdir)/readline.h
98 rl.o: $(top_srcdir)/readline.h
99 rlversion.o: $(top_srcdir)/readline.h
100 histexamp.o: $(top_srcdir)/history.h
101 rlcat.o: $(top_srcdir)/readline.h $(top_srcdir)/histor
[all...]
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
20 $(MIG) -user /dev/null -header /dev/null -server auditd_controlServer.c -sheader auditd_controlServer.h $(top_srcdir)/bin/auditd/auditd_control.defs
23 $(MIG) -user /dev/null -header /dev/null -server audit_triggersServer.c -sheader audit_triggersServer.h $(top_srcdir)/bin/auditd/audit_triggers.defs
/freebsd-9.3-release/contrib/ntp/ntpsnmpd/
H A DMakefile.am18 AM_CPPFLAGS = -I$(top_srcdir)/ntpq
63 $(top_srcdir)/sntp/include/debug-opt.def \
64 $(top_srcdir)/sntp/include/autogen-version.def \
65 $(top_srcdir)/sntp/include/copyright.def \
66 $(top_srcdir)/sntp/include/homerc.def \
67 $(top_srcdir)/sntp/include/ntp.lic \
68 $(top_srcdir)/sntp/include/version.def \
82 $(srcdir)/ntpsnmpd.man.in: $(srcdir)/ntpsnmpd.1ntpsnmpdman $(top_srcdir)/sntp/scripts/mansec2subst.sed
83 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpsnmpd.1ntpsnmpdman > $(srcdir)/ntpsnmpd.man.in+
91 $(srcdir)/ntpsnmpd.mdoc.in: $(srcdir)/ntpsnmpd.1ntpsnmpdmdoc $(top_srcdir)/snt
[all...]
/freebsd-9.3-release/contrib/ntp/tests/bug-2803/
H A DMakefile.am7 $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \
27 AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
28 AM_CPPFLAGS += -I$(top_srcdir)/include
31 AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
71 include $(top_srcdir)/depsver.mf
72 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/ntp/tests/sec-2853/
H A DMakefile.am7 $(top_srcdir)/sntp/unity/auto/generate_test_runner.rb \
27 AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
28 AM_CPPFLAGS += -I$(top_srcdir)/include
31 AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity
79 include $(top_srcdir)/depsver.mf
80 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A DMakefile.am6 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
/freebsd-9.3-release/contrib/libstdc++/
H A DMakefile.am25 include $(top_srcdir)/fragment.am
37 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
44 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
51 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A DMakefile.am26 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A DMakefile.am27 include $(top_srcdir)/depsver.mf
28 include $(top_srcdir)/includes.mf
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.in92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
94 $(top_srcdir)/libopts/m4/stdnoreturn.m4 \
95 $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98 $(top_srcdir)/m
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/scripts/
H A DMakefile.in91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
93 $(top_srcdir)/libopts/m4/stdnoreturn.m4 \
94 $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/m
[all...]
/freebsd-9.3-release/contrib/ntp/ntpq/
H A DMakefile.am61 $(top_srcdir)/sntp/include/debug-opt.def \
62 $(top_srcdir)/sntp/include/autogen-version.def \
63 $(top_srcdir)/sntp/include/copyright.def \
64 $(top_srcdir)/sntp/include/homerc.def \
65 $(top_srcdir)/sntp/include/ntp.lic \
66 $(top_srcdir)/sntp/include/version.def \
83 $(srcdir)/ntpq.man.in: $(srcdir)/ntpq.1ntpqman $(top_srcdir)/sntp/scripts/mansec2subst.sed
84 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpq.1ntpqman > $(srcdir)/ntpq.man.in+
92 $(srcdir)/ntpq.mdoc.in: $(srcdir)/ntpq.1ntpqmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
93 sed -f $(top_srcdir)/snt
[all...]

Completed in 100 milliseconds

12345