[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / ltp / tests

File: [Development] / ltp / tests / Makefile (download)

Revision 1.2, Tue Oct 31 17:17:57 2000 UTC (16 years, 11 months ago) by nstraz
Branch: MAIN
Changes since 1.1: +3 -3 lines

- Fixed a typo in INSTALL
- updated tests/Makefile to work better
- fixed defines in dup03, sbrk01
- added -l option to pathconf01 to specified tested path

CFLAGS+= -I../include
LOADLIBES+= -L../lib -lltp

SRCS=$(wildcard *.c)
TARGETS=$(patsubst %.c,%,$(SRCS))

all: $(TARGETS)

#$(TARGETS): $(SRCS)
#	$(CC) -o $@ $@.c $(CFLAGS) $(LDFLAGS)

clean:
	rm -f $(TARGETS)