Home
last modified time | relevance | path

Searched refs:parserobjs (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/tests/
DMakefile19 parserobjs := $(CHECKPOLICY)queue.o $(CHECKPOLICY)y.tab.o \ macro
34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
35 $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit -lcurses $(LIBSEPOL) -o $@