include ../Config.mk

SUBDIRS  = 
PRGSRCS  = main.c
PRG	 = helloworld
DEPLIBS  = 
LIBS     = -L$(DESTDIR)/lib \
	   -lpthread

include $(PP_BUILD_SYS_DIR)/Top.mk
