Changeset 312
- Timestamp:
- 08/22/09 19:54:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stdio_rewrite/Makefile
r309 r312 14 14 HDRFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.h") 15 15 # All .c files in functions/_PDCLIB that do not have a regression test driver 16 INTFILES := _Exit atomax digits open print remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode 16 INTFILES := _Exit atomax digits open print remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode eol 17 17 # All object files in the library 18 18 OBJFILES := $(patsubst %.c,%.o,$(SRCFILES))
