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-12-03 15:16:57 +05:30
|
|
|
OBJS = main.o index.o show.o find-files.o list.o
|
2012-01-15 18:54:44 +05:30
|
|
|
OBJS += index-files.o
|
2011-07-28 12:55:30 +05:30
|
|
|
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
|
2011-12-03 15:07:31 +05:30
|
|
|
OBJS += ../xbps-bin/state_cb.o ../xbps-bin/list.o
|
2009-11-19 10:33:37 +05:30
|
|
|
MAN = $(BIN).8
|
2009-08-17 22:37:20 +05:30
|
|
|
|
2011-11-08 22:15:14 +05:30
|
|
|
include $(TOPDIR)/bin/prog.mk
|