X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=6abc6967a811349a8c127c8160cccad982dba444;hb=8fca29703edff11c81af1e6039bcf115a83b6bbc;hp=e9ba02e65e2610c7312c9f1d4a1d6cf0e963eb42;hpb=87ff5a50c66f55bccfd6df91ea8a7fe080fa8c2e;p=pdclib.old diff --git a/Makefile b/Makefile index e9ba02e..6abc696 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 +INTFILES := _Exit atomax digits open print scan remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode eol errno seek prepread prepwrite allocpages # All object files in the library OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) # All test drivers (.t)