|
|
| File: [Development] / ltp / tests / Makefile (download)
Revision 1.2, Tue Oct 31 17:17:57 2000 UTC (16 years, 11 months ago) by nstraz
- 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)