.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

1
.gitignore vendored
View File

@ -101,5 +101,6 @@ upnp/inc/upnpconfig.h
upnp/sample/upnp_tv_combo
upnp/sample/upnp_tv_ctrlpt
upnp/sample/upnp_tv_device
upnp/unittest/*.pp.c
docs/doxygen

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