Makefile (129B)
1 TOPDIR=../.. 2 -include $(TOPDIR)/config.mk 3 4 OBJS = arg.o 5 HEADERS = arg.h common.h 6 LIBRARY = libutil.a 7 8 include $(TOPDIR)/mk/lib.mk