Makefile.in   [plain text]


TARGET      = @targetname@
SRCS        = rlm_smsotp.c
HEADERS     = 
RLM_CFLAGS  = @smsotp_cflags@
RLM_LIBS    = @smsotp_ldflags@
RLM_INSTALL = 

## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
include ../rules.mak

$(LT_OBJS): $(HEADERS)