Imported Upstream version 20080930
[ltp-debian.git] / testcases / audit-test / audit-trail-protection / Makefile
blob46f245b3bc56b1ed7a8946eaff64f26087b7a188
1 ###############################################################################
2 # Copyright (C) International Business Machines Corp., 2003
3 # (c) Copyright Hewlett-Packard Development Company, L.P., 2005
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of version 2 the GNU General Public License as
7 # published by the Free Software Foundation.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 ###############################################################################
18 TOPDIR = ..
20 AUDIT_TRAIL_EXE = audit_trail_protection
21 AUDIT_TRAIL_OBJ = audit_trail_protection.o
23 ALL_EXE = $(AUDIT_TRAIL_EXE)
24 ALL_OBJ = $(AUDIT_TRAIL_OBJ)
26 include $(TOPDIR)/rules.mk
28 $(AUDIT_TRAIL_EXE): $(AUDIT_TRAIL_OBJ)
29 $(LINK_EXE)