Makefile (686fb94a00297bf9ff49d93b948925552a2ce8e0) Makefile (4fb696d630c32af4c53cab3c8c609b916c21ba5e)
1#-
2# Copyright (c) 2011 Google, Inc.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47 atf-sh.3 atf_expect_exit.3 \
48 atf-sh.3 atf_expect_fail.3 \
49 atf-sh.3 atf_expect_pass.3 \
50 atf-sh.3 atf_expect_signal.3 \
51 atf-sh.3 atf_expect_timeout.3 \
52 atf-sh.3 atf_fail.3 \
53 atf-sh.3 atf_get.3 \
54 atf-sh.3 atf_get_srcdir.3 \
1#-
2# Copyright (c) 2011 Google, Inc.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 38 unchanged lines hidden (view full) ---

47 atf-sh.3 atf_expect_exit.3 \
48 atf-sh.3 atf_expect_fail.3 \
49 atf-sh.3 atf_expect_pass.3 \
50 atf-sh.3 atf_expect_signal.3 \
51 atf-sh.3 atf_expect_timeout.3 \
52 atf-sh.3 atf_fail.3 \
53 atf-sh.3 atf_get.3 \
54 atf-sh.3 atf_get_srcdir.3 \
55 atf-sh.3 atf_init_test_cases.3 \
55 atf-sh.3 atf_pass.3 \
56 atf-sh.3 atf_require_prog.3 \
57 atf-sh.3 atf_set.3 \
58 atf-sh.3 atf_skip.3 \
59 atf-sh.3 atf_test_case.3
60
61CFLAGS+= -DHAVE_CONFIG_H
62CFLAGS+= -DATF_LIBEXECDIR='"${LIBEXECDIR}"'

--- 17 unchanged lines hidden ---
56 atf-sh.3 atf_pass.3 \
57 atf-sh.3 atf_require_prog.3 \
58 atf-sh.3 atf_set.3 \
59 atf-sh.3 atf_skip.3 \
60 atf-sh.3 atf_test_case.3
61
62CFLAGS+= -DHAVE_CONFIG_H
63CFLAGS+= -DATF_LIBEXECDIR='"${LIBEXECDIR}"'

--- 17 unchanged lines hidden ---