mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-16 07:51:35 +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 |
||
|---|---|---|
| .. | ||
| scripts | ||
| ckpt-rd.c | ||
| ckpt-wr.c | ||
| ckptbench.c | ||
| ckptbenchth.c | ||
| ckptstress.c | ||
| clc_cli_script | ||
| evsbench.c | ||
| evtbench.c | ||
| Makefile | ||
| publish.c | ||
| sa_error.c | ||
| sa_error.h | ||
| subscription.c | ||
| test.cpp | ||
| testamf1.c | ||
| testamf2.c | ||
| testamf3.c | ||
| testamf4.c | ||
| testamf5.c | ||
| testamf6.c | ||
| testamf.c | ||
| testamfth.c | ||
| testckpt.c | ||
| testclm2.c | ||
| testclm.c | ||
| testcpg.c | ||
| testevs.c | ||
| testevsth.c | ||
| testevt.c | ||
| testlck.c | ||
| testmsg.c | ||
| testparse.c | ||
| testtimer.c | ||
| unlink.c | ||