Files
CKG/extern/STLport/5.2.1/build/misc/cxa_atexit/gcc.mak
2025-06-07 11:34:38 -04:00

15 lines
250 B
Makefile

# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr>
# $Id$
SRCROOT := ../..
COMPILER_NAME := gcc
include Makefile.inc
include ${SRCROOT}/Makefiles/top.mak
INCLUDES += -I$(STLPORT_INCLUDE_DIR)
ifeq ($(OSNAME),linux)
DEFS += -D_GNU_SOURCE
endif