Files
CKG/extern/STLport/5.2.1/build/Makefiles/ut/so1/Makefile
2025-06-07 11:34:38 -04:00

19 lines
435 B
Makefile

# -*- Makefile -*- Time-stamp: <06/11/10 16:23:01 ptr>
SRCROOT := ../../..
EXTRA_POST := checks
include Makefile.inc
include ${SRCROOT}/Makefiles/gmake/top.mak
INCLUDES += -I./include
checks:
file ${SO_NAME_OUTxxx} | grep ELF >/dev/null || exit 1
file ${SO_NAME_OUTxx} | grep link >/dev/null || exit 1
file ${SO_NAME_OUTx} | grep link >/dev/null || exit 1
file ${SO_NAME_OUT} | grep link >/dev/null || exit 1
PHONY += checks