mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-03-27 08:55:55 +00:00
This small patch (against r948) adds variable CPPFLAGS to all make rules that compiles `.c' files into `.o' files. This makes it possible to set CPPFLAGS on the command line as in: $ make CPPFLAGS=-DAMFDEBUG Editing the makefile when prototyping is then not needed. Another reason is that some of the openais C files are built using the implicit rule for C files (which uses CPPFLAGS). The change makes rules consistent with the implicit rule. It also adds a few missing files to the clean make target. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@950 fd59a12c-fef9-0310-b244-a6a79926bd2f |
||
|---|---|---|
| .. | ||
| amf.c | ||
| cfg.c | ||
| ckpt.c | ||
| clm.c | ||
| cpg.c | ||
| evs.c | ||
| evt.c | ||
| lck.c | ||
| libcpg.versions | ||
| libevs.versions | ||
| libOpenaisCfg.versions | ||
| libSaAis.versions | ||
| libSaAmf.versions | ||
| libSaCkpt.versions | ||
| libSaClm.versions | ||
| libSaEvt.versions | ||
| libSaLck.versions | ||
| libSaMsg.versions | ||
| Makefile | ||
| msg.c | ||
| msg.h | ||
| util.c | ||
| util.h | ||