# 
# Default target
#

default::  libs

# Get the variables definition
include $(ZK_ROOT)/makefiles/Makefile.vars

# Override and define new variables
ZK_PUBLIBS := libgnugetopts.a

ZK_ALL_SRCFILES := \
	getopt.c \
	getopt1.c \
	$(END_OF_LIST)

# Get the target rules
include $(ZK_ROOT)/makefiles/Makefile.targs

# Add new targets or complement default target using :: rules


# Specify dependencies
$(ZK_BUILDDIR_PUBLIB)/libgnugetopts.a: $(ZK_FULLCOBJS)


