Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/test/api/
H A DMakefile42 test_OBJECTS = $(test_SOURCES:.c=.o) macro
44 OBJECTS = $(test_OBJECTS) $(vgtest_OBJECTS)
46 test: $(test_OBJECTS) $(DEPLIBS)
47 $(CC) -o test $(test_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)
H A DMakefile.in42 test_OBJECTS = $(test_SOURCES:.c=.o)
44 OBJECTS = $(test_OBJECTS) $(vgtest_OBJECTS)
46 test: $(test_OBJECTS) $(DEPLIBS)
47 $(CC) -o test $(test_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)
/netbsd-src/external/bsd/file/dist/tests/
H A DMakefile.in105 test_OBJECTS = test-test.$(OBJEXT)
501 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
503 $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)