]>
Commit | Line | Data |
---|---|---|
733af6d0 A |
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 | OTHER_GENERATED_OFILES = $(VERS_OFILE) | |
15 | BEFORE_BUILD = auditd_control_server.c auditd_control_server.h \ | |
16 | audit_triggers_server.c audit_triggers_server.h | |
17 | OTHER_OFILES = auditd_control_server.o audit_triggers_server.o | |
18 | AFTER_INSTALL += install-startup install-man-page |