first commit

This commit is contained in:
Jose Caban
2025-06-07 11:34:38 -04:00
commit 0eb2d7c07d
4708 changed files with 1500614 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# -*- Makefile -*- Time-stamp: <05/05/16 22:07:32 ptr>
LIBNAME = cxa
MAJOR = 0
MINOR = 0
PATCH = 1
SRC_C = ../../../src/cxa.c

View File

@@ -0,0 +1,14 @@
# -*- 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