From: solar Date: Wed, 7 Apr 2010 13:22:00 +0000 (+0000) Subject: Cleanup. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=51d02534fbd34aef39c1adafda82fc4be0204480;p=fw%2Fpdclib Cleanup. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@399 546481bc-9713-0410-bf18-d3337bbf4a3e --- diff --git a/Makefile b/Makefile index 6abc696..9c5b977 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SRCFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.c") # All header files of the project HDRFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.h") # All .c files in functions/_PDCLIB that do not have a regression test driver -INTFILES := _Exit atomax digits open print scan remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode eol errno seek prepread prepwrite allocpages +INTFILES := _Exit atomax digits open print scan remove rename seed stdinit strtox_main strtox_prelim filemode eol errno seek prepread prepwrite allocpages # All object files in the library OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) # All test drivers (.t)