.gitignore for unittest/templates/*.pp.c.
This commit is contained in:
parent
3ec269c872
commit
a00919fe05
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,5 +101,6 @@ upnp/inc/upnpconfig.h
|
|||||||
upnp/sample/upnp_tv_combo
|
upnp/sample/upnp_tv_combo
|
||||||
upnp/sample/upnp_tv_ctrlpt
|
upnp/sample/upnp_tv_ctrlpt
|
||||||
upnp/sample/upnp_tv_device
|
upnp/sample/upnp_tv_device
|
||||||
|
upnp/unittest/*.pp.c
|
||||||
docs/doxygen
|
docs/doxygen
|
||||||
|
|
||||||
|
@ -28,6 +28,6 @@ INCLUDES="${INCLUDES} -I${top_srcdir}/threadutil/inc" \
|
|||||||
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/inc" \
|
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/inc" \
|
||||||
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/src/inc"
|
INCLUDES="${INCLUDES} -I${top_srcdir}/upnp/src/inc"
|
||||||
|
|
||||||
gcc ${INCLUDES} -E ${FILENAME}.c | grep -v ^# | indent -linux > ${FILENAME}_pp.c
|
gcc ${INCLUDES} -E ${FILENAME}.c | grep -v ^# | indent -linux > ${FILENAME}.pp.c
|
||||||
gcc ${INCLUDES} -Wall -c ${FILENAME}_pp.c
|
gcc ${INCLUDES} -Wall -c ${FILENAME}.pp.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user