.gitignore for unittest/templates/*.pp.c.

This commit is contained in:
Marcelo Roberto Jimenez
2010-10-21 00:49:17 -02:00
parent 3ec269c872
commit a00919fe05
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,6 @@ INCLUDES="${INCLUDES} -I${top_srcdir}/threadutil/inc" \
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/inc" \
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/src/inc"
gcc ${INCLUDES} -E ${FILENAME}.c | grep -v ^# | indent -linux > ${FILENAME}_pp.c
gcc ${INCLUDES} -Wall -c ${FILENAME}_pp.c
gcc ${INCLUDES} -E ${FILENAME}.c | grep -v ^# | indent -linux > ${FILENAME}.pp.c
gcc ${INCLUDES} -Wall -c ${FILENAME}.pp.c