X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=9aa1c89eb3128824eaa3746c540ff256fbc89ec3;hb=519443d45a417a108fc47caaf790efc963d8d3f6;hp=81a353ba0e56d1c42b59ad09eb0c4afbdcddc8af;hpb=0c42e3886379f3a1f869b0d09f53d4b41073973f;p=pdclib diff --git a/Makefile b/Makefile index 81a353b..9aa1c89 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,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 lengthmods seed strtox_main strtox_prelim rename remove _Exit +INTFILES := _Exit atomax digits lengthmods print rename remove 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)))