From 60c938c6d401303a41e017ddb534af4eb2325aea Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 30 Jan 2006 17:37:12 +0000 Subject: [PATCH] Removed multiinclude test. --- Makefile | 2 +- functions/_PDCLIB/multiinclude.c | 72 -------------------------------- 2 files changed, 1 insertion(+), 73 deletions(-) delete mode 100644 functions/_PDCLIB/multiinclude.c diff --git a/Makefile b/Makefile index 37ae68b..7bfb401 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ AUXFILES := Makefile Readme.txt PROJDIRS := functions includes internals SRCFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.c") HDRFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.h") -INTFILES := atomax digits seed strtox_main strtox_prelim multiinclude +INTFILES := atomax digits seed strtox_main strtox_prelim OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) TSTFILES := $(patsubst %.c,%.t,$(SRCFILES)) REGFILES := $(filter-out $(patsubst %,functions/_PDCLIB/%.r,$(INTFILES)),$(patsubst %.c,%.r,$(SRCFILES))) diff --git a/functions/_PDCLIB/multiinclude.c b/functions/_PDCLIB/multiinclude.c deleted file mode 100644 index a32f452..0000000 --- a/functions/_PDCLIB/multiinclude.c +++ /dev/null @@ -1,72 +0,0 @@ -/* $Id$ */ - -/* Release $Name$ */ - -/* multiinclude - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -/* -------------------------------------------------------------------------- */ - -/* This is a dummy file that tests the standard headers for idempotency (i.e., - checks that nothing bad happens if you include them more than once). -*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -/*#include */ /* glibc relies on being glibc, too. */ -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -/*#include */ /* glibc relies on being glibc, too. */ -#include - -#ifdef TEST - -int main() -{ - return 0; -} - -#endif -- 2.40.0