]> git.saurik.com Git - apple/system_cmds.git/blob - audit.tproj/Makefile.preamble
system_cmds-336.20.tar.gz
[apple/system_cmds.git] / audit.tproj / Makefile.preamble
1 ###############################################################################
2 # Makefile.preamble
3 # Copyright 2004, Apple Computer, Inc.
4 #
5 # Use this makefile for configuring the standard application makefiles
6 # associated with ProjectBuilder. It is included before the main makefile.
7 # In Makefile.preamble you set attributes for a project, so they are available
8 # to the project's makefiles. In contrast, you typically write additional rules or
9 # override built-in behavior in the Makefile.postamble.
10 #
11 # Each directory in a project tree (main project plus subprojects) should
12 # have its own Makefile.preamble and Makefile.postamble.
13 ###############################################################################
14 #
15 OTHER_GENERATED_OFILES = $(VERS_OFILE)
16 BEFORE_BUILD = auditd_control.h auditd_control_user.c
17 OTHER_OFILES = auditd_control_user.o
18 AFTER_INSTALL += install-man-page
19