Makefile.test
317 Bytes
PRDEPTH = ../..
include $(PRDEPTH)/BBdefs
CC=$(HOST_CC)
GCINCS=-D_LANGUAGE_C -I$(ROOT)/host_include -I$(ROOT)/usr/include
GLDOPTS=-L$(ROOT)/host_lib
LLDLIBS = -lcryptoX86
OPTIMIZER = -g
TARGETS = test
default : $(TARGETS)
include $(PRDEPTH)/BBrules
exports install: default
$(INSTALL) -F /usr/sbin $(TARGETS)