2009-10-16 03:52:34 +05:30
|
|
|
TOPDIR = ../..
|
2010-05-20 02:08:27 +05:30
|
|
|
-include $(TOPDIR)/config.mk
|
2009-10-16 03:52:34 +05:30
|
|
|
|
2009-08-17 22:37:20 +05:30
|
|
|
BIN = xbps-repo
|
2011-01-22 17:10:19 +05:30
|
|
|
OBJS = main.o index.o repository.o find-files.o
|
2011-07-28 12:55:30 +05:30
|
|
|
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
|
|
|
|
OBJS += ../xbps-bin/trans_cb.o
|
2009-11-19 10:33:37 +05:30
|
|
|
MAN = $(BIN).8
|
2009-08-17 22:37:20 +05:30
|
|
|
|
|
|
|
include $(TOPDIR)/prog.mk
|