X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Makefile;h=7bfb4011f651fab6f1845a44d2ad728b3a4bc840;hp=37ae68bb6270b1623bcaf99a02f1e9d7e685bef5;hb=60c938c6d401303a41e017ddb534af4eb2325aea;hpb=4bf4b212eb8f7a96145b06f91db453fbec396ce8 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)))