~andreserl/+junk/redhat-cluster

« back to all changes in this revision

Viewing changes to dlm/tests/usertest/Makefile

  • Committer: Andres Rodriguez
  • Date: 2011-01-19 19:05:42 UTC
  • Revision ID: andreserl@ubuntu.com-20110119190542-1azaikcuuya09jhm
Refreshed patch 0001 and 0002

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TARGETS= dlmtest asttest lstest pingtest lvb \
2
 
         dlmtest2 flood alternate-lvb joinleave threads
3
 
 
4
 
all: depends ${TARGETS}
5
 
 
6
 
include ../../../make/defines.mk
7
 
include $(OBJDIR)/make/cobj.mk
8
 
include $(OBJDIR)/make/clean.mk
9
 
 
10
 
CFLAGS += -D_REENTRANT
11
 
CFLAGS += -I${dlmincdir}
12
 
CFLAGS += -I${incdir}
13
 
 
14
 
LDFLAGS += -L${dlmlibdir} -ldlm -lpthread
15
 
LDFLAGS += -L${libdir}
16
 
 
17
 
depends:
18
 
        $(MAKE) -C ../../libdlm all
19
 
 
20
 
%: %.o
21
 
        $(CC) -o $@ $^ $(LDFLAGS)
22
 
 
23
 
clean: generalclean